Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
0733dc87518d2c8fc1ba2196c9f5cc9729de7c20
/
compiler
/
driver
/
compiler_driver.cc
0733dc8
Avoid creating verification_results_ unnecessarily
by Mathieu Chartier
· 8 years ago
88b74b6
Avoid creating compiled_methods_ array unnecessarily
by Mathieu Chartier
· 8 years ago
0656044
Merge "Revert "Revert "Fixed Literal String intern mismatch."""
by Mathieu Chartier
· 8 years ago
70f689d
Add an init encoded fields threshold to compiler
by Chang Xing
· 8 years ago
e602b1c
Fix boot classes init when compiling app image
by Chang Xing
· 8 years ago
ba17dbd
Revert "Revert "Fixed Literal String intern mismatch.""
by Chang Xing
· 8 years ago
e17cf24
Add field/method skipping helper functions to DexFile
by Mathieu Chartier
· 8 years ago
a5dcdf3
Merge "Refactor some profiling info functions"
by Mathieu Chartier
· 8 years ago
bbe3a5e
Refactor some profiling info functions
by Mathieu Chartier
· 8 years ago
1cfea7a
Code cleanup around vdex.
by Nicolas Geoffray
· 8 years ago
d58932f
Merge "Fix some indentation errors in compiler driver"
by Mathieu Chartier
· 8 years ago
7a8bcfd
Fix some indentation errors in compiler driver
by Mathieu Chartier
· 8 years ago
17498e5
Avoid calling InitializeDependencies for non image case
by Mathieu Chartier
· 8 years ago
dabeb3a
Correctly set oat class status after initializing
by Mathieu Chartier
· 8 years ago
16d59b2
Merge "Revert "Revert "Fixed installation time regression when compile."""
by Treehugger Robot
· 8 years ago
fd37f1d
Revert "Revert "Fixed installation time regression when compile.""
by Mathieu Chartier
· 8 years ago
f1dd69a
Revert "Revert "Fully support static encoded fields.""
by Mathieu Chartier
· 8 years ago
5691173
Merge "Only compile hot methods"
by Mathieu Chartier
· 8 years ago
84c8432
Revert "Fully support static encoded fields."
by Nicolas Geoffray
· 8 years ago
f7ab834
Revert "Fixed Literal String intern mismatch."
by Nicolas Geoffray
· 8 years ago
54c32b1
Revert "Fixed installation time regression when compile."
by Nicolas Geoffray
· 8 years ago
7b135c8
Only compile hot methods
by Mathieu Chartier
· 8 years ago
8f98742
Fixed installation time regression when compile.
by Chang Xing
· 8 years ago
ea650f3
Move profiles to use bitmaps for startup methods
by Mathieu Chartier
· 8 years ago
9fa69d0
Merge "ART: Misc header cleanups"
by Treehugger Robot
· 8 years ago
762ef84
Fixed Literal String intern mismatch.
by Chang Xing
· 8 years ago
f0446e9
ART: Misc header cleanups
by Andreas Gampe
· 8 years ago
e71d687
Fully support static encoded fields.
by Chang Xing
· 8 years ago
bb84610
ART: Remove CompiledClass
by Andreas Gampe
· 8 years ago
f5ccfb5
Merge "Honor --force-determinism for vdex."
by Nicolas Geoffray
· 8 years ago
4684739
Honor --force-determinism for vdex.
by Nicolas Geoffray
· 8 years ago
4e868fa
Make vdex and dexlayout compatible.
by Nicolas Geoffray
· 8 years ago
4dc06e2
Merge "Rename and obsolete compiler filter names."
by Nicolas Geoffray
· 8 years ago
6d7abbd
ART: More header cleanup - method_verifier.h
by Andreas Gampe
· 8 years ago
c6ea7d0
ART: Clean up art_method.h
by Andreas Gampe
· 8 years ago
49cda06
Rename and obsolete compiler filter names.
by Nicolas Geoffray
· 8 years ago
c7da1d6
Record class status after verification.
by Nicolas Geoffray
· 8 years ago
1a4bc7f
ART: Remove unused DexToDex level.
by Andreas Gampe
· 8 years ago
8d6768d
Revert^6 "Hash-based dex cache type array."
by Vladimir Marko
· 8 years ago
0b66d61
Revert^5 "Hash-based dex cache type array."
by Vladimir Marko
· 8 years ago
97fa992
Do not allow input-vdex with dexlayout.
by Nicolas Geoffray
· 8 years ago
7cc3ae5
Return the right value in VerifyClass.
by Nicolas Geoffray
· 8 years ago
7bf9048
ART: Resolve <clinit> strings in compiler driver
by Andreas Gampe
· 8 years ago
9e7078b
ART: Resolve static field strings in compiler driver
by Andreas Gampe
· 8 years ago
97ab5e3
Check for null profile in ShouldCompileBasedOnProfile
by Mathieu Chartier
· 8 years ago
bfb80d2
Revert^4 "Hash-based dex cache type array."
by Vladimir Marko
· 8 years ago
d0af56c
Make dex2oat support profiles passed to non profile filters
by Mathieu Chartier
· 8 years ago
cadf244
Merge "Update verify-profile logic."
by Nicolas Geoffray
· 8 years ago
23a625c
Update verify-profile logic.
by Nicolas Geoffray
· 8 years ago
fa4333d
ART: Add operator == and != with nullptr to Handle
by Andreas Gampe
· 8 years ago
5812e20
Revert^3 "Hash-based dex cache type array."
by Mathieu Chartier
· 8 years ago
85c0f2a
Revert^2 "Hash-based dex cache type array."
by Vladimir Marko
· 8 years ago
cd556b0
Fix dex cache resolved types and class table mismatch.
by Vladimir Marko
· 8 years ago
d16363a
Revert "Hash-based dex cache type array."
by Vladimir Marko
· 8 years ago
ec78622
Hash-based dex cache type array.
by Vladimir Marko
· 9 years ago
13970e4
Merge "Re-enable tests 934 & 935"
by Treehugger Robot
· 8 years ago
e40dd38
Re-enable tests 934 & 935
by Alex Light
· 8 years ago
3eba863
Make verify-profile not look at the profile.
by Nicolas Geoffray
· 8 years ago
0a27fd0
Preserve verification invariant after compile-time verification.
by Nicolas Geoffray
· 8 years ago
72ab684
Add class status for resolved erroneous classes.
by Vladimir Marko
· 8 years ago
5e8d5f0
Fix some typos in ART.
by Roland Levillain
· 9 years ago
942fd31
Reduce using ArtMethod's dex_cache_resolved_types_.
by Vladimir Marko
· 8 years ago
7498105
Handle verify-profile and bootclasspath classes in vdex.
by Nicolas Geoffray
· 8 years ago
454f339
Merge "Optimize OatWriter when we don't compile any method."
by Nicolas Geoffray
· 9 years ago
60ca949
Optimize OatWriter when we don't compile any method.
by Nicolas Geoffray
· 9 years ago
c1a42cf
Remove soon to be obsolete call kinds for direct calls.
by Nicolas Geoffray
· 9 years ago
b1677e2
Don't unquicken RETURN_VOID_NO_BARRIER with vdex.
by Nicolas Geoffray
· 9 years ago
d27097a
Clear exception if FindClass fails.
by Nicolas Geoffray
· 9 years ago
ade72d6
Do not resolve types with vdex.
by Nicolas Geoffray
· 9 years ago
b70b66e
Merge "MIPS64: Improve method invocation."
by Treehugger Robot
· 9 years ago
19f6c69
MIPS64: Improve method invocation.
by Alexey Frunze
· 9 years ago
19a4d37
Clean up Class::GetDirectInterface().
by Vladimir Marko
· 9 years ago
51c17fa
Create empty VerifiedMethod after vdex verification.
by Nicolas Geoffray
· 9 years ago
acab8d4
Move compiled methods to use AtomicMethodRefMap
by Mathieu Chartier
· 9 years ago
8a0128a
ART: Add dex::StringIndex
by Andreas Gampe
· 9 years ago
b0bbe8e
Use input-vdex-fd, or input-vdex in dex2oat.
by Nicolas Geoffray
· 9 years ago
340dafa
Use a per-thread VerifierDeps.
by Nicolas Geoffray
· 9 years ago
a5b09a6
ART: Add dex::TypeIndex
by Andreas Gampe
· 9 years ago
54b5855
Change offline profile to store type_idx of classes.
by Jeff Hao
· 9 years ago
3825da5
Merge "Revert "jni: Punt to generic JNI for mips""
by Treehugger Robot
· 9 years ago
d4ede93
Merge "Integrate VerifierDeps in compiler driver."
by Nicolas Geoffray
· 9 years ago
4c481a4
ART: Make some variables references
by Andreas Gampe
· 9 years ago
6bb7f1b
Integrate VerifierDeps in compiler driver.
by Nicolas Geoffray
· 9 years ago
e3eae5e
compiler_driver: loosen DCHECK for java/lang/invoke classes.
by Narayan Kamath
· 9 years ago
0802518
Save the non-verified classes in the VerifierDeps.
by Nicolas Geoffray
· 9 years ago
28357fa
Move most of class linker to ObjPtr
by Mathieu Chartier
· 9 years ago
709b070
Remove mirror:: and ArtMethod deps in utils.{h,cc}
by David Sehr
· 9 years ago
31e8822
Move most mirror:: args to ObjPtr
by Mathieu Chartier
· 9 years ago
571d234
Revert "Revert "Remove dead code from compiler driver.""
by Nicolas Geoffray
· 9 years ago
e2ced0d
Merge "Address revew comments for change Ia653d2c72df13889dc85dd8c84997582c034ea4b."
by Nicolas Geoffray
· 9 years ago
5d9c6d6
Fix build breakage.
by Nicolas Geoffray
· 9 years ago
091f675
Merge "Revert "Remove dead code from compiler driver.""
by Nicolas Geoffray
· 9 years ago
38f250f
Revert "Remove dead code from compiler driver."
by Nicolas Geoffray
· 9 years ago
aad75c6
Revert "Revert "Store resolved Strings for AOT code in .bss.""
by Vladimir Marko
· 9 years ago
44b3da2
Remove dead code from compiler driver.
by Nicolas Geoffray
· 9 years ago
b20f1fe
Address revew comments for change Ia653d2c72df13889dc85dd8c84997582c034ea4b.
by Nicolas Geoffray
· 9 years ago
5f92605
Revert "Store resolved Strings for AOT code in .bss."
by Vladimir Marko
· 9 years ago
04a4413
compiler_driver: Fix build.
by Narayan Kamath
· 9 years ago
4287925
Merge "Store resolved Strings for AOT code in .bss."
by Vladimir Marko
· 9 years ago
762869d
Simplify our intrinsic recognizer.
by Nicolas Geoffray
· 9 years ago
Next »