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