Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
19379b58bd433da91230e4fe6cd96e7416d16adc
/
compiler
/
driver
/
compiler_driver.h
8e524ad
Always produce PIC code for AOT compilation.
by Vladimir Marko
· 7 years ago
51b8aaf
Fix HClinitCheck elimination in instruction builder.
by Vladimir Marko
· 8 years ago
bb089b6
Remove CompilerDriver::support_boot_image_fixup_.
by Vladimir Marko
· 7 years ago
a043111
Move instruction_set_ to CompilerOptions.
by Vladimir Marko
· 7 years ago
213ee2d
Move dex_files_for_oat_file_ to CompilerOptions.
by Vladimir Marko
· 7 years ago
dc4bcce
Move image_classes_ to CompilerOptions.
by Vladimir Marko
· 7 years ago
54159c6
Use HashSet<std::string> instead of unordered_set<>.
by Vladimir Marko
· 7 years ago
bd600e3
ART: Remove support for compiled-methods and compiled-classes
by Andreas Gampe
· 7 years ago
db20a4b
ART: Fix core image detection
by Andreas Gampe
· 7 years ago
f191ae7
Merge "Move some remaining dex utilities"
by Treehugger Robot
· 7 years ago
312f3b2
Move some remaining dex utilities
by David Sehr
· 7 years ago
be0c7cf
Fix running some run-tests with -Xjitthreshold:0
by Vladimir Marko
· 7 years ago
c431b9d
Move most of runtime/base to libartbase/base
by David Sehr
· 7 years ago
67bf42e
Header library to remove dependence on runtime/
by David Sehr
· 7 years ago
279e3a3
Enable code item deduping
by Mathieu Chartier
· 7 years ago
199f72b
Merge "ART: Refactor dex2dex compilation"
by Treehugger Robot
· 7 years ago
bff7a52
Revert "Compiler changes for bitstring based type checks."
by Nicolas Geoffray
· 7 years ago
8304743
Merge "Revert "ART: Use the bitstring type check for AOT app compilation.""
by Treehugger Robot
· 7 years ago
0be8cab
Revert "ART: Use the bitstring type check for AOT app compilation."
by Nicolas Geoffray
· 7 years ago
d3233ab
Merge "ART: Use the bitstring type check for AOT app compilation."
by Mingyao Yang
· 7 years ago
b95eb37
Merge "Revert "Revert "Don't embed the dex code in the oat file if dex is uncompressed."""
by Nicolas Geoffray
· 7 years ago
718e831
ART: Use the bitstring type check for AOT app compilation.
by Vladimir Marko
· 7 years ago
be2b613
Merge "Compiler changes for bitstring based type checks."
by Vladimir Marko
· 7 years ago
f307527
Revert "Revert "Don't embed the dex code in the oat file if dex is uncompressed.""
by Nicolas Geoffray
· 7 years ago
eb0ebed
Compiler changes for bitstring based type checks.
by Vladimir Marko
· 7 years ago
3913e48
ART: Refactor profile_compilation_info.h includes
by Andreas Gampe
· 7 years ago
3c060ad
ART: Refactor dex2dex compilation
by Andreas Gampe
· 7 years ago
a79efdb
Fix quickening logic
by Mathieu Chartier
· 7 years ago
9e734c7
Create dex subdirectory
by David Sehr
· 7 years ago
2c64a83
Change ClassStatus to fit into 4 bits.
by Vladimir Marko
· 7 years ago
a661594
Merge "Revert "Don't embed the dex code in the oat file if dex is uncompressed.""
by Treehugger Robot
· 8 years ago
e166e67
Revert "Don't embed the dex code in the oat file if dex is uncompressed."
by Andreas Gampe
· 8 years ago
c8d9103
Merge "Don't embed the dex code in the oat file if dex is uncompressed."
by Nicolas Geoffray
· 8 years ago
ae7e838
Don't embed the dex code in the oat file if dex is uncompressed.
by Nicolas Geoffray
· 8 years ago
666ee3d
Do not pass DexFile to ClassLinker::Lookup/ResolveType().
by Vladimir Marko
· 8 years ago
e11dd50
Do not pass DexFile to ClassLinker::ResolveField*().
by Vladimir Marko
· 8 years ago
28e012a
Determine HLoadClass/String load kind early.
by Vladimir Marko
· 8 years ago
2d8801f
Clean some dex2oat options.
by Nicolas Geoffray
· 8 years ago
f39208f
ART: Add abort-on-soft-verifier-error
by Andreas Gampe
· 8 years ago
dbeacd6
Merge "Clean up AtomicDexRefMap"
by Mathieu Chartier
· 8 years ago
04c6ab9
ART: Forward declarations for InvokeType
by Andreas Gampe
· 8 years ago
fc8b422
Clean up AtomicDexRefMap
by Mathieu Chartier
· 8 years ago
c4204a3
Missed submitting this in last commit.
by Nicolas Geoffray
· 8 years ago
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
Next »