summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_driver_test.cc
AgeCommit message (Expand)Author
2019-03-11Move CompilerDriver to dex2oat/.Vladimir Marko
2019-03-05Refactor compiler tests around CompilerDriver.Vladimir Marko
2019-01-02ART: Move dex structs into own headerAndreas Gampe
2018-12-06Refactor CompilerDriver::CompileAll().Vladimir Marko
2018-08-28Use 'final' and 'override' specifiers directly in ART.Roland Levillain
2018-06-25Move dex_files_for_oat_file_ to CompilerOptions.Vladimir Marko
2018-05-31ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use.Vladimir Marko
2018-04-26Add a profiling libraryDavid Sehr
2018-04-13ART: Remove support for compiled-methods and compiled-classesAndreas Gampe
2018-01-05Create dex subdirectoryDavid Sehr
2018-01-05Change ClassStatus to fit into 4 bits.Vladimir Marko
2017-09-05ART: Change CanAssumeVerified to GetPreviousClassStateAndreas Gampe
2017-08-09Revert "Revert "Support class unloading in dex2oat for quicken multidex""Mathieu Chartier
2017-08-09Revert "Support class unloading in dex2oat for quicken multidex"Richard Uhler
2017-08-08Support class unloading in dex2oat for quicken multidexMathieu Chartier
2017-08-06Fix issue where classes that fail verification have kStatusNotReady.Jeff Hao
2017-07-28Use class unloading in dex2oat for verify and extractMathieu Chartier
2017-07-24ART: Include cleanupAndreas Gampe
2017-07-20Hash-based DexCache methods array.Vladimir Marko
2017-06-15Merge "Refactor some profiling info functions"Mathieu Chartier
2017-06-15Refactor some profiling info functionsMathieu Chartier
2017-06-14Code cleanup around vdex.Nicolas Geoffray
2017-06-02Move profiles to use bitmaps for startup methodsMathieu Chartier
2017-05-11ART: Remove CompiledClassAndreas Gampe
2017-04-21Rename and obsolete compiler filter names.Nicolas Geoffray
2017-04-19Record class status after verification.Nicolas Geoffray
2017-04-06Clean up after MIPS got read barriers supportGoran Jakovljevic
2017-03-14Revert^2 "Hash-based DexCache field array."Vladimir Marko
2017-03-14Revert^6 "Hash-based dex cache type array."Vladimir Marko
2017-03-13Revert^5 "Hash-based dex cache type array."Vladimir Marko
2017-03-13Revert "Hash-based DexCache field array."Vladimir Marko
2017-03-10Hash-based DexCache field array.Vladimir Marko
2017-03-03Extend profman to generate profiles with inline cachesCalin Juravle
2017-02-20Revert^4 "Hash-based dex cache type array."Vladimir Marko
2017-02-17Make dex2oat support profiles passed to non profile filtersMathieu Chartier
2017-02-13Revert^3 "Hash-based dex cache type array."Mathieu Chartier
2017-02-10Revert^2 "Hash-based dex cache type array."Vladimir Marko
2017-02-01Revert "Hash-based dex cache type array."Vladimir Marko
2017-01-30Hash-based dex cache type array.Vladimir Marko
2017-01-18Rename offline_profiling_info to profile_compilation_infoCalin Juravle
2016-11-29ART: Add dex::StringIndexAndreas Gampe
2016-11-21ART: Add dex::TypeIndexAndreas Gampe
2016-11-03Integrate VerifierDeps in compiler driver.Nicolas Geoffray
2016-10-19Move most of class linker to ObjPtrMathieu Chartier
2016-10-18Remove mirror:: and ArtMethod deps in utils.{h,cc}David Sehr
2016-10-06Move remaining jobject related functions to use ObjPtrMathieu Chartier
2016-09-29Clean up ScopedThreadStateChange to use ObjPtrMathieu Chartier
2016-04-07Remove more Quick-related macros in tests.Roland Levillain
2016-04-06Fix and re-enable compiler_driver_testYi Kong
2016-02-26Add and use loaded class profilingMathieu Chartier