summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/dead_code_elimination.h
Commit message (Expand)AuthorAgeFilesLines
* Use 'final' and 'override' specifiers directly in ART.Roland Levillain2018-08-281-1/+1
* Step 1 of 2: conditional passes.Aart Bik2018-04-261-1/+2
* Improve code sinking near "always throwing" method callsAart Bik2018-01-161-0/+1
* ART: Fix tidy warningsAndreas Gampe2016-11-081-3/+1
* Implement running user defined list of passesWojciech Staszkiewicz2016-08-081-4/+2
* Add a new control flow simplifier.Nicolas Geoffray2016-07-181-1/+4
* ART: Run GraphChecker after Builder and SsaBuilderDavid Brazdil2015-06-241-1/+1
* ART: Rediscover loops after deleting blocks in DCEDavid Brazdil2015-05-121-3/+3
* ART: Dead block removalDavid Brazdil2015-04-241-0/+4
* [optimizing] Name the last DCE pass.Calin Juravle2015-04-221-2/+4
* Run DCE again after all the other optimizations have run.Calin Juravle2015-04-221-2/+3
* Revert "Run DCE again after all the other optimizations have run."Nicolas Geoffray2015-04-211-3/+2
* Run DCE again after all the other optimizations have run.Calin Juravle2015-04-211-2/+3
* Use HOptimization abstraction for running optimizations.Nicolas Geoffray2014-11-191-3/+3
* Revert "Revert "Introduce a class to implement optimization passes.""Roland Levillain2014-10-171-7/+9
* Revert "Introduce a class to implement optimization passes."Nicolas Geoffray2014-10-011-9/+7
* Introduce a class to implement optimization passes.Roland Levillain2014-10-011-7/+9
* Initiate a dead code elimination pass in the optimizing compiler.Roland Levillain2014-09-171-0/+43