1. 1f82ecc Recompute dominator tree after DCE. by Nicolas Geoffray · 10 years ago
  2. f78848f Don't special case HCurrentMethod in DCE. by Nicolas Geoffray · 10 years ago
  3. 839188b Fix a crash due to a combination of dce/inlining. by Nicolas Geoffray · 10 years ago
  4. 84daae5 ART: Removed redundant Phis as part of DCE by David Brazdil · 10 years ago
  5. a4b8c21 ART: Rediscover loops after deleting blocks in DCE by David Brazdil · 10 years ago
  6. 69a2804 ART: Fix loop information after dead code elimination by David Brazdil · 10 years ago
  7. 2d7352b ART: Dead block removal by David Brazdil · 10 years ago
  8. 8f20bdb Run DCE again after all the other optimizations have run. by Calin Juravle · 10 years ago
  9. 0cdf6d3 Revert "Run DCE again after all the other optimizations have run." by Nicolas Geoffray · 10 years ago
  10. 7a9c885 Run DCE again after all the other optimizations have run. by Calin Juravle · 10 years ago
  11. 27df758 [optimizing] Add memory barriers in constructors when needed by Calin Juravle · 10 years ago
  12. 75be283 Revert "Revert "Introduce a class to implement optimization passes."" by Roland Levillain · 11 years ago
  13. e161a2a Do not remove NullChecks & BoundsChecks in HDeadCodeElimination. by Roland Levillain · 11 years ago
  14. 1ddbf6d Revert "Introduce a class to implement optimization passes." by Nicolas Geoffray · 11 years ago
  15. bf9cd7b Introduce a class to implement optimization passes. by Roland Levillain · 11 years ago
  16. 9ebc72c Make suspend checks note have side effects. by Nicolas Geoffray · 11 years ago
  17. 72bceff Initiate a dead code elimination pass in the optimizing compiler. by Roland Levillain · 11 years ago