Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
4021b462e05b63c6fc6fec4b6e0a41ac1f6ac9de
4021b46
Revert "Reject classes inheriting from themselves directly or transitively."
by Roland Levillain
· 9 years ago
498bb81
Reject classes inheriting from themselves directly or transitively.
by Roland Levillain
· 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
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
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
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
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
7555dae
Merge "Add braces per the coding convention"
by David Sehr
· 9 years ago
0cba5b3
Merge "Remove double unloading hack"
by Mathieu Chartier
· 9 years ago
b408e58
Remove double unloading hack
by Mathieu Chartier
· 9 years ago
ed79301
Add braces per the coding convention
by David Sehr
· 9 years ago
9b4c6f4
Merge "Fix libarttest to be non debug"
by Mathieu Chartier
· 9 years ago
48b2b3e
Fix libarttest to be non debug
by Mathieu Chartier
· 9 years ago
f494663
Make run-test default to optimizing compiler.
by Alex Light
· 9 years ago
043f832
Merge "Limit profman log spam with time threshold"
by David Sehr
· 9 years ago
b0fca36
Merge "Fix assert failure in interpreter after deoptimization."
by Mingyao Yang
· 9 years ago
52683cf
Limit profman log spam with time threshold
by David Sehr
· 9 years ago
ee08827
Merge changes I8fab78bc,I8aae0d75
by Mathieu Chartier
· 9 years ago
504a690
Fix assert failure in interpreter after deoptimization.
by Mingyao Yang
· 9 years ago
06fd2cf
Change test 136 to use dlopen
by Mathieu Chartier
· 9 years ago
727d6df
Revert "Revert "(dl)Close native libraries on unload""
by Mathieu Chartier
· 9 years ago
5a62059
Stop populating irreducible loop at header
by David Brazdil
· 9 years ago
b652da7
Merge "Remove -XOatFileManagerCompilerFilter argument."
by Richard Uhler
· 9 years ago
0ca8add
Fix ProtoId ordering check in DexFileVerifier.
by Vladimir Marko
· 9 years ago
59399ab
Fix index checks for error strings in DexFileVerifier.
by Vladimir Marko
· 9 years ago
a246510
Merge "Patch for compiling art to run on linux target"
by Roland Levillain
· 9 years ago
65fef30
Relax the DCHECK in load store elimination.
by Nicolas Geoffray
· 9 years ago
a69ae8a
Merge "Revert "(dl)Close native libraries on unload""
by Nicolas Geoffray
· 9 years ago
0cf0dbd
Revert "(dl)Close native libraries on unload"
by Nicolas Geoffray
· 9 years ago
bdcd89e
Merge "(dl)Close native libraries on unload"
by Treehugger Robot
· 9 years ago
861c135
Merge "Exploit NE/EQ tests on array length in BCE."
by Aart Bik
· 9 years ago
2eb3ba9
(dl)Close native libraries on unload
by Dimitry Ivanov
· 9 years ago
a210689
Exploit NE/EQ tests on array length in BCE.
by Aart Bik
· 9 years ago
f5d1fbe
Merge "Update comment in class_linker.cc"
by Treehugger Robot
· 9 years ago
66630be
Update comment in class_linker.cc
by Alex Light
· 9 years ago
b8154f8
Merge "Do not look at dead phis during SsaRedundantPhiElimination."
by Treehugger Robot
· 9 years ago
05b3fa0
Do not look at dead phis during SsaRedundantPhiElimination.
by Nicolas Geoffray
· 9 years ago
43aa331
Merge "Check if a class is verified before visiting profiling info."
by Treehugger Robot
· 9 years ago
c5818f6
Merge "ARM64: Add new String.compareTo intrinsic."
by Vladimir Marko
· 9 years ago
022dd86
Check if a class is verified before visiting profiling info.
by Nicolas Geoffray
· 9 years ago
fbcf46e
Merge "Put a handle on the String object."
by Nicolas Geoffray
· 9 years ago
568b172
Merge "Blacklist test."
by Nicolas Geoffray
· 9 years ago
e85dff7
Blacklist test.
by Nicolas Geoffray
· 9 years ago
4319210
Merge "ART: Dump more OatDexFile data in oatdump"
by Treehugger Robot
· 9 years ago
2ba8895
ART: Dump more OatDexFile data in oatdump
by Andreas Gampe
· 9 years ago
157855b
Merge "Make test for app-image loading."
by Treehugger Robot
· 9 years ago
2e960a0
Make test for app-image loading.
by Alex Light
· 9 years ago
40d3061
Merge "ARM(64): Implement the isInfinite intrinsics"
by Aart Bik
· 9 years ago
9f45e82
Merge "Fix vtable corruption."
by Alex Light
· 9 years ago
f4b3487
Remove -XOatFileManagerCompilerFilter argument.
by Richard Uhler
· 9 years ago
d6c2bfa
Fix vtable corruption.
by Alex Light
· 9 years ago
a96f316
Put a handle on the String object.
by Nicolas Geoffray
· 9 years ago
1f36f41
ARM64: Add new String.compareTo intrinsic.
by Scott Wakeling
· 9 years ago
a651372
Merge changes from topic 'reset-native-loader'
by Dimitry Ivanov
· 9 years ago
5edb063
Fix check_jni_compiler tests
by Dimitry Ivanov
· 9 years ago
457bc24
Revert "Disable tests after latest nativeloader changes."
by Dimitry Ivanov
· 9 years ago
39d68ef
Reset NativeLoader on DestroyJavaVM
by Dimitry Ivanov
· 9 years ago
2f8d3a6
Merge "Fix profile saver to use base dex location"
by Mathieu Chartier
· 9 years ago
b384e5e
Fix profile saver to use base dex location
by Mathieu Chartier
· 9 years ago
808d6d0
Merge "ART: Disambiguate access-checks mode from lock-counting"
by Andreas Gampe
· 9 years ago
56fdd0e
ART: Disambiguate access-checks mode from lock-counting
by Andreas Gampe
· 9 years ago
9d05b59
Merge changes I6942bc86,Ie67e4aa9
by Treehugger Robot
· 9 years ago
7649467
ART: Fix Mac build
by Andreas Gampe
· 9 years ago
c7ed09b
ART: Log all monitor operations to systrace
by Andreas Gampe
· 9 years ago
bf80a06
Merge "Fix google-explicit-constructor warnings."
by Chih-hung Hsieh
· 9 years ago
e07a0b0
Merge "Deduplicate simple roots in hprof."
by Treehugger Robot
· 9 years ago
Next »