Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
5a4b8a236030460651a3136397d23ca6744e7eb7
/
runtime
/
arch
e2d596e
x86 fault handler does not know about movb
by Serguei Katkov
· 10 years ago
194321c
Add proper cfi directives.
by Christopher Ferris
· 10 years ago
871bfdc
Revert "Revert "x86: Fix art_quick_instrumentation_exit""
by Andreas Gampe
· 10 years ago
1a7e292
ART: Fix StubTest Interface Trampoline test
by Andreas Gampe
· 11 years ago
500c421
Fix mips build for nested signal handler
by Dave Allison
· 10 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
6e49869
ART: Fix ARM invoke stub, run Generic JNI in jni_compiler_test
by Andreas Gampe
· 11 years ago
29b3841
ART: Set default visibility to protected
by Andreas Gampe
· 11 years ago
ffe18b5
Fix the THREAD_ offsets for MIPS.
by Raghu Gandham
· 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
62ddb32
AArch64: Fix art_quick_string_compareto.
by Zheng Xu
· 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
d842648
Revert "Fix build without -Bsymbolic."
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
d5c78f4
AArch64: Implicit StackOverflow/NPE/Suspend checks.
by Stuart Monteith
· 11 years ago
467f816
When performing a long jump, update SP last.
by Jeff Hao
· 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
b551fdc
AArch64: Clean up CalleeSaveMethod frame and the use of temp registers.
by Zheng Xu
· 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
7ea6f79
ART: Throw StackOverflowError in native code
by Andreas Gampe
· 11 years ago
907194a
Add optimized assembler implementation of __memcmp16 for x86.
by Alexander Ivchenko
· 11 years ago
c3d131e
Fix test 304-method-tracing failure for Mips.
by Douglas Leung
· 11 years ago
9791bb4
Merge "Fix art test failures for Mips."
by Jeff Hao
· 11 years ago
69dfe51
Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86""""
by Dave Allison
· 11 years ago
d9cb8ae
Fix art test failures for Mips.
by Douglas Leung
· 11 years ago
e63db27
Break apart header files.
by Ian Rogers
· 11 years ago
ab08811
Add read barriers for the roots in Runtime.
by Hiroshi Yamauchi
· 11 years ago
98d1cc8
Improve performance of invokevirtual/invokeinterface with embedded imt/vtable
by Mingyao Yang
· 11 years ago
ae91207
Fix mac build.
by Christopher Ferris
· 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
c380191
x86_64: Enable fp-reg promotion
by Serguei Katkov
· 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
39b1ef0
Fix linux build.
by Brian Carlstrom
· 11 years ago
b0947fc
Merge "Copyright assignment"
by Andreas Gampe
· 11 years ago
62edf0b
Copyright assignment
by Bernhard Rosenkraenzer
· 11 years ago
c3ccc10
Fix the Mac build on x86-64.
by Ian Rogers
· 11 years ago
bc8568c
AArch64: Add memcmp.S for Arm64.
by Serban Constantinescu
· 11 years ago
249fa66
Merge "Fix art_quick_instrumentation_exit for ARM64"
by Sebastien Hertz
· 11 years ago
70f8d4b
Fix art_quick_instrumentation_exit for ARM64
by Sebastien Hertz
· 11 years ago
7cd26f3
ART: Target-dependent stack overflow, less check elision
by Andreas Gampe
· 11 years ago
b5c526d
Merge "AArch64: Add transition assembly to wrapper native functions."
by Bill Buzbee
· 11 years ago
0210d11
AArch64: Add transition assembly to wrapper native functions.
by Zheng Xu
· 11 years ago
bd3682e
ART: Implement rem_double/rem_float for x86/x86-64
by Alexei Zavjalov
· 11 years ago
0bcb290
Revert "Revert "Fix access to FP registers when visiting stack""
by Sebastien Hertz
· 11 years ago
52fa814
Disable StubTest.IndexOf if heap poisoning is enabled for now.
by Hiroshi Yamauchi
· 11 years ago
6aac355
ART: Add initialize_type stubs for ARM64; indexof test
by Andreas Gampe
· 11 years ago
169489b
AArch64: Add support for inlined methods
by Serban Constantinescu
· 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
6240102
ART: Fix MIPS build
by Andreas Gampe
· 11 years ago
4d0589c
ART: Move __memcmp16 from Bionic to ART
by Andreas Gampe
· 11 years ago
335b91f
Merge "ART: Add instrumentation stubs for ARM64 and X86-64"
by Andreas Gampe
· 11 years ago
41c507a
ART: Generalize code to find PC for artInvokeInterfaceTrampoline
by Alexei Zavjalov
· 11 years ago
fd755e0
Merge "X86_64: Pass 'hidden method index' in EAX"
by Ian Rogers
· 11 years ago
779f8c9
ART: Generic JNI for x86
by Andreas Gampe
· 11 years ago
d3703d8
X86_64: Pass 'hidden method index' in EAX
by Mark Mendell
· 11 years ago
d58342c
ART: Add instrumentation stubs for ARM64 and X86-64
by Andreas Gampe
· 11 years ago
2f6e351
ART: Fix inline assembly constraints in stub_test
by Andreas Gampe
· 11 years ago
4479ba3
Merge "Change FieldHelper to use a handle."
by Mathieu Chartier
· 11 years ago
576ca0c
Reduce header files including header files.
by Ian Rogers
· 11 years ago
7c748c1
x86_64: Fix stubs after 4-byte method handler
by Serguei Katkov
· 11 years ago
61c5ebc
Change FieldHelper to use a handle.
by Mathieu Chartier
· 11 years ago
04f4d8a
Add an optimization for removing redundant suspend tests in ART
by Wei Jin
· 11 years ago
adab3a2
Merge "Fix reflection_test failures."
by Ian Rogers
· 11 years ago
cdb3fa5
Do not force unwind info to debug_frame.
by Christopher Ferris
· 11 years ago
b264937
Fix reflection_test failures.
by Douglas Leung
· 11 years ago
f39b378
ART: Fix stub_test inline assembly for ARM64
by Andreas Gampe
· 11 years ago
18e6cf1
Merge "ART: Fix an error in proxy_invoke stub on ARM64"
by Andreas Gampe
· 11 years ago
f208ae9
x86_64: Fix art_quick_aput_obj
by Dmitry Petrochenko
· 11 years ago
d1e9167
ART: Fix an error in proxy_invoke stub on ARM64
by Andreas Gampe
· 11 years ago
8792ae1
x86: art_quick_instrumentation_entry should not use offset address
by Serguei Katkov
· 11 years ago
cf4035a
ART: Use StackReference in Quick Stack Frame
by Andreas Gampe
· 11 years ago
055c29f
Art compiler: remove unnecessary sqrt call
by buzbee
· 11 years ago
ab5b370
Merge "AArch64: Add suspend check in managed code."
by Bill Buzbee
· 11 years ago
7f0a6d6
Fix x86_64 test failures.
by Nicolas Geoffray
· 11 years ago
48241e7
AArch64: Add suspend check in managed code.
by Zheng Xu
· 11 years ago
748dd95
[MIPS] Remove warnings about use of at register
by Chris Dearman
· 11 years ago
1d4d7bd
ART: refactor x86/x86-64 entrypoints
by Alexei Zavjalov
· 11 years ago
Next »