1. 384cb66 Merge "Remove H[Reverse]PostOrderIterator and HInsertionOrderIterator." by Vladimir Marko · 8 years ago
  2. 2c45bc9 Remove H[Reverse]PostOrderIterator and HInsertionOrderIterator. by Vladimir Marko · 8 years ago
  3. cc42be0 Improved induction variable analysis and loop optimizations. by Aart Bik · 8 years ago
  4. 639cc8c Improve recognition of select-based period induction. by Aart Bik · 8 years ago
  5. 7dc9693 Recognize XOR-based periodic induction. by Aart Bik · 8 years ago
  6. 009cace Minor induction variable analysis changes. by Aart Bik · 9 years ago
  7. e900491 Create a typedef for HInstruction::GetInputs() return type. by Vladimir Marko · 9 years ago
  8. d5cc683 Fixed typo in comment. by Aart Bik · 9 years ago
  9. 372f10e Refactor handling of input records. by Vladimir Marko · 9 years ago
  10. 7829691 Fix bug not accounting for type in induction comparison. Extended unit tests. by Aart Bik · 9 years ago
  11. 0e2f2ff Optimizing: Fix a new valgrind error in image_test. by Vladimir Marko · 9 years ago
  12. 0d345cf Generalize induction and range analysis across type conversions. by Aart Bik · 9 years ago
  13. 358af83 Recognize for (int i = 0; i != x.length; i++) loops by Aart Bik · 9 years ago
  14. 97412c92 Use range analysis for better trip count analysis by Aart Bik · 9 years ago
  15. 15bd228 Implement irreducible loop support in optimizing. by Nicolas Geoffray · 9 years ago
  16. b35302b Remove bogus DCHECK in induction analysis. by Nicolas Geoffray · 9 years ago
  17. 7d57d7f Various induction/range analysis improvements. by Aart Bik · 9 years ago
  18. 4b467ed Simplify and rename IsLoopInvariant() test. by Mingyao Yang · 9 years ago
  19. 73f1f3b Move loop invariant utility to more general place. by Aart Bik · 9 years ago
  20. 22f0587 Generate taken-test during trip-count analysis. by Aart Bik · 9 years ago
  21. e9f3760 Added support for unsigned comparisons by Aart Bik · 9 years ago
  22. ec7802a Add DCHECKs to ArenaVector and ScopedArenaVector. by Vladimir Marko · 9 years ago
  23. a841bc3 Merge "Optimizing: Tag even more arena allocations." by Vladimir Marko · 9 years ago
  24. 9401f53 Implemented trip-count safety information. by Aart Bik · 9 years ago
  25. 5233f93 Optimizing: Tag even more arena allocations. by Vladimir Marko · 9 years ago
  26. cd26feb Minor cleanup in range analysis. by Aart Bik · 10 years ago
  27. f475bee Various improvements in finding induction variables. by Aart Bik · 10 years ago
  28. 22af3be Use induction variable range analysis in BCE (statically). by Aart Bik · 10 years ago
  29. d14c595 Induction variable range analysis. by Aart Bik · 10 years ago
  30. 471a203 Simplify loop invariant operations during induction analysis. by Aart Bik · 10 years ago
  31. e609b7c Further development of induction variable analysis. by Aart Bik · 10 years ago
  32. 30efb4e Induction variable analysis (with unit tests). by Aart Bik · 10 years ago