1. 0ebe0d8 ART: Introduce compiler data type. by Vladimir Marko · 7 years ago
  2. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 8 years ago
  3. ca620d7 ART: Fix tidy warnings by Andreas Gampe · 8 years ago
  4. dee58d6 Revert "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals"" by David Brazdil · 8 years ago
  5. 6032891 Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals" by David Brazdil · 8 years ago
  6. e3ff7b2 Refactor HGraphBuilder and SsaBuilder to remove HLocals by David Brazdil · 8 years ago
  7. 86ea7ee Build dominator tree before generating HInstructions by David Brazdil · 8 years ago
  8. d96a246 Optimizing: Do not insert suspend checks on back-edges. by Vladimir Marko · 8 years ago
  9. badd826 ART: Run SsaBuilder from HGraphBuilder by David Brazdil · 9 years ago
  10. 4833f5a ART: Refactor SsaBuilder for more precise typing info by David Brazdil · 9 years ago
  11. 68289a5 Revert "ART: Refactor SsaBuilder for more precise typing info" by Alex Light · 9 years ago
  12. d9510df ART: Refactor SsaBuilder for more precise typing info by David Brazdil · 9 years ago
  13. 96709f1 Simplify unsigned comparisons against zero (with unit tests). by Aart Bik · 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. ec7802a Add DCHECKs to ArenaVector and ScopedArenaVector. by Vladimir Marko · 9 years ago
  17. c90bc7c Add constant folding for long unary operations in opt. compiler. by Roland Levillain · 10 years ago
  18. 8b20f88 Be careful with predecessor/successor index. by Nicolas Geoffray · 9 years ago
  19. 1c533c1 ART: Fix gtests broken by dead block elimination by David Brazdil · 9 years ago
  20. 862aaef [optimizing] Name the last DCE pass. by Calin Juravle · 9 years ago
  21. 8f20bdb Run DCE again after all the other optimizations have run. by Calin Juravle · 9 years ago
  22. b29ea8c Revert "fix optimizing gtests" by Nicolas Geoffray · 9 years ago
  23. 69dcf64 fix optimizing gtests by Calin Juravle · 9 years ago
  24. fb8d279 [optimizing] Implement x86/x86_64 math intrinsics by Mark Mendell · 9 years ago
  25. 8d5b8b2 ART: Force constants into the entry block by David Brazdil · 9 years ago
  26. cd6dffe Add implicit null checks for the optimizing compiler by Calin Juravle · 10 years ago
  27. 942a378 Now that GraphChecker has a state, don't re-use it. by Nicolas Geoffray · 10 years ago
  28. e53798a Inlining support in optimizing. by Nicolas Geoffray · 10 years ago
  29. 5e6916c Use HOptimization abstraction for running optimizations. by Nicolas Geoffray · 10 years ago
  30. 55dcfb5 Add support for not-long on ARM64 in the optimizing compiler. by Roland Levillain · 10 years ago
  31. 9240d6a Constant folding on unary operations in the optimizing compiler. by Roland Levillain · 10 years ago
  32. 75be283 Revert "Revert "Introduce a class to implement optimization passes."" by Roland Levillain · 10 years ago[Renamed (84%) from compiler/optimizing/constant_propagation_test.cc]
  33. 633021e Implement default traversals in CFG & SSA graph checkers. by Roland Levillain · 10 years ago
  34. 9344568 Fix and improve static evaluation of constant expressions. by Roland Levillain · 10 years ago
  35. 7fb49da Add support for floats and doubles. by Nicolas Geoffray · 10 years ago
  36. 1ddbf6d Revert "Introduce a class to implement optimization passes." by Nicolas Geoffray · 10 years ago[Renamed (93%) from compiler/optimizing/constant_folding_test.cc]
  37. bf9cd7b Introduce a class to implement optimization passes. by Roland Levillain · 10 years ago[Renamed (93%) from compiler/optimizing/constant_propagation_test.cc]
  38. 556c3d1 Initiate a constant propagation pass in the optimizing compiler. by Roland Levillain · 10 years ago