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