Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
1b404a8b34f6fa80342955cb0a61673503328b51
/
compiler
/
driver
/
compiler_driver.h
486dda0
Add support for registering classpath classes status.
by Nicolas Geoffray
· 8 years ago
5d3b002
ART: Change CanAssumeVerified to GetPreviousClassState
by Andreas Gampe
· 8 years ago
2b03a1f
Instrument ARM64 generated code to check the Marking Register.
by Roland Levillain
· 8 years ago
9e050df
Revert "Revert "Support class unloading in dex2oat for quicken multidex""
by Mathieu Chartier
· 8 years ago
6921d90
Revert "Support class unloading in dex2oat for quicken multidex"
by Richard Uhler
· 8 years ago
0b1c341
Support class unloading in dex2oat for quicken multidex
by Mathieu Chartier
· 8 years ago
72041a0
Use class unloading in dex2oat for verify and extract
by Mathieu Chartier
· 8 years ago
8cf9cb3
ART: Include cleanup
by Andreas Gampe
· 8 years ago
1a088d4
Use AtomicDexRefMap for compiled classes
by Mathieu Chartier
· 8 years ago
93764b8
Generalize atomic_method_ref_map to support dex references
by Mathieu Chartier
· 8 years ago
f79aa7f
Small refactoring of field/method access checks.
by Vladimir Marko
· 8 years ago
4913cf3
Remove obsolete helpers from CompilerDriver.
by Vladimir Marko
· 8 years ago
1cfea7a
Code cleanup around vdex.
by Nicolas Geoffray
· 8 years ago
f0446e9
ART: Misc header cleanups
by Andreas Gampe
· 8 years ago
d482e73
ART: More header cleanup - runtime.h
by Andreas Gampe
· 8 years ago
bb84610
ART: Remove CompiledClass
by Andreas Gampe
· 8 years ago
d01745e
optimizing: constructor fence redundancy elimination - remove dmb after LSE
by Igor Murashkin
· 8 years ago
0510717
Delete SrcMap
by Mathieu Chartier
· 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
13439f0
Use offline inline caches during AOT compilation
by Calin Juravle
· 8 years ago
bfb80d2
Revert^4 "Hash-based dex cache type array."
by Vladimir Marko
· 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
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
· 9 years ago
33083d6
Rename offline_profiling_info to profile_compilation_info
by Calin Juravle
· 8 years ago
7498105
Handle verify-profile and bootclasspath classes in vdex.
by Nicolas Geoffray
· 8 years ago
c1a42cf
Remove soon to be obsolete call kinds for direct calls.
by Nicolas Geoffray
· 9 years ago
ade72d6
Do not resolve types with vdex.
by Nicolas Geoffray
· 9 years ago
acab8d4
Move compiled methods to use AtomicMethodRefMap
by Mathieu Chartier
· 9 years ago
b0bbe8e
Use input-vdex-fd, or input-vdex in dex2oat.
by Nicolas Geoffray
· 9 years ago
a5b09a6
ART: Add dex::TypeIndex
by Andreas Gampe
· 9 years ago
01b70e8
Add dequickening support.
by Nicolas Geoffray
· 9 years ago
6bb7f1b
Integrate VerifierDeps in compiler driver.
by Nicolas Geoffray
· 9 years ago
0802518
Save the non-verified classes in the VerifierDeps.
by Nicolas Geoffray
· 9 years ago
571d234
Revert "Revert "Remove dead code from compiler driver.""
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
5f92605
Revert "Store resolved Strings for AOT code in .bss."
by Vladimir Marko
· 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
63dccbbe
Store resolved Strings for AOT code in .bss.
by Vladimir Marko
· 9 years ago
da079bb
Cleanup String.<init> handling.
by Nicolas Geoffray
· 9 years ago
5e4e11e
Clean-up sharpening and compiler driver.
by Nicolas Geoffray
· 9 years ago
d9c9037
Move ArrayRef to runtime/base
by David Brazdil
· 9 years ago
bdf7f1c
ART: SHARED_REQUIRES to REQUIRES_SHARED
by Andreas Gampe
· 9 years ago
492a7fa
Delay dex-to-dex compilation until Optimizing is done.
by Vladimir Marko
· 9 years ago
91288d8
Revert "Revert "Write conflict tables in image""
by Mathieu Chartier
· 9 years ago
3cd50df
Use dex cache from compilation unit in HInstructionBuilder.
by Vladimir Marko
· 9 years ago
93205e3
Move Assemblers to the Arena.
by Vladimir Marko
· 9 years ago
c4ae916
Store precice set of which constructors require barriers
by Mathieu Chartier
· 9 years ago
b5d3861
Revert "Revert "Check if we require barrier if we did not resolve classes""
by Mathieu Chartier
· 9 years ago
371bd83
Revert "Revert "Change RequiresConstructorBarrier default to yes""
by Mathieu Chartier
· 9 years ago
0436ee6
Revert "Change RequiresConstructorBarrier default to yes"
by Roland Levillain
· 9 years ago
f2f0f4b
Change RequiresConstructorBarrier default to yes
by Mathieu Chartier
· 9 years ago
a807780
Add verify-profile compiler filter
by Mathieu Chartier
· 9 years ago
6915898
Improve compiler stats
by Calin Juravle
· 9 years ago
bf63303
Merge "ART: Allow method references across oat files for multi-image, 2nd attempt."
by Vladimir Marko
· 9 years ago
944da60
ART: Allow method references across oat files for multi-image, 2nd attempt.
by Vladimir Marko
· 9 years ago
5b82d33
The JIT does not need VerifedMethod nor CompilerCallbacks.
by Nicolas Geoffray
· 9 years ago
45724f9
Revert "Allow method references across oat files for multi-image."
by Vladimir Marko
· 9 years ago
6065402
Allow method references across oat files for multi-image.
by Vladimir Marko
· 9 years ago
ace0dc1
ART: Add option to ensure deterministic compilation
by Andreas Gampe
· 9 years ago
c903b6a
Move --dump-cfg and dump-cfg-append to CompilerOptions.
by Nicolas Geoffray
· 9 years ago
0b8cdfa
ART: Fix CompilerDriver::AreInSameOatFile().
by Vladimir Marko
· 9 years ago
998c216
Perform profile file analysis in dex2oat
by Calin Juravle
· 10 years ago
dcdc85b
Dex2oat support for multiple oat file and image file outputs.
by Jeff Hao
· 10 years ago
226501b
Revert "Revert "Enable profiled guided compilation in dex2oat""
by Calin Juravle
· 10 years ago
6627864
Merge "Revert "Enable profiled guided compilation in dex2oat""
by Calin Juravle
· 10 years ago
2306ae0
Revert "Enable profiled guided compilation in dex2oat"
by Calin Juravle
· 10 years ago
a79c717
Merge "Enable profiled guided compilation in dex2oat"
by Calin Juravle
· 10 years ago
49b0f45
Refactor and clean up OatWriter and Dex2Oat.
by Vladimir Marko
· 10 years ago
500c9be
Enable profiled guided compilation in dex2oat
by Calin Juravle
· 10 years ago
9fdb129
Revert "Enable profiled guided compilation in dex2oat"
by Nicolas Geoffray
· 10 years ago
27e17fd
Enable profiled guided compilation in dex2oat
by Calin Juravle
· 10 years ago
10c1356
Refactor oat file writing to give Dex2Oat more control.
by Vladimir Marko
· 10 years ago
d9dc6f4
A few more optimizations on avoiding HClinit.
by Nicolas Geoffray
· 10 years ago
fb8464a
Revert "Revert "Enable store elimination for singleton objects.""
by Mingyao Yang
· 10 years ago
da5b28a
Revert "Revert "Add basic image writer support for app images""
by Mathieu Chartier
· 10 years ago
d28b969
Code cleanup to avoid CompilerDriver abstractions in JIT.
by Nicolas Geoffray
· 10 years ago
d1eaf0d
Keep list of dex files for oat file in CompilerDriver.
by Vladimir Marko
· 10 years ago
55d02cf
Revert "Enable store elimination for singleton objects."
by Andreas Gampe
· 10 years ago
7f43a3d
Enable store elimination for singleton objects.
by Mingyao Yang
· 10 years ago
35831e8
Reduce memory used by CompiledMethods.
by Vladimir Marko
· 10 years ago
3cfa4d0
ART: Remove interpreter entrypoints
by Andreas Gampe
· 10 years ago
87000a9
Add option to append to the cfg dump.
by Calin Juravle
· 10 years ago
736b560
Reduce how often we call FindDexCache
by Mathieu Chartier
· 10 years ago
3887c46
Remove unnecessary `explicit` qualifiers on constructors.
by Roland Levillain
· 10 years ago
5eb0d38
ART: Wire up DexToDexCompiler without extern
by Andreas Gampe
· 10 years ago
9044347
Move to newer clang annotations
by Mathieu Chartier
· 10 years ago
c04c800
Revert "Revert "Revert "Revert "Make dex2dex return a CompiledMethod after quickening.""""
by Nicolas Geoffray
· 10 years ago
ed6195a
Revert "Revert "Revert "Make dex2dex return a CompiledMethod after quickening."""
by Nicolas Geoffray
· 10 years ago
f075879
Revert "Revert "Make dex2dex return a CompiledMethod after quickening.""
by Nicolas Geoffray
· 10 years ago
327c5ed
Revert "Make dex2dex return a CompiledMethod after quickening."
by Nicolas Geoffray
· 10 years ago
6920703
Make dex2dex return a CompiledMethod after quickening.
by Nicolas Geoffray
· 10 years ago
bbcc01a
Make compiler-related gtests honor ART_USE_OPTIMIZING_COMPILER.
by Roland Levillain
· 10 years ago
Next »