Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
art
/
5c93af3cc8894deefbc9cba69ea69526c45842aa
/
runtime
/
arch
/
arm64
c617561
ART: Add support for SVE feature for ARM64.
by Artem Serov
· 7 years ago
918e9af
Add assembly support for -fsanitize=hwaddress tagged globals.
by Peter Collingbourne
· 7 years ago
8e11065
Use ClassStatus::kVisiblyInitialized for allocations.
by Vladimir Marko
· 7 years ago
743600d
ARM/ARM64: Clean up artFindNativeMethod().
by Vladimir Marko
· 7 years ago
552a134
ART: Optimize StringBuilder append pattern.
by Vladimir Marko
· 9 years ago
956f9fa
Save floating point registers in art_quick_osr_stub
by David Srbecky
· 7 years ago
51c6558
Add cfi instructions.
by Christopher Ferris
· 7 years ago
1eb5d87
Prefix entrypoints with 0xFF so we can do extra checks.
by David Srbecky
· 7 years ago
7f88c1a
ART: Enable ISA features run-time detection for ARM64
by xueliang.zhong
· 8 years ago
639b2b1
ART: Remove instruction_set.h from thread.h
by Andreas Gampe
· 7 years ago
5a0430d
ART: Introduce runtime_globals
by Andreas Gampe
· 7 years ago
11a250b
Remove denver from art
by Haibo Huang
· 8 years ago
b06fbf7
ART: Support kryo385 CPU.
by Artem Serov
· 8 years ago
fe89f17
Merge "Block the platform register, x18."
by Treehugger Robot
· 8 years ago
98ea9d9
ART: Refactor for bugprone-argument-comment
by Andreas Gampe
· 8 years ago
1032f9b
ART: Add support for ARMv8.x features for ARM64.
by xueliang.zhong
· 8 years ago
bd8e10c
Block the platform register, x18.
by Peter Collingbourne
· 8 years ago
0ed1eab
arm64: Don't use the GOT to access art::Runtime::instance_.
by Peter Collingbourne
· 8 years ago
213f895
Merge "HWASan support in ART."
by Treehugger Robot
· 8 years ago
9b7656d
HWASan support in ART.
by Evgenii Stepanov
· 8 years ago
bbc6e7e
Use 'final' and 'override' specifiers directly in ART.
by Roland Levillain
· 8 years ago
dd509ac
ARM/ARM64: Rewrite art_quick_do_long_jump.
by Vladimir Marko
· 8 years ago
94796f8
ARM64: Reimplement the UnsafeCASObject intrinsic.
by Vladimir Marko
· 8 years ago
9d47925
Rename type resolution entrypoints.
by Vladimir Marko
· 8 years ago
d109e30
Don't use StringFactory.newEmptyString in compiled code
by Alex Light
· 8 years ago
4c8e12e
ART: Adds an entrypoint for invoke-custom
by Orion Hodson
· 8 years ago
cd260eb
ART: Simplify invoke-polymorphic entrypoints
by Orion Hodson
· 8 years ago
d352156
Merge "Refactor runtime callee save frame info."
by Vladimir Marko
· 8 years ago
d3083dd
Refactor runtime callee save frame info.
by Vladimir Marko
· 8 years ago
c8b1d5e
ARM/ARM64: Improve lock/unlock entrypoints.
by Vladimir Marko
· 8 years ago
bf37ad2
Merge "Add support for cortex-a55/cortex-a75."
by Christopher Ferris
· 8 years ago
dbaa5c7
ART: Compiler support for const-method-handle
by Orion Hodson
· 8 years ago
366f044
Add support for cortex-a55/cortex-a75.
by Christopher Ferris
· 8 years ago
18259d7
ART: Compiler support for const-method-type
by Orion Hodson
· 8 years ago
1979c64
Clean up include paths
by David Sehr
· 8 years ago
175e786
Revert^4 "Compiler changes for bitstring based type checks."
by Vladimir Marko
· 8 years ago
3fbd3ad
Revert^3 "Compiler changes for bitstring based type checks."
by Andreas Gampe
· 8 years ago
3f41323
Revert^2 "Compiler changes for bitstring based type checks."
by Vladimir Marko
· 8 years ago
946bb09
Support unwinding though the switch interpreter.
by David Srbecky
· 8 years ago
7e61411
ARM64: Simplify save/restore regs in invoke stub.
by Vladimir Marko
· 8 years ago
a26f416
ARM64: Rewrite art_quick_osr_stub for unwinder.
by Vladimir Marko
· 8 years ago
6dfaa0c
Merge "ART: add exynos-m3 to a53 #835769 & #843419 erratum exception list"
by Treehugger Robot
· 8 years ago
bff7a52
Revert "Compiler changes for bitstring based type checks."
by Nicolas Geoffray
· 8 years ago
be2b613
Merge "Compiler changes for bitstring based type checks."
by Vladimir Marko
· 8 years ago
eb0ebed
Compiler changes for bitstring based type checks.
by Vladimir Marko
· 8 years ago
4d17987
ART: Add entrypoint and intrinsic for Math.pow().
by Vladimir Marko
· 8 years ago
bf92b3f
Clean up art_quick_check_instance_of entrypoints.
by Vladimir Marko
· 8 years ago
b47f744
ART: add exynos-m3 to a53 #835769 & #843419 erratum exception list
by Junmo Park
· 9 years ago
809f5b1
Explicitly document functions generated with macro ART_GET_FIELD_FROM_CODE.
by Roland Levillain
· 8 years ago
5794381
ART: Replace base/logging with android-base/logging
by Andreas Gampe
· 8 years ago
2196c65
Revert^4 "JIT JNI stubs."
by Vladimir Marko
· 9 years ago
056d775
Revert "Revert "Revert "JIT JNI stubs."""
by Nicolas Geoffray
· 9 years ago
e744163
Revert "Revert "JIT JNI stubs.""
by Vladimir Marko
· 9 years ago
47d3185
Revert "JIT JNI stubs."
by Vladimir Marko
· 9 years ago
3417eae
JIT JNI stubs.
by Vladimir Marko
· 9 years ago
2ffb703
cpplint: Cleanup errors
by Igor Murashkin
· 9 years ago
33bff25
ART: Make InstructionSet an enum class and add kLast.
by Vladimir Marko
· 9 years ago
43f0cdb
ART: Intrinsify polymorphic signature methods
by Orion Hodson
· 9 years ago
2ee1790
Revert^4 "Allow deoptimization when returning from a runtime method."
by Mingyao Yang
· 9 years ago
80be041
Merge "ART: Remove ArtMethod::dex_cache_resolved_methods_."
by Vladimir Marko
· 9 years ago
07c7028
Revert "Revert "Revert "Allow deoptimization when returning from a runtime method."""
by Nicolas Geoffray
· 9 years ago
5122e6b
ART: Remove ArtMethod::dex_cache_resolved_methods_.
by Vladimir Marko
· 9 years ago
047abb2
Revert "Revert "Allow deoptimization when returning from a runtime method.""
by Mingyao Yang
· 9 years ago
2b87ae0
Revert "Allow deoptimization when returning from a runtime method."
by Vladimir Marko
· 9 years ago
edeba10
Allow deoptimization when returning from a runtime method.
by Mingyao Yang
· 9 years ago
0a87a65
Add two special runtime methods.
by Mingyao Yang
· 9 years ago
8cf9cb3
ART: Include cleanup
by Andreas Gampe
· 9 years ago
07bfbac
Hash-based DexCache methods array.
by Vladimir Marko
· 9 years ago
97c4646
Introduce a Marking Register in ARM64 code generation.
by Roland Levillain
· 9 years ago
7015e76
ARM64: Restore FP registers in read barrier thunk.
by Nicolas Geoffray
· 9 years ago
be3d723
Fix static analyzer warnings
by George Burgess IV
· 9 years ago
07e6c2d
Merge "entrypoints: Remove DMBs from art_quick_alloc initialized variants."
by Igor Murashkin
· 9 years ago
9e20fd6
Merge "Add method tracing JVMTI callbacks"
by Treehugger Robot
· 9 years ago
b2d18fa
ART: Clean up asm_support.h
by Andreas Gampe
· 9 years ago
58794c5
Merge "ART: Refactor bit_utils and stl_util"
by Treehugger Robot
· 9 years ago
b7edcda
Add method tracing JVMTI callbacks
by Alex Light
· 9 years ago
5678db5
ART: Refactor bit_utils and stl_util
by Andreas Gampe
· 9 years ago
8228cdf
ART: Move CalleeSaveType to callee_save_type.h
by Andreas Gampe
· 9 years ago
b486a98
ART: Introduce thread-current-inl.h
by Andreas Gampe
· 9 years ago
2f470ed
entrypoints: Remove DMBs from art_quick_alloc initialized variants.
by Igor Murashkin
· 9 years ago
4e92c3c
Add runtime reasons for deopt.
by Nicolas Geoffray
· 9 years ago
3768ade
Revert "Revert "Add concurrent card graying for immune spaces""
by Mathieu Chartier
· 9 years ago
34ed966
Merge "Remove some hardcoded cases of kCardShift"
by Mathieu Chartier
· 9 years ago
afdcbcb
Remove some hardcoded cases of kCardShift
by Mathieu Chartier
· 9 years ago
c6ea7d0
ART: Clean up art_method.h
by Andreas Gampe
· 9 years ago
d1ef873
ARM64: Heap poisoning for link-time Baker CC read barrier thunks.
by Vladimir Marko
· 9 years ago
f4f2daa
ARM64: Use link-time generated thunks for Baker CC read barrier.
by Vladimir Marko
· 9 years ago
db01a09
Ensure invoking obsolete methods throws errors.
by Alex Light
· 9 years ago
b9d0111
ARM64: Faster forwarding address check in mark entrypoints.
by Vladimir Marko
· 9 years ago
fe10279
Merge "Catch signals that happen inside a fault handler."
by Treehugger Robot
· 9 years ago
5667f56
Modify invoke interface trampoline to pass interface method.
by Jeff Hao
· 9 years ago
efd20cb
Catch signals that happen inside a fault handler.
by Josh Gao
· 9 years ago
e9b8b12
ART: add exynos-m2 to a53 #835769 & #843419 erratum exception list
by Junmo Park
· 10 years ago
67eda38
Improve aarch64 MonitorEntry/Exit assembly code
by Hans Boehm
· 9 years ago
ea4c126
Change type initialization entrypoints to kSaveEverything.
by Vladimir Marko
· 9 years ago
d095844
Align allocation entrypoints implementation between arm/arm64/x86/x64.
by Nicolas Geoffray
· 9 years ago
055e7be
Merge "Add per array size allocation entrypoints."
by Nicolas Geoffray
· 9 years ago
8e0e7f7
Merge "Refactor code for unresolved field entrypoint."
by Nicolas Geoffray
· 9 years ago
5b3c6c0
Refactor code for unresolved field entrypoint.
by Nicolas Geoffray
· 9 years ago
b048cb7
Add per array size allocation entrypoints.
by Nicolas Geoffray
· 9 years ago
Next »