summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_driver.cc
AgeCommit message (Expand)Author
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-06-07Refactor ClassAccessor to use an index instead of ClassDef pointer Mathieu Chartier
2018-05-31ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use. Vladimir Marko
2018-05-29Add Method/Field iterator to ClassAccessor Mathieu Chartier
2018-05-25Fix class_def_idx increment for FastVerify Mathieu Chartier
2018-05-24Move compiler/ to ClassAccessor Mathieu Chartier
2018-05-22Merge "ART: Skip duplicate classes during compilation" Treehugger Robot
2018-05-09ART: Move JNI files to runtime/jni/ . Vladimir Marko
2018-04-26Add a profiling library David Sehr
2018-04-24ART: Skip duplicate classes during compilation Andreas Gampe
2018-04-13ART: Remove support for compiled-methods and compiled-classes Andreas Gampe
2018-03-27Revert^4 "Compiler changes for bitstring based type checks." Vladimir Marko
2018-03-26Merge "Revert^3 "Compiler changes for bitstring based type checks."" Andreas Gampe
2018-03-26Revert^3 "Compiler changes for bitstring based type checks." Andreas Gampe
2018-03-26Merge "Revert^2 "Compiler changes for bitstring based type checks."" Vladimir Marko
2018-03-25Merge "ART: Simplify atomic.h" Orion Hodson
2018-03-23Disable encoded static initialization Mathieu Chartier
2018-03-23ART: Simplify atomic.h Orion Hodson
2018-03-22Revert^2 "Compiler changes for bitstring based type checks." Vladimir Marko
2018-02-28Merge "ART: Change abort() to _exit()" Treehugger Robot
2018-02-27ART: Change abort() to _exit() Andreas Gampe
2018-02-27Small documentation and stylistic changes. Roland Levillain
2018-02-21Remove duplication, split tests David Sehr
2018-02-05Enable code item deduping Mathieu Chartier
2018-02-05Merge "ART: Refactor dex2dex compilation" Treehugger Robot
2018-01-31Revert "Revert "Make libdexfile build independent of runtime dir"" David Sehr
2018-01-30Revert "Make libdexfile build independent of runtime dir" David Sehr
2018-01-30Make libdexfile build independent of runtime dir David Sehr
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-13Revert "Revert "Move quickening info logic to its own table"" Mathieu Chartier
2018-01-12Revert "Move quickening info logic to its own table" Nicolas Geoffray
2018-01-11Move quickening info logic to its own table Mathieu Chartier
2018-01-08Clean up CodeItemAccessors and Compact/StandardDexFile Mathieu Chartier