summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_driver.cc
AgeCommit message (Expand)Author
2018-03-24Disable encoded static initialization Mathieu Chartier
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
2018-01-05Create dex subdirectory David Sehr
2018-01-05Merge "Remove DexFile direct accesses to CodeItem" Mathieu Chartier
2018-01-05Merge "Change ClassStatus to fit into 4 bits." Treehugger Robot
2018-01-05Change ClassStatus to fit into 4 bits. Vladimir Marko
2018-01-04Remove DexFile direct accesses to CodeItem Mathieu Chartier
2018-01-02Remove CodeItem accessor functions Mathieu Chartier
2017-12-22Make CodeItem fields private Mathieu Chartier
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-11Do not pass DexFile to ClassLinker::Lookup/ResolveMethod(). Vladimir Marko
2017-12-11Merge changes I8c4cec43,I00634b89,I0579db64 Vladimir Marko
2017-12-11Do not pass DexFile to ClassLinker::Lookup/ResolveString(). Vladimir Marko
2017-12-08ART: Clean up ATRACE use Andreas Gampe
2017-12-08Merge changes I917df597,Ib2ca880e,Ib3733573,I3e3a4672 Treehugger Robot
2017-12-08Do not pass DexFile to ClassLinker::ResolveField*(). Vladimir Marko
2017-12-08Determine HLoadClass/String load kind early. Vladimir Marko
2017-12-07ART: Remove base/logging from heap-inl.h Andreas Gampe
2017-11-28Clean some dex2oat options. Nicolas Geoffray
2017-11-23Optimize lookup of quickening data. Nicolas Geoffray
2017-11-22ART: Remove implicit boot image error aborts Andreas Gampe
2017-11-15Use intrinsic codegen for compiling intrinsic methods. Vladimir Marko