summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/dead_code_elimination_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Be careful with predecessor/successor index.Nicolas Geoffray2015-06-221-3/+3
* ART: Fix gtests broken by dead block eliminationDavid Brazdil2015-04-241-14/+19
* [optimizing] Name the last DCE pass.Calin Juravle2015-04-221-1/+1
* Run DCE again after all the other optimizations have run.Calin Juravle2015-04-221-1/+1
* Revert "fix optimizing gtests"Nicolas Geoffray2015-04-211-1/+1
* fix optimizing gtestsCalin Juravle2015-04-211-1/+1
* [optimizing] Implement x86/x86_64 math intrinsicsMark Mendell2015-04-011-1/+4
* Add implicit null checks for the optimizing compilerCalin Juravle2015-01-161-1/+2
* Inlining support in optimizing.Nicolas Geoffray2014-12-151-2/+1
* Use HOptimization abstraction for running optimizations.Nicolas Geoffray2014-11-191-2/+1
* Revert "Revert "Introduce a class to implement optimization passes.""Roland Levillain2014-10-171-7/+10
* Implement default traversals in CFG & SSA graph checkers.Roland Levillain2014-10-141-1/+1
* Revert "Introduce a class to implement optimization passes."Nicolas Geoffray2014-10-011-10/+7
* Introduce a class to implement optimization passes.Roland Levillain2014-10-011-7/+10
* Initiate a dead code elimination pass in the optimizing compiler.Roland Levillain2014-09-171-0/+185