Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
3d233577c2a9a8dfc6053d93466861b10719b97e
/
runtime
/
arch
/
x86
d875064
ART: Remove unused variables.
by Andreas Gampe
· 10 years ago
81a6543
Merge "ART: Add support for "silvermont" variant"
by Andreas Gampe
· 10 years ago
ca71458
ART: Add Clang's -Wused-but-marked-unused
by Andreas Gampe
· 10 years ago
24a05f4
ART: Add support for "silvermont" variant
by Andreas Gampe
· 10 years ago
9415886
ART: Avoid obvious segfault in arm & x86 fault handler
by Andreas Gampe
· 10 years ago
97597c9
Merge "[optimizing] Implement x86/x86_64 math intrinsics"
by Andreas Gampe
· 10 years ago
d43b3ac
Revert "Revert "Deoptimization-based bce.""
by Mingyao Yang
· 10 years ago
fb8d279
[optimizing] Implement x86/x86_64 math intrinsics
by Mark Mendell
· 10 years ago
0ba6273
Revert "Deoptimization-based bce."
by Andreas Gampe
· 10 years ago
e295e6e
Deoptimization-based bce.
by Mingyao Yang
· 10 years ago
ff3ef43
Merge "Reserve bits in the lock word for read barriers."
by Hiroshi Yamauchi
· 10 years ago
e15ea08
Reserve bits in the lock word for read barriers.
by Hiroshi Yamauchi
· 10 years ago
126d659
Fix generic JNI stubs to not discard the Java native frame.
by Nicolas Geoffray
· 10 years ago
794ad76
ART: Introduce NO_RETURN, Mark DoLongJump noreturn
by Andreas Gampe
· 10 years ago
f551d1b
Fix art_quick_instrumentation_entry for x86
by Sebastien Hertz
· 10 years ago
3e6a3bf
ART: Change x86 long param ABI (Quick/JNI/Opt)
by Mark Mendell
· 10 years ago
966c3ae
Revert "Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)""
by Mark P Mendell
· 10 years ago
949c91f
Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)"
by Vladimir Marko
· 10 years ago
aeb47bb
Merge "Refactor register access from StackVisitor"
by Sebastien Hertz
· 10 years ago
f601d19
ART: Fix assembler labels' usage in macros for Mac.
by Vladimir Marko
· 10 years ago
96ba8dc
Refactor register access from StackVisitor
by Sebastien Hertz
· 10 years ago
bc50334
Fix Mac build.
by Vladimir Marko
· 10 years ago
34eda1d
ART: Fix asm literals for Mac builds.
by Vladimir Marko
· 10 years ago
ebb3cbc
Merge "ART: Implement X86 hard float (Quick/JNI/Baseline)"
by Vladimir Marko
· 10 years ago
2cd334a
More of the concurrent copying collector.
by Hiroshi Yamauchi
· 10 years ago
3d2c8e7
ART: Implement X86 hard float (Quick/JNI/Baseline)
by Mark Mendell
· 10 years ago
24f2dfa
[optimizing compiler] Implement inline x86 FP '%'
by Mark Mendell
· 10 years ago
0f9b03c
Revert "ART: Implement hard float for X86"
by Vladimir Marko
· 10 years ago
59b9cf7
ART: Implement hard float for X86
by Mark Mendell
· 10 years ago
4de14bb
Merge "Save all registers in native to Java stubs."
by Nicolas Geoffray
· 10 years ago
956af0f
Remove portable.
by Elliott Hughes
· 10 years ago
4808846
Save all registers in native to Java stubs.
by Nicolas Geoffray
· 10 years ago
d2ec87d
[optimizing compiler] Add REM_FLOAT and REM_DOUBLE
by Calin Juravle
· 10 years ago
8366ca0
Fix the last users of TARGET_CPU_SMP.
by Elliott Hughes
· 10 years ago
2d72101
Change 64 bit ArtMethod fields to be pointer sized
by Mathieu Chartier
· 10 years ago
410709f
Merge "Fix art_quick_instrumentation_entry stub for x86/x86_64"
by Sebastien Hertz
· 10 years ago
32b12f8
Fix art_quick_instrumentation_entry stub for x86/x86_64
by Sebastien Hertz
· 10 years ago
d582fa4
Instruction set features for ARM64, MIPS and X86.
by Ian Rogers
· 10 years ago
e0b46a7
Fix x86 art_quick_set64_instance quick entrypoint
by Serguei Katkov
· 10 years ago
e179456
ART: Fix some redundant declarations
by Andreas Gampe
· 10 years ago
6a3c1fc
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
by Ian Rogers
· 10 years ago
b688611
ART: Remove unnecessary includes
by Andreas Gampe
· 10 years ago
6c480d6
Fix Mac build.
by Ian Rogers
· 10 years ago
1d8cdbc
Refactor quick entrypoints
by Ian Rogers
· 10 years ago
6f3dbba
Make ART compile with GCC -O0 again.
by Ian Rogers
· 10 years ago
eac2738
Merge "ART Runtime: Add movb $xx,yy fault handling"
by Ian Rogers
· 10 years ago
fc787ec
Enable -Wimplicit-fallthrough.
by Ian Rogers
· 10 years ago
1373595
stdint types all the way!
by Ian Rogers
· 10 years ago
832336b
Don't copy fill array data to quick literal pool.
by Ian Rogers
· 10 years ago
a9f36ee
ART Runtime: Add movb $xx,yy fault handling
by Mark Mendell
· 10 years ago
c8ccf68
ART: Fix some -Wpedantic errors
by Andreas Gampe
· 10 years ago
5daf8e1
ART Runtime: Add movw $xx,yy fault handling
by Mark Mendell
· 10 years ago
e2d596e
x86 fault handler does not know about movb
by Serguei Katkov
· 11 years ago
871bfdc
Revert "Revert "x86: Fix art_quick_instrumentation_exit""
by Andreas Gampe
· 11 years ago
8ce6b90
Handle nested signals
by Dave Allison
· 11 years ago
48160e7
Fix usage of literals within a macro.
by Ian Rogers
· 11 years ago
e8817b2
Fixed typo in entrypoint stub.
by Fred Shih
· 11 years ago
37f05ef
Reduced memory usage of primitive fields smaller than 4-bytes
by Fred Shih
· 11 years ago
8d98ac6
ART: Remove GOT setup from x86 assembly where not needed
by Andreas Gampe
· 11 years ago
29b3841
ART: Set default visibility to protected
by Andreas Gampe
· 11 years ago
eb0ab9e
ART: Fix mac build
by Andreas Gampe
· 11 years ago
3842ad7
Merge "Fix bugs in the x86 and arm versions of generic JNI."
by Nicolas Geoffray
· 11 years ago
54accbc
Fix bugs in the x86 and arm versions of generic JNI.
by Nicolas Geoffray
· 11 years ago
648d711
Reduce stack usage for overflow checks
by Dave Allison
· 11 years ago
fba8371
Merge "Fix more of the Mac build."
by Dave Allison
· 11 years ago
85fa796
Fix more of the Mac build.
by Dan Albert
· 11 years ago
90c5879
Fix the Mac build.
by Dan Albert
· 11 years ago
58bea4a
Proper fix after -Bsymbolic change.
by Dan Albert
· 11 years ago
3bed41c
Workaround for test failures after Bsymbolic fix.
by Dan Albert
· 11 years ago
1514bcd
Merge "Fix build without -Bsymbolic."
by Dan Albert
· 11 years ago
bae21bb
Fix build without -Bsymbolic.
by Dan Albert
· 11 years ago
dfd3b47
Add implicit checks for x86_64 architecture.
by Dave Allison
· 11 years ago
2a0bffd
Add x86_64 optimized __memcmp16 implementation;
by Varvara Rainchik
· 11 years ago
35e1e6a
1. Fix CFI for quick compiled code in x86 & x86_64;
by Tong Shen
· 11 years ago
fea2901
ART: Fix x86_64 instrumentation_exit, also movsd -> movq
by Andreas Gampe
· 11 years ago
cf2e7b0
Fix x86 instrumentation exit entrypoint and trace size limit.
by Jeff Hao
· 11 years ago
907194a
Add optimized assembler implementation of __memcmp16 for x86.
by Alexander Ivchenko
· 11 years ago
69dfe51
Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86""""
by Dave Allison
· 11 years ago
98d1cc8
Improve performance of invokevirtual/invokeinterface with embedded imt/vtable
by Mingyao Yang
· 11 years ago
0025a86
Revert "Revert "Revert "Add implicit null and stack checks for x86"""
by Nicolas Geoffray
· 11 years ago
7fb36de
Revert "Revert "Add implicit null and stack checks for x86""
by Dave Allison
· 11 years ago
3d14eb6
Revert "Add implicit null and stack checks for x86"
by Dave Allison
· 11 years ago
34e826c
Add implicit null and stack checks for x86
by Dave Allison
· 11 years ago
04c31d2
JNI dlsym lookup fixes.
by Ian Rogers
· 11 years ago
c200a4a
ART: Rework Generic JNI, add ARM version
by Andreas Gampe
· 11 years ago
86797a7
AArch64: Add memcmp16() for Arm64; ensure xSELF not clobbered
by Serban Constantinescu
· 11 years ago
7ac7e32
Fix the x86 textrel and remove -Wl,--no-fatal-warnings.
by Elliott Hughes
· 11 years ago
0bcb290
Revert "Revert "Fix access to FP registers when visiting stack""
by Sebastien Hertz
· 11 years ago
bd3682e
ART: Implement rem_double/rem_float for x86/x86-64
by Alexei Zavjalov
· 11 years ago
e3d5581
Fix host Mac build.
by Ian Rogers
· 11 years ago
9ae7672
Merge "Remove deprecated WITH_HOST_DALVIK."
by Ian Rogers
· 11 years ago
c5f1773
Remove deprecated WITH_HOST_DALVIK.
by Ian Rogers
· 11 years ago
4d0589c
ART: Move __memcmp16 from Bionic to ART
by Andreas Gampe
· 11 years ago
779f8c9
ART: Generic JNI for x86
by Andreas Gampe
· 11 years ago
8792ae1
x86: art_quick_instrumentation_entry should not use offset address
by Serguei Katkov
· 11 years ago
055c29f
Art compiler: remove unnecessary sqrt call
by buzbee
· 11 years ago
1d4d7bd
ART: refactor x86/x86-64 entrypoints
by Alexei Zavjalov
· 11 years ago
9e36931
Move modify_ldt_lock into global lock order.
by Chao-ying Fu
· 11 years ago
9f21e41
Work around Mac assembler differences.
by Ian Rogers
· 11 years ago
7624d25
Move quick frame info to OatQuickMethodHeader.
by Vladimir Marko
· 11 years ago
Next »