summaryrefslogtreecommitdiff
path: root/compiler/optimizing/optimizing_compiler_stats.h
AgeCommit message (Expand)Author
2015-06-18Bailout from compilation if an invoke is malformed. Nicolas Geoffray
2015-06-09ART: Check long and double register pairs in invokes Andreas Gampe
2015-05-01Skip compilation when falling-through out of method code. Calin Juravle
2015-04-24ART: Dead block removal David Brazdil
2015-04-22Run DCE again after all the other optimizations have run. Calin Juravle
2015-04-21Revert "Run DCE again after all the other optimizations have run." Nicolas Geoffray
2015-04-21Run DCE again after all the other optimizations have run. Calin Juravle
2015-04-21Use --dump-stats to dump optimizing compiler stats. Calin Juravle
2015-04-16Fallback to quick in case of soft verification errors Calin Juravle
2015-04-13Revert "Fallback to quick in case of soft verification errors" Calin Juravle
2015-04-10Fallback to quick in case of soft verification errors Calin Juravle
2015-04-10Opt compiler: Instruction simplification for HAdd, HNeg, HNot, HSub. Alexandre Rames
2015-03-30[optimizing] Only print full stats in VLOG(compiler) Nicolas Geoffray
2015-03-23Implement a space filter for optimizing. Nicolas Geoffray
2015-02-19Reference type propagation Calin Juravle
2015-01-05Opt Compiler: ARM64: Add support for rem-float, rem-double and volatile. Serban Constantinescu
2014-12-15Inlining support in optimizing. Nicolas Geoffray
2014-12-10Add more compilation stats to optimizing Calin Juravle