summaryrefslogtreecommitdiffstats
path: root/compiler/dex/pass_driver.cc
Commit message (Expand)AuthorAgeFilesLines
* Early inlining of simple methods.Vladimir Marko2014-03-181-0/+1
* Class initialization check elimination.Vladimir Marko2014-03-171-1/+1
* Add dex2oat --print-pass-names and --disable-passes= options.Chao-ying Fu2014-03-121-25/+42
* Cache method lowering info in mir graph.Vladimir Marko2014-03-101-0/+1
* Cache field lowering info in mir_graph.Vladimir Marko2014-03-031-0/+1
* Convert some LOG(DEBUG) messages into more approriate levelsBrian Carlstrom2014-02-211-2/+2
* Reduce PassDriver overhead, clean up Pass and PassDriver.Vladimir Marko2014-01-291-90/+79
* Pass Framework CleanupJean Christophe Beyler2014-01-161-25/+36
* Fix memory error when dumping timings.Nicolas Geoffray2014-01-161-3/+1
* Added pass frameworkJean Christophe Beyler2014-01-131-0/+241