index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
driver
/
compiler_driver.h
Age
Commit message (
Expand
)
Author
2019-03-11
Move CompilerDriver to dex2oat/.
Vladimir Marko
2019-03-05
Refactor compiler tests around CompilerDriver.
Vladimir Marko
2019-02-20
ART: Reduce dependencies on CompilerDriver.
Vladimir Marko
2019-01-02
ART: Move dex structs into own header
Andreas Gampe
2018-12-27
Add dumping for number of classes initialized
Mathieu Chartier
2018-12-06
Refactor CompilerDriver::CompileAll().
Vladimir Marko
2018-11-08
Delete IsClassToCompile
Mathieu Chartier
2018-11-08
Merge "Move profile compilation info to CompilerOptions."
Vladimir Marko
2018-11-08
Move profile compilation info to CompilerOptions.
Vladimir Marko
2018-11-07
ART: Small compiler-driver cleanup
Andreas Gampe
2018-11-01
Do not cache RequiresConstructorBarrier() results.
Vladimir Marko
2018-10-16
Add logic to eagerly resolve const-string for startup methods
Mathieu Chartier
2018-07-16
Always produce PIC code for AOT compilation.
Vladimir Marko
2018-07-12
Fix HClinitCheck elimination in instruction builder.
Vladimir Marko
2018-06-28
Remove CompilerDriver::support_boot_image_fixup_.
Vladimir Marko
2018-06-25
Move instruction_set_ to CompilerOptions.
Vladimir Marko
2018-06-25
Move dex_files_for_oat_file_ to CompilerOptions.
Vladimir Marko
2018-06-25
Move image_classes_ to CompilerOptions.
Vladimir Marko
2018-06-21
Use HashSet<std::string> instead of unordered_set<>.
Vladimir Marko
2018-04-13
ART: Remove support for compiled-methods and compiled-classes
Andreas Gampe
2018-04-12
ART: Fix core image detection
Andreas Gampe
2018-03-19
Merge "Move some remaining dex utilities"
Treehugger Robot
2018-03-19
Move some remaining dex utilities
David Sehr
2018-03-19
Fix running some run-tests with -Xjitthreshold:0
Vladimir Marko
2018-03-05
Move most of runtime/base to libartbase/base
David Sehr
2018-02-28
Header library to remove dependence on runtime/
David Sehr
2018-02-05
Enable code item deduping
Mathieu Chartier
2018-02-05
Merge "ART: Refactor dex2dex compilation"
Treehugger Robot
2018-01-25
Revert "Compiler changes for bitstring based type checks."
Nicolas Geoffray
2018-01-25
Merge "Revert "ART: Use the bitstring type check for AOT app compilation.""
Treehugger Robot
2018-01-25
Revert "ART: Use the bitstring type check for AOT app compilation."
Nicolas Geoffray
2018-01-24
Merge "ART: Use the bitstring type check for AOT app compilation."
Mingyao Yang
2018-01-24
Merge "Revert "Revert "Don't embed the dex code in the oat file if dex is unc...
Nicolas Geoffray
2018-01-23
ART: Use the bitstring type check for AOT app compilation.
Vladimir Marko
2018-01-23
Merge "Compiler changes for bitstring based type checks."
Vladimir Marko
2018-01-23
Revert "Revert "Don't embed the dex code in the oat file if dex is uncompress...
Nicolas Geoffray
2018-01-23
Compiler changes for bitstring based type checks.
Vladimir Marko
2018-01-22
ART: Refactor profile_compilation_info.h includes
Andreas Gampe
2018-01-22
ART: Refactor dex2dex compilation
Andreas Gampe
2018-01-22
Fix quickening logic
Mathieu Chartier
2018-01-05
Create dex subdirectory
David Sehr
2018-01-05
Change ClassStatus to fit into 4 bits.
Vladimir Marko
2017-12-19
Merge "Revert "Don't embed the dex code in the oat file if dex is uncompresse...
Treehugger Robot
2017-12-19
Revert "Don't embed the dex code in the oat file if dex is uncompressed."
Andreas Gampe
2017-12-15
Merge "Don't embed the dex code in the oat file if dex is uncompressed."
Nicolas Geoffray
2017-12-13
Don't embed the dex code in the oat file if dex is uncompressed.
Nicolas Geoffray
2017-12-12
Do not pass DexFile to ClassLinker::Lookup/ResolveType().
Vladimir Marko
2017-12-08
Do not pass DexFile to ClassLinker::ResolveField*().
Vladimir Marko
2017-12-08
Determine HLoadClass/String load kind early.
Vladimir Marko
2017-11-28
Clean some dex2oat options.
Nicolas Geoffray
[next]