summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/dead_code_elimination.cc
Commit message (Expand)AuthorAgeFilesLines
* Recompute dominator tree after DCE.Nicolas Geoffray2015-06-241-0/+9
* ART: Rediscover loops after deleting blocks in DCEDavid Brazdil2015-05-131-6/+18
* ART: Fix loop information after dead code eliminationDavid Brazdil2015-04-291-3/+6
* ART: Dead block removalDavid Brazdil2015-04-241-3/+76
* Run DCE again after all the other optimizations have run.Calin Juravle2015-04-221-0/+1
* Revert "Run DCE again after all the other optimizations have run."Nicolas Geoffray2015-04-211-1/+0
* Run DCE again after all the other optimizations have run.Calin Juravle2015-04-211-0/+1
* [optimizing] Add memory barriers in constructors when neededCalin Juravle2015-04-201-0/+1
* Revert "Revert "Introduce a class to implement optimization passes.""Roland Levillain2014-10-171-1/+1
* Do not remove NullChecks & BoundsChecks in HDeadCodeElimination.Roland Levillain2014-10-141-1/+4
* Revert "Introduce a class to implement optimization passes."Nicolas Geoffray2014-10-011-1/+1
* Introduce a class to implement optimization passes.Roland Levillain2014-10-011-1/+1
* Make suspend checks note have side effects.Nicolas Geoffray2014-09-251-1/+1
* Initiate a dead code elimination pass in the optimizing compiler.Roland Levillain2014-09-171-0/+45