summaryrefslogtreecommitdiff
path: root/compiler/optimizing/dead_code_elimination.h
AgeCommit message (Expand)Author
2015-05-13ART: Rediscover loops after deleting blocks in DCE David Brazdil
2015-04-24ART: Dead block removal David Brazdil
2015-04-22[optimizing] Name the last DCE pass. Calin Juravle
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
2014-11-19Use HOptimization abstraction for running optimizations. Nicolas Geoffray
2014-10-17Revert "Revert "Introduce a class to implement optimization passes."" Roland Levillain
2014-10-01Revert "Introduce a class to implement optimization passes." Nicolas Geoffray
2014-10-01Introduce a class to implement optimization passes. Roland Levillain
2014-09-17Initiate a dead code elimination pass in the optimizing compiler. Roland Levillain