Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
0c050a13eeb687166b19a60333eacfa5ccf25639
0c050a1
Add null checks to weak DexCache references
by Brian Carlstrom
· 9 years ago
84f6ac6
Merge "Visit IMT of all classes during image writing"
by Mathieu Chartier
· 9 years ago
97bad1b
Visit IMT of all classes during image writing
by Mathieu Chartier
· 9 years ago
31e61f1
Merge "SafeStack-friendly stack protection in ART."
by Evgenii Stepanov
· 9 years ago
73660f8
Merge "Make quick frames of proxy methods visited if they're constructors."
by Treehugger Robot
· 9 years ago
84a4ab8
SafeStack-friendly stack protection in ART.
by Evgenii Stepanov
· 9 years ago
8494943
Make quick frames of proxy methods visited if they're constructors.
by Jeff Hao
· 9 years ago
b68b354
Merge "Typos and stylistic fixes."
by Treehugger Robot
· 9 years ago
ab880f4
Typos and stylistic fixes.
by Roland Levillain
· 9 years ago
2273f67
Merge "Reject classes implementing themselves as interface directly or transitively."
by Roland Levillain
· 9 years ago
69872a1
Merge "Reject classes inheriting from themselves directly or transitively."
by Roland Levillain
· 9 years ago
3459846
Reject classes implementing themselves as interface directly or transitively.
by Roland Levillain
· 9 years ago
92f9d53
Merge "Fix the benchmark fail by caliper's change"
by Paul Duffin
· 9 years ago
fbb0323
Merge "Fix JNIEnv-on-wrong-thread abort message."
by Treehugger Robot
· 9 years ago
35e827a
Fix JNIEnv-on-wrong-thread abort message.
by Daniel Erat
· 9 years ago
30ad1c2
Merge "Use _exit instead of exit for the system exit."
by Hiroshi Yamauchi
· 9 years ago
498bb81
Reject classes inheriting from themselves directly or transitively.
by Roland Levillain
· 9 years ago
afb2e78
Merge "Ensure that java.lang.reflect.Field is initialized"
by Przemyslaw Szczepaniak
· 9 years ago
a2b147e
Ensure that java.lang.reflect.Field is initialized
by Przemyslaw Szczepaniak
· 9 years ago
628f201
Merge "Revert "ART: Reference.getReferent intrinsic for x86 and x86_64""
by Nicolas Geoffray
· 9 years ago
0997d24
Revert "ART: Reference.getReferent intrinsic for x86 and x86_64"
by Nicolas Geoffray
· 9 years ago
893a1d3
Merge "Fix oatdump crash on arm64/arm code. Also adds 16 bit literal information."
by Aart Bik
· 9 years ago
8129277
Merge "Don't expect permission to open foreign dex use marks."
by Treehugger Robot
· 9 years ago
87a23d0
Merge "Hold a ClassLoader reference in NativeAllocationRegistry."
by Richard Uhler
· 9 years ago
d3059e7
Fix oatdump crash on arm64/arm code. Also adds 16 bit literal information.
by Aart Bik
· 9 years ago
e18d619
Don't expect permission to open foreign dex use marks.
by Richard Uhler
· 9 years ago
4478ae4
Merge "ART: Reference.getReferent intrinsic for x86 and x86_64"
by Roland Levillain
· 9 years ago
af4bcdf
Merge "Fix another case of live_in at irreducible loop entry."
by Nicolas Geoffray
· 9 years ago
d7c2fdc
Fix another case of live_in at irreducible loop entry.
by Nicolas Geoffray
· 9 years ago
249b4d1
Use _exit instead of exit for the system exit.
by Hiroshi Yamauchi
· 9 years ago
b2b5559
Merge "Add histogram for native allocations"
by Mathieu Chartier
· 9 years ago
5d2a3f7
Add histogram for native allocations
by Mathieu Chartier
· 9 years ago
d6f3740
Merge "Prevent ArtMethod clearing race"
by Mathieu Chartier
· 9 years ago
10c5f56
Prevent ArtMethod clearing race
by Mathieu Chartier
· 9 years ago
435a668
Merge "Revert "Revert "Make run-test default to optimizing compiler."""
by Alex Light
· 9 years ago
dfbeb14
Merge "Add cmpb instruction to x86 and x86_64 assembler"
by Roland Levillain
· 9 years ago
fc7662f
Merge "Revert "Blacklist test.""
by Nicolas Geoffray
· 9 years ago
c66b810
Revert "Blacklist test."
by Nicolas Geoffray
· 9 years ago
718d4e2
Merge "Revert some flaky unloading"
by Mathieu Chartier
· 9 years ago
73ad16e
Revert some flaky unloading
by Mathieu Chartier
· 9 years ago
b88a2ca
Merge changes I11f1f820,Iafec1f83
by Mathieu Chartier
· 9 years ago
21fd1b7
Merge "Break the debug cycle!"
by Aart Bik
· 9 years ago
e5a5aaa
Merge "Make all java.lang.reflect.Constructor methods handle proxies."
by Alex Light
· 9 years ago
cf79a4d
Merge "Add ability to see if a dex file is backed by an oat file."
by Treehugger Robot
· 9 years ago
10bc5a4
Revert "Revert "Make run-test default to optimizing compiler.""
by Alex Light
· 9 years ago
e16259f
Merge "Fix issue with Constructor proxies."
by Alex Light
· 9 years ago
33bae7d
Revert "Revert "Revert "Revert "(dl)Close native libraries on unload""""
by Mathieu Chartier
· 9 years ago
c0f2e67
Revert "Revert "Remove double unloading hack""
by Mathieu Chartier
· 9 years ago
0122320
Break the debug cycle!
by Aart Bik
· 9 years ago
90671be
Add ability to see if a dex file is backed by an oat file.
by Jeff Hao
· 9 years ago
52c9da0
Fix issue with Constructor proxies.
by Alex Light
· 9 years ago
477e29a
Hold a ClassLoader reference in NativeAllocationRegistry.
by Richard Uhler
· 9 years ago
36a94ab
Merge "Intrinsify String.length() and String.isEmpty() as HIR."
by Vladimir Marko
· 9 years ago
450a679
Merge "DexFile: Add an API to query oat file status."
by Narayan Kamath
· 9 years ago
d2050db
Merge "Reduce memory usage of SSA Phi elimination and make it faster."
by Treehugger Robot
· 9 years ago
c9ef168
Reduce memory usage of SSA Phi elimination and make it faster.
by Vladimir Marko
· 9 years ago
8943c1d
DexFile: Add an API to query oat file status.
by Narayan Kamath
· 9 years ago
d8cd1c8
Merge "Revert "Make run-test default to optimizing compiler.""
by Nicolas Geoffray
· 9 years ago
4650c93
Revert "Make run-test default to optimizing compiler."
by Nicolas Geoffray
· 9 years ago
24950e1
Merge "Fix braino when parsing invoke transition weight."
by Treehugger Robot
· 9 years ago
d6f5b76
Merge "Attribute arena allocations previously marked as STL."
by Vladimir Marko
· 9 years ago
7c9f3ba
Fix braino when parsing invoke transition weight.
by Nicolas Geoffray
· 9 years ago
a8d06f0
Merge "Workaround invokesuper underspecified behavior."
by Nicolas Geoffray
· 9 years ago
cdd55c2
Merge "Relax the DCHECK in load store elimination."
by Nicolas Geoffray
· 9 years ago
afdc97e
ART: Reference.getReferent intrinsic for x86 and x86_64
by Serguei Katkov
· 9 years ago
50107e0
Merge "Remove a common subexpression from profman output"
by David Sehr
· 9 years ago
0f4764e
Merge "Use delete/delete[] rather than free/realloc in tracedump"
by David Sehr
· 9 years ago
dcceaf0
Merge "Initialize native loader before starting runtime"
by Dimitry Ivanov
· 9 years ago
bb881ea
Merge "Make --jvm work again"
by Treehugger Robot
· 9 years ago
36a95bc
Make all java.lang.reflect.Constructor methods handle proxies.
by Alex Light
· 9 years ago
c544f34
Initialize native loader before starting runtime
by Dimitry Ivanov
· 9 years ago
bc90d0f
Make --jvm work again
by Alex Light
· 9 years ago
d855718
Remove a common subexpression from profman output
by David Sehr
· 9 years ago
54149d6
Use delete/delete[] rather than free/realloc in tracedump
by David Sehr
· 9 years ago
266f2d4
Merge "Revert "Revert "Assembly RegionTLAB allocation fast path for x86_64"""
by Treehugger Robot
· 9 years ago
dce016e
Intrinsify String.length() and String.isEmpty() as HIR.
by Vladimir Marko
· 9 years ago
3ea5a97
Attribute arena allocations previously marked as STL.
by Vladimir Marko
· 9 years ago
60be30a
Merge "Fix ProtoId ordering check in DexFileVerifier."
by Vladimir Marko
· 9 years ago
46a9114
Merge "Make run-test default to optimizing compiler."
by Alex Light
· 9 years ago
e0b2e60
Merge "Improve String.indexOf() intrinsics."
by Vladimir Marko
· 9 years ago
b8c34ea
Merge "Revert "Remove double unloading hack""
by Nicolas Geoffray
· 9 years ago
e9cae49
Revert "Remove double unloading hack"
by Nicolas Geoffray
· 9 years ago
e2cfab5
Merge "Revert "Revert "Revert "(dl)Close native libraries on unload""""
by Nicolas Geoffray
· 9 years ago
624b68e
Revert "Revert "Revert "(dl)Close native libraries on unload"""
by Nicolas Geoffray
· 9 years ago
f5558cc
Merge "Fix test for verification of clinit method"
by Treehugger Robot
· 9 years ago
0ed0521
Fix test for verification of clinit method
by Alex Light
· 9 years ago
80e28e8
Merge "Make <clinit> verification stronger for v37+."
by Alex Light
· 9 years ago
f0ecae7
Make <clinit> verification stronger for v37+.
by Alex Light
· 9 years ago
3cbdfc6
Merge "Fix libart tests on target"
by Dimitry Ivanov
· 9 years ago
90d48f2
Fix libart tests on target
by Dimitry Ivanov
· 9 years ago
fb6c90a
Improve String.indexOf() intrinsics.
by Vladimir Marko
· 9 years ago
5bcbdd5
Merge "Optimizing: LoadString may not have any side effects."
by Vladimir Marko
· 9 years ago
af3ec0a
Merge "ART: Fix dominance for irreducible loops"
by David Brazdil
· 9 years ago
f663e34
Workaround invokesuper underspecified behavior.
by Aart Bik
· 9 years ago
3f4a522
ART: Fix dominance for irreducible loops
by David Brazdil
· 9 years ago
3b62593
Add cmpb instruction to x86 and x86_64 assembler
by Serguei Katkov
· 9 years ago
9858f04
Merge "Stop populating irreducible loop at header"
by David Brazdil
· 9 years ago
ddb9cda
Merge "Fix test with libarttest.so."
by Nicolas Geoffray
· 9 years ago
130b7cf
Fix test with libarttest.so.
by Nicolas Geoffray
· 9 years ago
bc177b3
Merge "Fix index checks for error strings in DexFileVerifier."
by Vladimir Marko
· 9 years ago
Next »