summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_driver_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Move CompilerDriver to dex2oat/.Vladimir Marko2019-03-111-370/+0
* Refactor compiler tests around CompilerDriver.Vladimir Marko2019-03-051-2/+16
* ART: Move dex structs into own headerAndreas Gampe2019-01-021-1/+1
* Refactor CompilerDriver::CompileAll().Vladimir Marko2018-12-061-10/+8
* Use 'final' and 'override' specifiers directly in ART.Roland Levillain2018-08-281-3/+3
* Move dex_files_for_oat_file_ to CompilerOptions.Vladimir Marko2018-06-251-2/+2
* ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use.Vladimir Marko2018-05-311-7/+7
* Add a profiling libraryDavid Sehr2018-04-261-1/+1
* ART: Remove support for compiled-methods and compiled-classesAndreas Gampe2018-04-131-53/+0
* Create dex subdirectoryDavid Sehr2018-01-051-2/+2
* Change ClassStatus to fit into 4 bits.Vladimir Marko2018-01-051-11/+15
* ART: Change CanAssumeVerified to GetPreviousClassStateAndreas Gampe2017-09-051-8/+0
* Revert "Revert "Support class unloading in dex2oat for quicken multidex""Mathieu Chartier2017-08-091-1/+11
* Revert "Support class unloading in dex2oat for quicken multidex"Richard Uhler2017-08-091-11/+1
* Support class unloading in dex2oat for quicken multidexMathieu Chartier2017-08-081-1/+11
* Fix issue where classes that fail verification have kStatusNotReady.Jeff Hao2017-08-061-0/+34
* Use class unloading in dex2oat for verify and extractMathieu Chartier2017-07-281-1/+4
* ART: Include cleanupAndreas Gampe2017-07-241-3/+3
* Hash-based DexCache methods array.Vladimir Marko2017-07-201-1/+4
* Merge "Refactor some profiling info functions"Mathieu Chartier2017-06-151-8/+4
|\
| * Refactor some profiling info functionsMathieu Chartier2017-06-151-8/+4
* | Code cleanup around vdex.Nicolas Geoffray2017-06-141-4/+1
|/
* Move profiles to use bitmaps for startup methodsMathieu Chartier2017-06-021-2/+8
* ART: Remove CompiledClassAndreas Gampe2017-05-111-5/+5
* Rename and obsolete compiler filter names.Nicolas Geoffray2017-04-211-1/+1
* Record class status after verification.Nicolas Geoffray2017-04-191-0/+42
* Clean up after MIPS got read barriers supportGoran Jakovljevic2017-04-061-3/+0
* Revert^2 "Hash-based DexCache field array."Vladimir Marko2017-03-141-2/+3
* Revert^6 "Hash-based dex cache type array."Vladimir Marko2017-03-141-0/+1
* Revert^5 "Hash-based dex cache type array."Vladimir Marko2017-03-131-1/+0
* Revert "Hash-based DexCache field array."Vladimir Marko2017-03-131-3/+2
* Hash-based DexCache field array.Vladimir Marko2017-03-101-2/+3
* Extend profman to generate profiles with inline cachesCalin Juravle2017-03-031-3/+2
* Revert^4 "Hash-based dex cache type array."Vladimir Marko2017-02-201-0/+1
* Make dex2oat support profiles passed to non profile filtersMathieu Chartier2017-02-171-1/+5
* Revert^3 "Hash-based dex cache type array."Mathieu Chartier2017-02-131-1/+0
* Revert^2 "Hash-based dex cache type array."Vladimir Marko2017-02-101-0/+1
* Revert "Hash-based dex cache type array."Vladimir Marko2017-02-011-1/+0
* Hash-based dex cache type array.Vladimir Marko2017-01-301-0/+1
* Rename offline_profiling_info to profile_compilation_infoCalin Juravle2017-01-181-1/+1
* ART: Add dex::StringIndexAndreas Gampe2016-11-291-1/+1
* ART: Add dex::TypeIndexAndreas Gampe2016-11-211-2/+3
* Integrate VerifierDeps in compiler driver.Nicolas Geoffray2016-11-031-0/+1
* Move most of class linker to ObjPtrMathieu Chartier2016-10-191-1/+1
* Remove mirror:: and ArtMethod deps in utils.{h,cc}David Sehr2016-10-181-2/+2
* Move remaining jobject related functions to use ObjPtrMathieu Chartier2016-10-061-4/+4
* Clean up ScopedThreadStateChange to use ObjPtrMathieu Chartier2016-09-291-2/+2
* Remove more Quick-related macros in tests.Roland Levillain2016-04-071-6/+0
* Fix and re-enable compiler_driver_testYi Kong2016-04-061-9/+1
* Add and use loaded class profilingMathieu Chartier2016-02-261-2/+2