1. 3dcd58c Fix a bug when creating a HDeoptimization instruction. by Nicolas Geoffray · 9 years ago
  2. 8d5b8b2 ART: Force constants into the entry block by David Brazdil · 9 years ago
  3. da4d79b Unify ART's various implementations of bit_cast. by Roland Levillain · 9 years ago
  4. b59dba0 Fix a bug in the SSA builder. by Nicolas Geoffray · 9 years ago
  5. e0fe7ae Make the SSA builder honor the debuggable flag. by Nicolas Geoffray · 9 years ago
  6. d6138ef Ensure the graph is correctly typed. by Nicolas Geoffray · 9 years ago
  7. 10e244f optimizing: NullCheck elimination by Calin Juravle · 10 years ago
  8. ed59619 Optimizing: Speed up HEnvironment use removal by David Brazdil · 10 years ago
  9. 3159674 Fix a bug in the type analysis phase of optimizing. by Nicolas Geoffray · 10 years ago
  10. 21cc798 Fix a bug in the type propagation phase of optimizing. by Nicolas Geoffray · 10 years ago
  11. 421e9f9 Remove HTemporary when building the SSA graph. by Nicolas Geoffray · 10 years ago
  12. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  13. 102cbed Implement register allocator for floating point registers. by Nicolas Geoffray · 10 years ago
  14. 476df55 Use Is*() helpers to shorten code in the optimizing compiler. by Roland Levillain · 10 years ago
  15. 184d640 Add a type propagation phase after building SSA. by Nicolas Geoffray · 10 years ago
  16. ec7e472 Fix some bugs in graph construction/simplification methods. by Nicolas Geoffray · 10 years ago
  17. 7c3560f Fix a bug in SSA construction. by Nicolas Geoffray · 10 years ago
  18. a7062e0 Add a linear scan register allocator to the optimizing compiler. by Nicolas Geoffray · 10 years ago
  19. f635e63 Add a compilation tracing mechanism to the new compiler. by Nicolas Geoffray · 10 years ago
  20. 622d9c3 Add loop recognition and CFG simplifications in new compiler. by Nicolas Geoffray · 10 years ago
  21. 804d093 Build live-in, live-out and kill sets for each block. by Nicolas Geoffray · 10 years ago
  22. c32e770 Add a Transform to SSA phase to the optimizing compiler. by Nicolas Geoffray · 10 years ago