1. 2c45bc9 Remove H[Reverse]PostOrderIterator and HInsertionOrderIterator. by Vladimir Marko · 8 years ago
  2. 372f10e Refactor handling of input records. by Vladimir Marko · 8 years ago
  3. c9ef168 Reduce memory usage of SSA Phi elimination and make it faster. by Vladimir Marko · 8 years ago
  4. 3ea5a97 Attribute arena allocations previously marked as STL. by Vladimir Marko · 8 years ago
  5. 05b3fa0 Do not look at dead phis during SsaRedundantPhiElimination. by Nicolas Geoffray · 8 years ago
  6. 46817b8 Use iterators "before" the use node in HUserRecord<>. by Vladimir Marko · 8 years ago
  7. 15bd228 Implement irreducible loop support in optimizing. by Nicolas Geoffray · 9 years ago
  8. f5f64ef Detect phi cycles. by Nicolas Geoffray · 9 years ago
  9. d9510df ART: Refactor SsaBuilder for more precise typing info by David Brazdil · 9 years ago
  10. 809d70f ART: Fix wide stores in Optimizing by David Brazdil · 9 years ago
  11. 2bd4c5c Revert "ART: Implement DeadPhiHandling in PrimitiveTypePropagation" by David Brazdil · 9 years ago
  12. 1749e2c ART: Implement DeadPhiHandling in PrimitiveTypePropagation by David Brazdil · 9 years ago
  13. 2aaa4b5 Optimizing: Tag more arena allocations. by Vladimir Marko · 9 years ago
  14. 77b022d ART: Revisit users in phi elimination by David Brazdil · 9 years ago
  15. ffee3d3 ART: Build SSA form when try/catch is present by David Brazdil · 9 years ago
  16. 1abb419 Optimizing: Speed up HInstruction use removal by David Brazdil · 9 years ago
  17. d6138ef Ensure the graph is correctly typed. by Nicolas Geoffray · 9 years ago
  18. ed59619 Optimizing: Speed up HEnvironment use removal by David Brazdil · 10 years ago
  19. 3159674 Fix a bug in the type analysis phase of optimizing. by Nicolas Geoffray · 10 years ago
  20. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  21. 102cbed Implement register allocator for floating point registers. by Nicolas Geoffray · 10 years ago
  22. 6b879dd Add loop- and phi-related checks in the optimizing compiler. by Roland Levillain · 10 years ago
  23. 604c6e4 Ensure the first predecessor of a loop is the pre header. by Nicolas Geoffray · 10 years ago
  24. 3946844 Runtime support for the new stack maps for the opt compiler. by Nicolas Geoffray · 10 years ago
  25. 3ac17fc Fix SsaDeadPhiElimination in the presence of dependent phis. by Nicolas Geoffray · 10 years ago
  26. 7dc206a Add two phi pruning phases. by Nicolas Geoffray · 10 years ago