1. fa3db3d Change compiler tests to have aligned code item by Mathieu Chartier · 7 years ago
  2. ca6fff8 ART: Use ScopedArenaAllocator for pass-local data. by Vladimir Marko · 7 years ago
  3. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  4. ca620d7 ART: Fix tidy warnings by Andreas Gampe · 8 years ago
  5. dee58d6 Revert "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals"" by David Brazdil · 8 years ago
  6. 6032891 Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals" by David Brazdil · 8 years ago
  7. e3ff7b2 Refactor HGraphBuilder and SsaBuilder to remove HLocals by David Brazdil · 8 years ago
  8. 86ea7ee Build dominator tree before generating HInstructions by David Brazdil · 8 years ago
  9. d96a246 Optimizing: Do not insert suspend checks on back-edges. by Vladimir Marko · 8 years ago
  10. badd826 ART: Run SsaBuilder from HGraphBuilder by David Brazdil · 8 years ago
  11. 4833f5a ART: Refactor SsaBuilder for more precise typing info by David Brazdil · 9 years ago
  12. 68289a5 Revert "ART: Refactor SsaBuilder for more precise typing info" by Alex Light · 9 years ago
  13. d9510df ART: Refactor SsaBuilder for more precise typing info by David Brazdil · 9 years ago
  14. 58554b7 ART: Fix left-shift of negative numbers by Andreas Gampe · 9 years ago
  15. 655e585 Optimizing: Move GraphChecker memory allocations to arena. by Vladimir Marko · 9 years ago
  16. 8b20f88 Be careful with predecessor/successor index. by Nicolas Geoffray · 9 years ago
  17. 1c533c1 ART: Fix gtests broken by dead block elimination by David Brazdil · 9 years ago
  18. 862aaef [optimizing] Name the last DCE pass. by Calin Juravle · 9 years ago
  19. 8f20bdb Run DCE again after all the other optimizations have run. by Calin Juravle · 9 years ago
  20. b29ea8c Revert "fix optimizing gtests" by Nicolas Geoffray · 9 years ago
  21. 69dcf64 fix optimizing gtests by Calin Juravle · 9 years ago
  22. fb8d279 [optimizing] Implement x86/x86_64 math intrinsics by Mark Mendell · 9 years ago
  23. cd6dffe Add implicit null checks for the optimizing compiler by Calin Juravle · 10 years ago
  24. e53798a Inlining support in optimizing. by Nicolas Geoffray · 10 years ago
  25. 5e6916c Use HOptimization abstraction for running optimizations. by Nicolas Geoffray · 10 years ago
  26. 75be283 Revert "Revert "Introduce a class to implement optimization passes."" by Roland Levillain · 10 years ago
  27. 633021e Implement default traversals in CFG & SSA graph checkers. by Roland Levillain · 10 years ago
  28. 1ddbf6d Revert "Introduce a class to implement optimization passes." by Nicolas Geoffray · 10 years ago
  29. bf9cd7b Introduce a class to implement optimization passes. by Roland Levillain · 10 years ago
  30. 72bceff Initiate a dead code elimination pass in the optimizing compiler. by Roland Levillain · 10 years ago