summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/optimizing_compiler_stats.h
Commit message (Expand)AuthorAgeFilesLines
* Bailout from compilation if an invoke is malformed.Nicolas Geoffray2015-06-221-0/+2
* Skip compilation when falling-through out of method code.Calin Juravle2015-05-011-21/+23
* ART: Dead block removalDavid Brazdil2015-04-241-2/+2
* Run DCE again after all the other optimizations have run.Calin Juravle2015-04-221-2/+4
* Revert "Run DCE again after all the other optimizations have run."Nicolas Geoffray2015-04-211-4/+2
* Run DCE again after all the other optimizations have run.Calin Juravle2015-04-211-2/+4
* Use --dump-stats to dump optimizing compiler stats.Calin Juravle2015-04-211-1/+1
* Fallback to quick in case of soft verification errorsCalin Juravle2015-04-161-0/+4
* Revert "Fallback to quick in case of soft verification errors"Calin Juravle2015-04-131-4/+0
* Fallback to quick in case of soft verification errorsCalin Juravle2015-04-101-0/+4
* Opt compiler: Instruction simplification for HAdd, HNeg, HNot, HSub.Alexandre Rames2015-04-101-0/+2
* [optimizing] Only print full stats in VLOG(compiler)Nicolas Geoffray2015-03-301-5/+13
* Implement a space filter for optimizing.Nicolas Geoffray2015-03-231-0/+2
* Reference type propagationCalin Juravle2015-02-191-0/+4
* Opt Compiler: ARM64: Add support for rem-float, rem-double and volatile.Serban Constantinescu2015-01-051-2/+0
* Inlining support in optimizing.Nicolas Geoffray2014-12-151-2/+4
* Add more compilation stats to optimizingCalin Juravle2014-12-101-0/+111