summaryrefslogtreecommitdiffstats
path: root/compiler/compiler.cc
Commit message (Expand)AuthorAgeFilesLines
* Move most of runtime/base to libartbase/baseDavid Sehr2018-03-051-1/+1
* Clean up CodeItemAccessors and Compact/StandardDexFileMathieu Chartier2018-01-081-1/+1
* Create dex subdirectoryDavid Sehr2018-01-051-1/+1
* Make CodeItem fields privateMathieu Chartier2017-12-221-4/+6
* ART: Replace base/logging with android-base/loggingAndreas Gampe2017-12-071-1/+3
* Remove mirror:: and ArtMethod deps in utils.{h,cc}David Sehr2016-10-181-2/+2
* Remove Quick from tree.Nicolas Geoffray2016-03-211-3/+1
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-261-0/+1
* Clean up pass driverMathieu Chartier2015-01-281-1/+1
* Remove portable.Elliott Hughes2014-12-121-52/+0
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-19/+29
* Support for CONST_STRING in optimizing compiler.Nicolas Geoffray2014-10-311-0/+22
* Tidy logging code not using UNIMPLEMENTED.Ian Rogers2014-10-241-1/+1
* ART: Clean up compilerAndreas Gampe2014-08-221-133/+15
* Give Compiler a back reference to the driver.Ian Rogers2014-05-061-35/+29
* Add command line support for enabling the optimizing compiler.Nicolas Geoffray2014-03-131-0/+206