Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
fd36f1f927c138575184a1f4c7ea4e7abb3e2dbf
/
runtime
/
arch
/
x86
fd36f1f
Rename callee save enumerators.
by Vladimir Marko
· 9 years ago
eba7e52
ART: Fix Mac-specific things in x86-64 assembly
by Andreas Gampe
· 9 years ago
603b7ca
x86/x86-64: Fix suspend entrypoint assembly for Mac build.
by Vladimir Marko
· 9 years ago
965c0b9
Merge "Change suspend entrypoint to save all registers."
by Vladimir Marko
· 9 years ago
952dbb1
Change suspend entrypoint to save all registers.
by Vladimir Marko
· 9 years ago
36a270a
Change one read barrier bit to mark bit
by Mathieu Chartier
· 9 years ago
542451c
ART: Convert pointer size to enum
by Andreas Gampe
· 9 years ago
d549c28
Remove two ReadBarrierMarkRegX entrypoints.
by Roland Levillain
· 9 years ago
057361c
Merge "Move caller-saves saving/restoring to ReadBarrierMarkRegX."
by Roland Levillain
· 9 years ago
4359e61
Move caller-saves saving/restoring to ReadBarrierMarkRegX.
by Roland Levillain
· 9 years ago
6740997
ART: Change return types of field access entrypoints
by Andreas Gampe
· 9 years ago
02b7580
Introduce more compact ReadBarrierMark slow-paths.
by Roland Levillain
· 9 years ago
a7821bf
Fix stack alignment in x86 read barrier entry points.
by Roland Levillain
· 9 years ago
5b64306
Fix mac build.
by Nicolas Geoffray
· 9 years ago
e8e1127
Do checks on the fault address when we think it's an NPE.
by Nicolas Geoffray
· 9 years ago
4692c35
Merge "Replace String.charAt() with HIR."
by Vladimir Marko
· 9 years ago
87f3fcb
Replace String.charAt() with HIR.
by Vladimir Marko
· 9 years ago
2ebef63
x86: Fix CFI info for FOUR_ARG_DOWNCALL.
by Vladimir Marko
· 9 years ago
0f838aa
Fix FOUR_ARG_DOWNCALL assembly stubs on arm and x86.
by Nicolas Geoffray
· 9 years ago
c7ed09b
ART: Log all monitor operations to systrace
by Andreas Gampe
· 9 years ago
ebe4d21
Merge "Revert "Revert "Assembly TLAB and RegionTLAB allocation fast path for x86"""
by Hiroshi Yamauchi
· 9 years ago
2efce70
Merge "X86/X86_64: Switch to locked add from mfence"
by Aart Bik
· 9 years ago
69cee6a
Revert "Revert "Assembly TLAB and RegionTLAB allocation fast path for x86""
by Sang, Chunlei
· 9 years ago
9d7c524
Merge "Revert "Assembly TLAB and RegionTLAB allocation fast path for x86""
by Hiroshi Yamauchi
· 9 years ago
0cd1bf7
Revert "Assembly TLAB and RegionTLAB allocation fast path for x86"
by Hiroshi Yamauchi
· 9 years ago
213120f
Merge "Assembly TLAB and RegionTLAB allocation fast path for x86"
by Hiroshi Yamauchi
· 9 years ago
1878667
Merge "ART: Change x86 from modify_ldt to set_thread_data"
by Andreas Gampe
· 9 years ago
84ed7d0
Assembly TLAB and RegionTLAB allocation fast path for x86
by Sang, Chunlei
· 9 years ago
7aa04a1
X86/X86_64: Switch to locked add from mfence
by Mark Mendell
· 10 years ago
8a2c62c
ART: Change x86 from modify_ldt to set_thread_data
by Andreas Gampe
· 10 years ago
59028d9
MIPS: Improving art_quick_imt_conflict_trampoline
by Goran Jakovljevic
· 10 years ago
796d630
Add an ImtConflictTable to better resolve IMT conflicts.
by Nicolas Geoffray
· 10 years ago
91cdf71
Merge "Assembly region TLAB allocation fast path for arm."
by Hiroshi Yamauchi
· 10 years ago
10d4c08
Assembly region TLAB allocation fast path for arm.
by Hiroshi Yamauchi
· 10 years ago
f969a20
Fix and enable java.lang.StringFactory intrinsics.
by Roland Levillain
· 10 years ago
b331feb
Revert "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64.""
by Nicolas Geoffray
· 10 years ago
715d06b
Fix cpu-info/cpp-defines mismatch.
by Aart Bik
· 10 years ago
3f67e69
Implemented BitCount as an intrinsic. With unit test.
by Aart Bik
· 10 years ago
17077d8
Revert "Revert "X86: Use locked add rather than mfence""
by Mark P Mendell
· 10 years ago
0da3b91
Revert "X86: Use locked add rather than mfence"
by Aart Bik
· 10 years ago
7b3e4f9
X86: Use locked add rather than mfence
by Mark Mendell
· 10 years ago
7c1559a
x86 Baker's read barrier fast path implementation.
by Roland Levillain
· 10 years ago
a4f1220
Optimizing: Add direct calls to math intrinsics
by Mark Mendell
· 10 years ago
3a09092
Revert "lambda: Add support for invoke-interface for boxed innate lambdas"
by Nicolas Geoffray
· 10 years ago
457e874
lambda: Add support for invoke-interface for boxed innate lambdas
by Igor Murashkin
· 10 years ago
cb6638f
Merge "RosAlloc fast path inline in assembly for x86 32bit."
by Hiroshi Yamauchi
· 10 years ago
0d5a281
x86/x86-64 read barrier support for concurrent GC in Optimizing.
by Roland Levillain
· 10 years ago
de95c87
RosAlloc fast path inline in assembly for x86 32bit.
by lwang85
· 10 years ago
524e7ea
Remove ArtCode.
by Nicolas Geoffray
· 10 years ago
dc412b6
Revert "Revert "Implement rosalloc fast path in assembly for 32 bit arm.""
by Hiroshi Yamauchi
· 10 years ago
a2b2e73
Merge "Revert "Implement rosalloc fast path in assembly for 32 bit arm.""
by Nicolas Geoffray
· 10 years ago
cf91c7d
Revert "Implement rosalloc fast path in assembly for 32 bit arm."
by Nicolas Geoffray
· 10 years ago
2248d27
Merge "Implement rosalloc fast path in assembly for 32 bit arm."
by Hiroshi Yamauchi
· 10 years ago
e631694
Implement rosalloc fast path in assembly for 32 bit arm.
by Hiroshi Yamauchi
· 10 years ago
6bc4374
Add an abstraction over a compiled code.
by Nicolas Geoffray
· 10 years ago
3cfa4d0
ART: Remove interpreter entrypoints
by Andreas Gampe
· 10 years ago
8c812b7
Merge "Refactor the alloc entry point generation code."
by Hiroshi Yamauchi
· 10 years ago
4adeab1
Refactor the alloc entry point generation code.
by Hiroshi Yamauchi
· 10 years ago
e460d1d
Revert "Revert "Support unresolved fields in optimizing"
by Calin Juravle
· 10 years ago
639bdd1
ART: Single-frame deopt
by Andreas Gampe
· 10 years ago
c26b451
Merge "Revert "Revert "Fix deoptimization with pending exception"""
by Sebastien Hertz
· 10 years ago
0747466
Revert "Revert "Fix deoptimization with pending exception""
by Sebastien Hertz
· 10 years ago
6306921
Add a missing reader barrier in entrypoint stub
by Man Cao
· 10 years ago
1aee900
Add read barrier support to the entrypoints.
by Man Cao
· 10 years ago
9044347
Move to newer clang annotations
by Mathieu Chartier
· 10 years ago
4360be2
ART: Remove some of the Mac craziness
by Andreas Gampe
· 10 years ago
55978b8
ART: Fix mac build
by Andreas Gampe
· 10 years ago
3031c8d
ART: Remove art_quick_invoke_interface_trampoline
by Andreas Gampe
· 10 years ago
9f5e1d9
Fix cfi information for x86.
by Christopher Ferris
· 10 years ago
2738639
ART: Fix CFI annotation for art_quick_aput_obj
by Mathieu Chartier
· 10 years ago
6b90d42
ART: Fix CFI annotation in arm64, x86 and x86-64 assembly
by Andreas Gampe
· 10 years ago
d4a02cf
Merge "Replace some run-time assertions with compile-time ones in ART."
by Roland Levillain
· 10 years ago
9346ff0
Fix moving GC bugs in proxy stub for X86/X86_64
by Mathieu Chartier
· 10 years ago
33d6903
Replace some run-time assertions with compile-time ones in ART.
by Roland Levillain
· 10 years ago
bfa5eb6
Add heap poisoning support to the entrypoints.
by Hiroshi Yamauchi
· 10 years ago
e401d14
Move mirror::ArtMethod to native
by Mathieu Chartier
· 10 years ago
00f09ff
Merge "Pass the dex method index directly to interface trampoline."
by Nicolas Geoffray
· 10 years ago
8ea18d0
Pass the dex method index directly to interface trampoline.
by Nicolas Geoffray
· 10 years ago
0eb4251
Fix mac build: cast fpr callee save addresses.
by Vladimir Marko
· 10 years ago
80afd02
ART: Clean up arm64 kNumberOfXRegisters usage.
by Vladimir Marko
· 10 years ago
7ea6a17
Don't hardcode the location of the caller.
by Nicolas Geoffray
· 10 years ago
1cc71eb
Insert a read barrier in the JNI bridge.
by Hiroshi Yamauchi
· 10 years ago
848f70a
Replace String CharArray with internal uint16_t array.
by Jeff Hao
· 12 years ago
5ea536a
Remove ArtMethod* parameter from dex cache entry points.
by Vladimir Marko
· 10 years ago
2cebb24
Replace NULL with nullptr
by Mathieu Chartier
· 10 years ago
40741f3
[optimizing] Use more X86_64 addressing modes
by Mark Mendell
· 10 years ago
d875064
ART: Remove unused variables.
by Andreas Gampe
· 11 years ago
81a6543
Merge "ART: Add support for "silvermont" variant"
by Andreas Gampe
· 11 years ago
ca71458
ART: Add Clang's -Wused-but-marked-unused
by Andreas Gampe
· 11 years ago
24a05f4
ART: Add support for "silvermont" variant
by Andreas Gampe
· 11 years ago
9415886
ART: Avoid obvious segfault in arm & x86 fault handler
by Andreas Gampe
· 11 years ago
97597c9
Merge "[optimizing] Implement x86/x86_64 math intrinsics"
by Andreas Gampe
· 11 years ago
d43b3ac
Revert "Revert "Deoptimization-based bce.""
by Mingyao Yang
· 11 years ago
fb8d279
[optimizing] Implement x86/x86_64 math intrinsics
by Mark Mendell
· 11 years ago
0ba6273
Revert "Deoptimization-based bce."
by Andreas Gampe
· 11 years ago
e295e6e
Deoptimization-based bce.
by Mingyao Yang
· 11 years ago
ff3ef43
Merge "Reserve bits in the lock word for read barriers."
by Hiroshi Yamauchi
· 11 years ago
e15ea08
Reserve bits in the lock word for read barriers.
by Hiroshi Yamauchi
· 11 years ago
126d659
Fix generic JNI stubs to not discard the Java native frame.
by Nicolas Geoffray
· 11 years ago
794ad76
ART: Introduce NO_RETURN, Mark DoLongJump noreturn
by Andreas Gampe
· 11 years ago
Next »