Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
f40efd14aa032cef948f1fdc2ceea771faf4a9df
/
compiler
/
driver
c73753f
Merge "Hash-based DexCache methods array."
by Vladimir Marko
· 7 years ago
07bfbac
Hash-based DexCache methods array.
by Vladimir Marko
· 7 years ago
331f4c4
Merge "ART: Change method lookup to be more consistent to JLS and the RI."
by Treehugger Robot
· 7 years ago
ba11882
ART: Change method lookup to be more consistent to JLS and the RI.
by Vladimir Marko
· 7 years ago
1a088d4
Use AtomicDexRefMap for compiled classes
by Mathieu Chartier
· 7 years ago
e431e27
art: use proper nativehelper headers
by Steven Moreland
· 7 years ago
0d32f4e
Merge "Generalize atomic_method_ref_map to support dex references"
by Treehugger Robot
· 7 years ago
1847704
Merge "Avoid creating verification_results_ unnecessarily"
by Treehugger Robot
· 7 years ago
93764b8
Generalize atomic_method_ref_map to support dex references
by Mathieu Chartier
· 7 years ago
d317295
Merge "Do superclass validation at compile time and log with new class status."
by Treehugger Robot
· 7 years ago
0733dc8
Avoid creating verification_results_ unnecessarily
by Mathieu Chartier
· 7 years ago
0cb1728
Do superclass validation at compile time and log with new class status.
by Jeff Hao
· 7 years ago
88b74b6
Avoid creating compiled_methods_ array unnecessarily
by Mathieu Chartier
· 7 years ago
0656044
Merge "Revert "Revert "Fixed Literal String intern mismatch."""
by Mathieu Chartier
· 7 years ago
8054c1d
Merge "Add an init encoded fields threshold to compiler"
by Mathieu Chartier
· 7 years ago
70f689d
Add an init encoded fields threshold to compiler
by Chang Xing
· 7 years ago
f79aa7f
Small refactoring of field/method access checks.
by Vladimir Marko
· 7 years ago
4913cf3
Remove obsolete helpers from CompilerDriver.
by Vladimir Marko
· 7 years ago
e602b1c
Fix boot classes init when compiling app image
by Chang Xing
· 7 years ago
57c4704
Code cleanup around compiler options and JIT.
by Nicolas Geoffray
· 7 years ago
ba17dbd
Revert "Revert "Fixed Literal String intern mismatch.""
by Chang Xing
· 7 years ago
e17cf24
Add field/method skipping helper functions to DexFile
by Mathieu Chartier
· 7 years ago
a5dcdf3
Merge "Refactor some profiling info functions"
by Mathieu Chartier
· 7 years ago
bbe3a5e
Refactor some profiling info functions
by Mathieu Chartier
· 7 years ago
1cfea7a
Code cleanup around vdex.
by Nicolas Geoffray
· 7 years ago
d58932f
Merge "Fix some indentation errors in compiler driver"
by Mathieu Chartier
· 7 years ago
7a8bcfd
Fix some indentation errors in compiler driver
by Mathieu Chartier
· 7 years ago
17498e5
Avoid calling InitializeDependencies for non image case
by Mathieu Chartier
· 7 years ago
dabeb3a
Correctly set oat class status after initializing
by Mathieu Chartier
· 7 years ago
16d59b2
Merge "Revert "Revert "Fixed installation time regression when compile."""
by Treehugger Robot
· 7 years ago
fd37f1d
Revert "Revert "Fixed installation time regression when compile.""
by Mathieu Chartier
· 7 years ago
f1dd69a
Revert "Revert "Fully support static encoded fields.""
by Mathieu Chartier
· 7 years ago
5691173
Merge "Only compile hot methods"
by Mathieu Chartier
· 7 years ago
84c8432
Revert "Fully support static encoded fields."
by Nicolas Geoffray
· 7 years ago
f7ab834
Revert "Fixed Literal String intern mismatch."
by Nicolas Geoffray
· 7 years ago
54c32b1
Revert "Fixed installation time regression when compile."
by Nicolas Geoffray
· 7 years ago
7b135c8
Only compile hot methods
by Mathieu Chartier
· 7 years ago
8f98742
Fixed installation time regression when compile.
by Chang Xing
· 7 years ago
ea650f3
Move profiles to use bitmaps for startup methods
by Mathieu Chartier
· 7 years ago
b486a98
ART: Introduce thread-current-inl.h
by Andreas Gampe
· 7 years ago
9fa69d0
Merge "ART: Misc header cleanups"
by Treehugger Robot
· 7 years ago
854461a
Merge "Fixed Literal String intern mismatch."
by Mathieu Chartier
· 7 years ago
762ef84
Fixed Literal String intern mismatch.
by Chang Xing
· 7 years ago
726e179
Merge changes I282b25a3,I297f0ad4,I052ac9f7
by Treehugger Robot
· 7 years ago
f0446e9
ART: Misc header cleanups
by Andreas Gampe
· 7 years ago
d482e73
ART: More header cleanup - runtime.h
by Andreas Gampe
· 8 years ago
deae7db
ART: Add missing namespace comments
by Andreas Gampe
· 7 years ago
673253e
Merge "Fully support static encoded fields."
by Treehugger Robot
· 7 years ago
e71d687
Fully support static encoded fields.
by Chang Xing
· 8 years ago
6597946
Use PC-relative pointer to boot image methods.
by Vladimir Marko
· 7 years ago
2fad527
Ignore --compile-pic option for JIT.
by Vladimir Marko
· 7 years ago
bb84610
ART: Remove CompiledClass
by Andreas Gampe
· 7 years ago
f5ccfb5
Merge "Honor --force-determinism for vdex."
by Nicolas Geoffray
· 7 years ago
2982555
Merge "optimizing: constructor fence redundancy elimination - remove dmb after LSE"
by Treehugger Robot
· 8 years ago
d01745e
optimizing: constructor fence redundancy elimination - remove dmb after LSE
by Igor Murashkin
· 8 years ago
f5bea5e
Document some dex2oat command line options.
by Roland Levillain
· 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
9c4f0d8f
Clean up after MIPS got read barriers support
by Goran Jakovljevic
· 8 years ago
1a4bc7f
ART: Remove unused DexToDex level.
by Andreas Gampe
· 8 years ago
f6d4668
Improvements in the Inliner.
by Nicolas Geoffray
· 8 years ago
0510717
Delete SrcMap
by Mathieu Chartier
· 8 years ago
cbcedbf
Add method info to oat files
by Mathieu Chartier
· 8 years ago
f44d36c
Revert^2 "Hash-based DexCache field array."
by Vladimir Marko
· 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
6374c58
Revert "Hash-based DexCache field array."
by Vladimir Marko
· 8 years ago
939e71a
Merge "Hash-based DexCache field array."
by Treehugger Robot
· 8 years ago
1aea351
Hash-based DexCache field array.
by Vladimir Marko
· 8 years ago
13439f0
Use offline inline caches during AOT compilation
by Calin Juravle
· 8 years ago
97fa992
Do not allow input-vdex with dexlayout.
by Nicolas Geoffray
· 8 years ago
68fdd5a
Merge "Remove --include-patch-information option from dex2oat."
by Richard Uhler
· 8 years ago
c52f303
Remove --include-patch-information option from dex2oat.
by Richard Uhler
· 8 years ago
7cc3ae5
Return the right value in VerifyClass.
by Nicolas Geoffray
· 8 years ago
d9f647a
Merge "Extend profman to generate profiles with inline caches"
by Treehugger Robot
· 8 years ago
e0ac115
Extend profman to generate profiles with inline caches
by Calin Juravle
· 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
8d4b118
Merge "Fix dex cache resolved types and class table mismatch."
by Vladimir Marko
· 8 years ago
cd556b0
Fix dex cache resolved types and class table mismatch.
by Vladimir Marko
· 8 years ago
83c8e27
Code refactoring around sharpening HLoadClass.
by Nicolas Geoffray
· 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
· 8 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
Next »