1. b6347b7 Fixed bug on incorrectly revisiting same block. by Aart Bik · 9 years ago
  2. 9ec486c Merge "Recognize for (int i = 0; i != x.length; i++) loops" by Aart Bik · 9 years ago
  3. 358af83 Recognize for (int i = 0; i != x.length; i++) loops by Aart Bik · 9 years ago
  4. bef5eba Split 530-checker-loops to please our run-test file size limit. by Nicolas Geoffray · 9 years ago
  5. 6ab903c Avoid single expensive test in 530-checker-loops. by Aart Bik · 9 years ago
  6. 97412c9 Use range analysis for better trip count analysis by Aart Bik · 9 years ago
  7. 09e8d5f Some minor simplifications in code and tests. by Aart Bik · 9 years ago
  8. 69fd1b5 Revert "Some minor simplifications in code and tests." by Nicolas Geoffray · 9 years ago
  9. bf03fcd Some minor simplifications in code and tests. by Aart Bik · 9 years ago
  10. 684cf25 Temporary put -DAG back to fix broken test. by Aart Bik · 9 years ago
  11. 5d75afe Improved side-effects/can-throw information on intrinsics. by Aart Bik · 9 years ago
  12. 7d57d7f Various induction/range analysis improvements. by Aart Bik · 9 years ago
  13. b738d4f Step-wise improvement of range analysis with outer loop induction. by Aart Bik · 9 years ago
  14. 4a34277 Dynamic BCE (based on induction range analysis) by Aart Bik · 9 years ago
  15. d59c706 Revert "Dynamic BCE (based on induction range analysis)" by Aart Bik · 9 years ago
  16. 0b5849b Dynamic BCE (based on induction range analysis) by Aart Bik · 9 years ago
  17. 9401f53 Implemented trip-count safety information. by Aart Bik · 9 years ago
  18. f475bee Various improvements in finding induction variables. by Aart Bik · 9 years ago
  19. 22af3be Use induction variable range analysis in BCE (statically). by Aart Bik · 9 years ago