summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/prepare_for_register_allocation.cc
Commit message (Expand)AuthorAgeFilesLines
* Have HInvoke instructions know their number of actual arguments.Roland Levillain2015-04-281-1/+1
* Fix DCHECKs about clinit checks in Optimizing's code generators.Roland Levillain2015-04-241-1/+1
* Ensure inlined static calls perform clinit checks in Optimizing.Roland Levillain2015-04-241-0/+22
* Revert "Revert "Deoptimization-based bce.""Mingyao Yang2015-04-011-1/+1
* ART: Materialize constants on environment useDavid Brazdil2015-04-011-1/+1
* Revert "Deoptimization-based bce."Andreas Gampe2015-03-241-1/+1
* Deoptimization-based bce.Mingyao Yang2015-03-231-1/+1
* Improve type propagation with if-contextsCalin Juravle2015-02-201-0/+5
* Optimizing: Speed up HEnvironment use removalDavid Brazdil2015-01-261-3/+2
* [optimizing compiler] Add div-int and exception handling.Calin Juravle2014-11-061-0/+4
* Merge "ART: More warnings"Andreas Gampe2014-11-051-2/+3
|\
| * ART: More warningsAndreas Gampe2014-11-041-2/+3
* | Implement CONST_CLASS in optimizing compiler.Nicolas Geoffray2014-11-041-1/+8
|/
* Add support for static fields in optimizing compiler.Nicolas Geoffray2014-10-291-0/+4
* Fix code generation of materialized conditions.Nicolas Geoffray2014-10-091-0/+22
* Add a prepare for register allocation pass.Nicolas Geoffray2014-10-061-0/+40