Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
5d17ad36586dff125ee8de159804fbaba09f694d
/
runtime
/
arch
/
mips
7f88c1a
ART: Enable ISA features run-time detection for ARM64
by xueliang.zhong
· 6 years ago
639b2b1
ART: Remove instruction_set.h from thread.h
by Andreas Gampe
· 6 years ago
5a0430d
ART: Introduce runtime_globals
by Andreas Gampe
· 6 years ago
98ea9d9
ART: Refactor for bugprone-argument-comment
by Andreas Gampe
· 6 years ago
bbc6e7e
Use 'final' and 'override' specifiers directly in ART.
by Roland Levillain
· 6 years ago
9d47925
Rename type resolution entrypoints.
by Vladimir Marko
· 7 years ago
a9f303c
Rewrite Class init entrypoint to take a Class arg.
by Vladimir Marko
· 7 years ago
d109e30
Don't use StringFactory.newEmptyString in compiled code
by Alex Light
· 7 years ago
4c8e12e
ART: Adds an entrypoint for invoke-custom
by Orion Hodson
· 7 years ago
cd260eb
ART: Simplify invoke-polymorphic entrypoints
by Orion Hodson
· 7 years ago
d3083dd
Refactor runtime callee save frame info.
by Vladimir Marko
· 7 years ago
dbaa5c7
ART: Compiler support for const-method-handle
by Orion Hodson
· 7 years ago
18259d7
ART: Compiler support for const-method-type
by Orion Hodson
· 7 years ago
1979c64
Clean up include paths
by David Sehr
· 7 years ago
175e786
Revert^4 "Compiler changes for bitstring based type checks."
by Vladimir Marko
· 7 years ago
3fbd3ad
Revert^3 "Compiler changes for bitstring based type checks."
by Andreas Gampe
· 7 years ago
3f41323
Revert^2 "Compiler changes for bitstring based type checks."
by Vladimir Marko
· 7 years ago
c431b9d
Move most of runtime/base to libartbase/base
by David Sehr
· 7 years ago
bff7a52
Revert "Compiler changes for bitstring based type checks."
by Nicolas Geoffray
· 7 years ago
4ea9eba
Merge "MIPS32: Mark kQuickPow as direct entrypoint"
by Treehugger Robot
· 7 years ago
be2b613
Merge "Compiler changes for bitstring based type checks."
by Vladimir Marko
· 7 years ago
eb0ebed
Compiler changes for bitstring based type checks.
by Vladimir Marko
· 7 years ago
0dec337
MIPS32: Mark kQuickPow as direct entrypoint
by Goran Jakovljevic
· 7 years ago
4d17987
ART: Add entrypoint and intrinsic for Math.pow().
by Vladimir Marko
· 7 years ago
809f5b1
Explicitly document functions generated with macro ART_GET_FIELD_FROM_CODE.
by Roland Levillain
· 7 years ago
e7de5ec
MIPS: Support swaps between 128-bit locations
by Goran Jakovljevic
· 7 years ago
bfe2c6c
MIPS: Add missing include
by Goran Jakovljevic
· 7 years ago
5794381
ART: Replace base/logging with android-base/logging
by Andreas Gampe
· 7 years ago
2196c65
Revert^4 "JIT JNI stubs."
by Vladimir Marko
· 7 years ago
056d775
Revert "Revert "Revert "JIT JNI stubs."""
by Nicolas Geoffray
· 7 years ago
e744163
Revert "Revert "JIT JNI stubs.""
by Vladimir Marko
· 7 years ago
47d3185
Revert "JIT JNI stubs."
by Vladimir Marko
· 7 years ago
3417eae
JIT JNI stubs.
by Vladimir Marko
· 7 years ago
2ffb703
cpplint: Cleanup errors
by Igor Murashkin
· 7 years ago
33bff25
ART: Make InstructionSet an enum class and add kLast.
by Vladimir Marko
· 7 years ago
43f0cdb
ART: Intrinsify polymorphic signature methods
by Orion Hodson
· 7 years ago
715f43e
MIPS32: Improve stack alignment, use sdc1/ldc1, where possible.
by Chris Larsen
· 7 years ago
4584122
ART: Remove suspend-check optimization
by Andreas Gampe
· 7 years ago
60454cb
MIPS: Follow-up to "Allow deoptimization when returning from a runtime method"
by Alexey Frunze
· 7 years ago
5122e6b
ART: Remove ArtMethod::dex_cache_resolved_methods_.
by Vladimir Marko
· 7 years ago
19428ad
MIPS: Follow-up to "Add two special runtime methods"
by Alexey Frunze
· 7 years ago
0a87a65
Add two special runtime methods.
by Mingyao Yang
· 8 years ago
8cf9cb3
ART: Include cleanup
by Andreas Gampe
· 8 years ago
279cfba
MIPS: Follow-up to hash-based DexCache methods array
by Alexey Frunze
· 8 years ago
c73753f
Merge "Hash-based DexCache methods array."
by Vladimir Marko
· 8 years ago
07bfbac
Hash-based DexCache methods array.
by Vladimir Marko
· 8 years ago
4147fcc
MIPS: Reduce Baker read barrier code size overhead
by Alexey Frunze
· 8 years ago
854df41
MIPS: TLAB allocation entrypoints
by Goran Jakovljevic
· 8 years ago
25e4d1e
MIPS: Fix art_quick_instrumentation_entry/exit
by Goran Jakovljevic
· 8 years ago
58794c5
Merge "ART: Refactor bit_utils and stl_util"
by Treehugger Robot
· 8 years ago
05ae674
Merge "Introduce a number of MSA instructions for MIPS32"
by Aart Bik
· 8 years ago
f44b3a6
ART: Fix mips build
by Andreas Gampe
· 8 years ago
5678db5
ART: Refactor bit_utils and stl_util
by Andreas Gampe
· 8 years ago
8228cdf
ART: Move CalleeSaveType to callee_save_type.h
by Andreas Gampe
· 8 years ago
0758ae7
Introduce a number of MSA instructions for MIPS32
by Lena Djokic
· 8 years ago
aa5684d
MIPS32: Add MSA instruction set feature option
by Lena Djokic
· 8 years ago
b486a98
ART: Introduce thread-current-inl.h
by Andreas Gampe
· 8 years ago
728411b
Merge "MIPS: Improve object lock/unlock."
by Vladimir Marko
· 8 years ago
ad63fe5
MIPS: Improve object lock/unlock.
by Alexey Frunze
· 8 years ago
4e92c3c
Add runtime reasons for deopt.
by Nicolas Geoffray
· 8 years ago
f3fb1fc
Merge "MIPS: Change remaining entrypoints to save everything."
by Treehugger Robot
· 8 years ago
c7cee40
Merge "MIPS: Check for forwarding address in READ_BARRIER_MARK_REG."
by Treehugger Robot
· 8 years ago
a3cb132
MIPS: Check for forwarding address in READ_BARRIER_MARK_REG.
by Alexey Frunze
· 8 years ago
3768ade
Revert "Revert "Add concurrent card graying for immune spaces""
by Mathieu Chartier
· 8 years ago
c61c076
MIPS: Change remaining entrypoints to save everything.
by Alexey Frunze
· 8 years ago
34ed966
Merge "Remove some hardcoded cases of kCardShift"
by Mathieu Chartier
· 8 years ago
afdcbcb
Remove some hardcoded cases of kCardShift
by Mathieu Chartier
· 8 years ago
c6ea7d0
ART: Clean up art_method.h
by Andreas Gampe
· 8 years ago
b9005fa
MIPS32: Add direct calls to math intrinsics.
by Chris Larsen
· 8 years ago
db01a09
Ensure invoking obsolete methods throws errors.
by Alex Light
· 8 years ago
1595815
MIPS: Implement read barriers.
by Alexey Frunze
· 8 years ago
fe10279
Merge "Catch signals that happen inside a fault handler."
by Treehugger Robot
· 8 years ago
5667f56
Modify invoke interface trampoline to pass interface method.
by Jeff Hao
· 8 years ago
efd20cb
Catch signals that happen inside a fault handler.
by Josh Gao
· 8 years ago
cdb23d6
MIPS32: Do not use _MIPS_ARCH_MIPS64R6 in MIPS32 code
by Goran Jakovljevic
· 8 years ago
f94fa81
String Compression for MIPS32 and MIPS64
by Goran Jakovljevic
· 8 years ago
2449e5c
MIPS: Reintroduce hand-written rosalloc entrypoints
by Goran Jakovljevic
· 8 years ago
d095844
Align allocation entrypoints implementation between arm/arm64/x86/x64.
by Nicolas Geoffray
· 8 years ago
0cb1242
MIPS: Refactor code for unresolved field entrypoint.
by Alexey Frunze
· 8 years ago
2ee01bf
Merge "Fix Mips build."
by Treehugger Robot
· 8 years ago
e83504b
Fix Mips build.
by Nicolas Geoffray
· 8 years ago
39cee66
Entrypoints cleanup.
by Nicolas Geoffray
· 8 years ago
c480b98
MIPS: Fix polymorphic invokes.
by Alexey Frunze
· 8 years ago
ac14139
Revert "Revert "ART: Compiler support for invoke-polymorphic.""
by Orion Hodson
· 8 years ago
0d3998b
Revert "Revert "Make object allocation entrypoints only take a class.""
by Nicolas Geoffray
· 8 years ago
c8144cd
Merge "Revert "Make object allocation entrypoints only take a class.""
by Treehugger Robot
· 8 years ago
f7aaacd
Revert "Make object allocation entrypoints only take a class."
by Hiroshi Yamauchi
· 8 years ago
bc7d0de
Merge "Remove the unused SMP instruction set feature option."
by Vladimir Marko
· 8 years ago
2b615ba
Make object allocation entrypoints only take a class.
by Nicolas Geoffray
· 8 years ago
b595b40
Remove the unused SMP instruction set feature option.
by Serban Constantinescu
· 8 years ago
46ee31b
ART: Move to libbase StringPrintf
by Andreas Gampe
· 8 years ago
9186ced
ART: Clean up utils.h
by Andreas Gampe
· 8 years ago
1b8464d
MIPS32: Pass more arguments in registers.
by Alexey Frunze
· 8 years ago
cc238e2
Fix mips build in InitEntryPoints
by Mathieu Chartier
· 8 years ago
2b36258
Merge "MIPS32: Assign missing entrypoints in InitEntryPoints"
by Treehugger Robot
· 8 years ago
9fd8c60
Pass object instead of class to instanceof entrypoint
by Mathieu Chartier
· 8 years ago
cff6905
Fix mips build
by Mathieu Chartier
· 8 years ago
fe814e8
Use entrypoint switching to reduce code size of GcRoot read barrier
by Mathieu Chartier
· 8 years ago
b99f4d6
Change check cast entrypoint to check instance of
by Mathieu Chartier
· 8 years ago
0415b4e
ART: Change InstructionSetFeatures to return unique_ptr
by Andreas Gampe
· 10 years ago
Next »