1. 6058455 Optimizing: Tag basic block allocations with their source. by Vladimir Marko · 10 years ago
  2. 145acc5 Revert "Optimizing: Tag basic block allocations with their source." by Vladimir Marko · 10 years ago
  3. 91e11c0 Optimizing: Tag basic block allocations with their source. by Vladimir Marko · 10 years ago
  4. e418dda Be more flexible on the code unit size when inlining. by Nicolas Geoffray · 10 years ago
  5. bbd733e ART: Enable basic optimizations for try/catch by David Brazdil · 10 years ago
  6. 78e3ef6 Add a GVN dependency 'GC' for garbage collection. by Alexandre Rames · 10 years ago
  7. 854a02b Improved side effect analysis (field/array write/read). by Aart Bik · 10 years ago
  8. 1f82ecc Recompute dominator tree after DCE. by Nicolas Geoffray · 10 years ago
  9. f78848f Don't special case HCurrentMethod in DCE. by Nicolas Geoffray · 10 years ago
  10. 839188b Fix a crash due to a combination of dce/inlining. by Nicolas Geoffray · 10 years ago
  11. 84daae5 ART: Removed redundant Phis as part of DCE by David Brazdil · 10 years ago
  12. a4b8c21 ART: Rediscover loops after deleting blocks in DCE by David Brazdil · 10 years ago
  13. 69a2804 ART: Fix loop information after dead code elimination by David Brazdil · 10 years ago
  14. 2d7352b ART: Dead block removal by David Brazdil · 10 years ago
  15. 8f20bdb Run DCE again after all the other optimizations have run. by Calin Juravle · 10 years ago
  16. 0cdf6d3 Revert "Run DCE again after all the other optimizations have run." by Nicolas Geoffray · 10 years ago
  17. 7a9c885 Run DCE again after all the other optimizations have run. by Calin Juravle · 10 years ago
  18. 27df758 [optimizing] Add memory barriers in constructors when needed by Calin Juravle · 10 years ago
  19. 75be283 Revert "Revert "Introduce a class to implement optimization passes."" by Roland Levillain · 11 years ago
  20. e161a2a Do not remove NullChecks & BoundsChecks in HDeadCodeElimination. by Roland Levillain · 11 years ago
  21. 1ddbf6d Revert "Introduce a class to implement optimization passes." by Nicolas Geoffray · 11 years ago
  22. bf9cd7b Introduce a class to implement optimization passes. by Roland Levillain · 11 years ago
  23. 9ebc72c Make suspend checks note have side effects. by Nicolas Geoffray · 11 years ago
  24. 72bceff Initiate a dead code elimination pass in the optimizing compiler. by Roland Levillain · 11 years ago