Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
3a4f5f33930609e82b6790a396446daf5841338b
/
runtime
/
arch
1e5b3f3
Merge "MIPS64: Fix art_quick_instrumentation_entry"
by Treehugger Robot
· 7 years ago
86e6814
Leave one more register for clang 7.0.
by Chih-Hung Hsieh
· 7 years ago
7349d5d
MIPS64: Fix art_quick_instrumentation_entry
by Goran Jakovljevic
· 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
bf92b3f
Clean up art_quick_check_instance_of entrypoints.
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
08601a4
Merge changes I38b16291,I159669ec
by Treehugger Robot
· 7 years ago
60454cb
MIPS: Follow-up to "Allow deoptimization when returning from a runtime method"
by Alexey Frunze
· 8 years ago
217d6d3
ART: Remove old code
by Andreas Gampe
· 7 years ago
2ee1790
Revert^4 "Allow deoptimization when returning from a runtime method."
by Mingyao Yang
· 8 years ago
80be041
Merge "ART: Remove ArtMethod::dex_cache_resolved_methods_."
by Vladimir Marko
· 8 years ago
07c7028
Revert "Revert "Revert "Allow deoptimization when returning from a runtime method."""
by Nicolas Geoffray
· 8 years ago
5122e6b
ART: Remove ArtMethod::dex_cache_resolved_methods_.
by Vladimir Marko
· 8 years ago
047abb2
Revert "Revert "Allow deoptimization when returning from a runtime method.""
by Mingyao Yang
· 8 years ago
2ee17e6
Merge changes I6407c9b4,I49d9da67
by Vladimir Marko
· 8 years ago
2b87ae0
Revert "Allow deoptimization when returning from a runtime method."
by Vladimir Marko
· 8 years ago
437130b
Merge "Allow deoptimization when returning from a runtime method."
by Mingyao Yang
· 8 years ago
edeba10
Allow deoptimization when returning from a runtime method.
by Mingyao Yang
· 8 years ago
19428ad
MIPS: Follow-up to "Add two special runtime methods"
by Alexey Frunze
· 8 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
e1f602e
Merge "Refined HasAtLeast() for x86 and x86_64."
by Aart Bik
· 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
5354af9
Refined HasAtLeast() for x86 and x86_64.
by Aart Bik
· 8 years ago
23cdebe
Merge "MIPS: TLAB allocation entrypoints"
by Treehugger Robot
· 8 years ago
bac2bd1
Merge "Introduce a Marking Register in ARM code generation."
by Roland Levillain
· 8 years ago
6d729a7
Introduce a Marking Register in ARM code generation.
by Roland Levillain
· 8 years ago
854df41
MIPS: TLAB allocation entrypoints
by Goran Jakovljevic
· 8 years ago
62c20d1
Add missing CFI directives to ARM Quick entrypoints.
by Roland Levillain
· 8 years ago
97c4646
Introduce a Marking Register in ARM64 code generation.
by Roland Levillain
· 8 years ago
7015e76
ARM64: Restore FP registers in read barrier thunk.
by Nicolas Geoffray
· 8 years ago
be3d723
Fix static analyzer warnings
by George Burgess IV
· 8 years ago
25e4d1e
MIPS: Fix art_quick_instrumentation_entry/exit
by Goran Jakovljevic
· 8 years ago
07e6c2d
Merge "entrypoints: Remove DMBs from art_quick_alloc initialized variants."
by Igor Murashkin
· 8 years ago
d455b87
Merge "x86/x86-64: Fix art_quick_instrumentation_exit CFI."
by Vladimir Marko
· 8 years ago
9877855
x86/x86-64: Fix art_quick_instrumentation_exit CFI.
by Vladimir Marko
· 8 years ago
c5dd99f
Fix mips64 build
by Goran Jakovljevic
· 8 years ago
4e44dcc
Merge "X86: Add sandybridge microarchitecture"
by Treehugger Robot
· 8 years ago
9e20fd6
Merge "Add method tracing JVMTI callbacks"
by Treehugger Robot
· 8 years ago
b8bff09
X86: Add sandybridge microarchitecture
by Luis Hector Chavez
· 8 years ago
b2d18fa
ART: Clean up asm_support.h
by Andreas Gampe
· 8 years ago
58794c5
Merge "ART: Refactor bit_utils and stl_util"
by Treehugger Robot
· 8 years ago
b7edcda
Add method tracing JVMTI callbacks
by Alex Light
· 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
deae7db
ART: Add missing namespace comments
by Andreas Gampe
· 8 years ago
8d01c37
ART: Remove unique_ptr release warnings
by Andreas Gampe
· 8 years ago
705543e
ART: Clean up instruction_set.h
by Andreas Gampe
· 8 years ago
2f470ed
entrypoints: Remove DMBs from art_quick_alloc initialized variants.
by Igor Murashkin
· 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
2ac67d5
ART: Reserve sentinel fault page
by Andreas Gampe
· 8 years ago
270970e
Merge "ARM/AOT: Allow 16-bit LDR for Baker read barrier loads."
by Treehugger Robot
· 8 years ago
ddc38fe
Merge "Add runtime reasons for deopt."
by Nicolas Geoffray
· 8 years ago
4e92c3c
Add runtime reasons for deopt.
by Nicolas Geoffray
· 8 years ago
88abba2
ARM/AOT: Allow 16-bit LDR for Baker read barrier loads.
by Vladimir Marko
· 8 years ago
fe307fd
Merge "ARM: Link-time generated thunks for Baker CC read barrier."
by Vladimir Marko
· 8 years ago
eee1c0e
ARM: Link-time generated thunks for Baker CC read barrier.
by Vladimir Marko
· 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
a62b453
Use stack allocated context for VisitRoots
by Mathieu Chartier
· 8 years ago
c6ea7d0
ART: Clean up art_method.h
by Andreas Gampe
· 8 years ago
3955baf
Merge changes Ie3d5e176,Ic1fbb885,I10bafcff
by Treehugger Robot
· 8 years ago
d1ef873
ARM64: Heap poisoning for link-time Baker CC read barrier thunks.
by Vladimir Marko
· 8 years ago
91119d6
fault_handler: use SafeCopy to decode x86 instruction length.
by Josh Gao
· 8 years ago
7b33126
Merge "ARM64: Use link-time generated thunks for Baker CC read barrier."
by Vladimir Marko
· 8 years ago
b1a5211
Merge "MIPS32: Add direct calls to math intrinsics."
by Treehugger Robot
· 8 years ago
dbe35ed
Merge "MIPS64: Add direct calls to math intrinsics."
by Treehugger Robot
· 8 years ago
b9005fa
MIPS32: Add direct calls to math intrinsics.
by Chris Larsen
· 8 years ago
Next »