Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
b839c49e524dd59bb0e0063ddfaa9185ad1b90d8
/
runtime
/
arch
/
x86
2d53643
Update language to comply with Android’s inclusive language guidance
by Ian Pedowitz
· 4 years, 8 months ago
aacf977
Reword some comments to be more inclusive
by Orion Hodson
· 4 years, 8 months ago
86c8752
Direct calls to @CriticalNative methods.
by Vladimir Marko
· 4 years, 10 months ago
ad3bbcd
Revert^2 "Use CPP defines for default x86 and x86_64 ISA features"
by Eric Holk
· 4 years, 10 months ago
12cde74
Revert "Use CPP defines for default x86 and x86_64 ISA features"
by Vladimir Marko
· 4 years, 10 months ago
5b0bbf3
Use CPP defines for default x86 and x86_64 ISA features
by Eric Holk
· 4 years, 10 months ago
fa458ac
Allow late lookup for @CriticalNative methods.
by Vladimir Marko
· 5 years ago
6e043bb
Rewrite GenericJNI frame setup.
by Vladimir Marko
· 5 years ago
5c33d35
Reinstate exception check in GenericJni stubs.
by Vladimir Marko
· 5 years ago
135b5c8
Address checker tests around inline cache and the baseline compiler.
by Nicolas Geoffray
· 5 years ago
57cacb7
Refactor OSR related code to prepare for "true" OSR.
by Nicolas Geoffray
· 5 years ago
a00b54b
Helpers and refactorings to prepare for interpreter optimizations (x64)
by Nicolas Geoffray
· 5 years ago
a59af8a
JIT baseline: trigger optimized compilation on hotness threshold.
by Nicolas Geoffray
· 5 years ago
08d0984
Allow late lookup for @FastNative methods.
by Vladimir Marko
· 5 years ago
e2a3aa9
Baseline JIT: update inline caches in compiled code.
by Nicolas Geoffray
· 5 years ago
1ba7e8c
Fix uses of DW_CFA_restore_state in assembly code.
by David Srbecky
· 6 years ago
552a134
ART: Optimize StringBuilder append pattern.
by Vladimir Marko
· 7 years ago
20d1c94
Patch supports Intel(R) AVX/AVX2 MOV Instruction
by jaishank
· 6 years ago
1eb5d87
Prefix entrypoints with 0xFF so we can do extra checks.
by David Srbecky
· 6 years ago
7909e1e
Merge "ART: Enable ISA features run-time detection for ARM64"
by Roland Levillain
· 6 years ago
b87eedc
x86/x86-64: Fix IMT conflict trampoline for obsolete methods.
by Vladimir Marko
· 6 years ago
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
60c5bc1
Add a new cpu variant named kabylake
by Shalini Salomi Bodapati
· 6 years ago
f73caca
Remove superfluous 'virtual' specifiers in ART.
by Roland Levillain
· 7 years ago
bbc6e7e
Use 'final' and 'override' specifiers directly in ART.
by Roland Levillain
· 7 years ago
9d47925
Rename type resolution entrypoints.
by Vladimir Marko
· 7 years ago
cdfc942
Merge "Revert "Emit vector mulitply and accumulate instructions for x86.""
by Hans Boehm
· 7 years ago
f5f56c7
Revert "Emit vector mulitply and accumulate instructions for x86."
by Hans Boehm
· 7 years ago
d109e30
Don't use StringFactory.newEmptyString in compiled code
by Alex Light
· 7 years ago
6190888
Emit vector mulitply and accumulate instructions for x86.
by Gupta Kumar, Sanjiv
· 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
d352156
Merge "Refactor runtime callee save frame info."
by Vladimir Marko
· 7 years ago
d3083dd
Refactor runtime callee save frame info.
by Vladimir Marko
· 7 years ago
c8b1d5e
ARM/ARM64: Improve lock/unlock entrypoints.
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
946bb09
Support unwinding though the switch interpreter.
by David Srbecky
· 7 years ago
1f49d97
Fix mac build: Update cfi directives for art_quick_osr_stub.
by David Srbecky
· 7 years ago
79b1445
Update cfi directives for art_quick_osr_stub.
by Christopher Ferris
· 7 years ago
bff7a52
Revert "Compiler changes for bitstring based type checks."
by Nicolas Geoffray
· 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
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
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
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
2b87ae0
Revert "Allow deoptimization when returning from a runtime method."
by Vladimir Marko
· 8 years ago
edeba10
Allow deoptimization when returning from a runtime method.
by Mingyao Yang
· 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
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
5354af9
Refined HasAtLeast() for x86 and x86_64.
by Aart Bik
· 8 years ago
be3d723
Fix static analyzer warnings
by George Burgess IV
· 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
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
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
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
b486a98
ART: Introduce thread-current-inl.h
by Andreas Gampe
· 8 years ago
4e92c3c
Add runtime reasons for deopt.
by Nicolas Geoffray
· 8 years ago
3768ade
Revert "Revert "Add concurrent card graying for immune spaces""
by Mathieu Chartier
· 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
91119d6
fault_handler: use SafeCopy to decode x86 instruction length.
by Josh Gao
· 8 years ago
db01a09
Ensure invoking obsolete methods throws errors.
by Alex Light
· 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
ea4c126
Change type initialization entrypoints to kSaveEverything.
by Vladimir Marko
· 8 years ago
d095844
Align allocation entrypoints implementation between arm/arm64/x86/x64.
by Nicolas Geoffray
· 8 years ago
79da138
Forgot stack alignment on x86.
by Nicolas Geoffray
· 8 years ago
6ebb7cc
Forgot this change from last commit.
by Nicolas Geoffray
· 8 years ago
5b3c6c0
Refactor code for unresolved field entrypoint.
by Nicolas Geoffray
· 8 years ago
Next »