1. 7adb688 Improve isunit computation, some tests edits needed for SIMD. by Aart Bik · 8 years ago
  2. b603a5c Bug fix in overflow detection on pow. With regression test. by Aart Bik · 8 years ago
  3. 8e02e3e New utilities for induction variables. by Aart Bik · 8 years ago
  4. d3ba626 Fix bug in geometric last value (found with fuzz testing) by Aart Bik · 8 years ago
  5. e761bcc Revert "Revert "Load the array class in the compiler for allocations."" by Nicolas Geoffray · 8 years ago
  6. fee2550 Revert "Load the array class in the compiler for allocations." by Hiroshi Yamauchi · 8 years ago
  7. cc99df2 Load the array class in the compiler for allocations. by Nicolas Geoffray · 8 years ago
  8. 6b69e0a Complete unrolling of loops with small body and trip count one. by Aart Bik · 8 years ago
  9. e6bd027 Improved induction var and range analysis around types. by Aart Bik · 9 years ago
  10. d0a022d Fine tuning the induction analysis. by Aart Bik · 9 years ago
  11. df7822e Added polynomial induction variables analysis. With tests. by Aart Bik · 9 years ago
  12. c071a01 Added geometric induction variables analysis. by Aart Bik · 9 years ago
  13. 40fbf74 Improved range analysis (and thus BCE) around min/max/abs intrinsics. by Aart Bik · 9 years ago
  14. 639cc8c Improve recognition of select-based period induction. by Aart Bik · 9 years ago
  15. 9abf894 Enable last value generation of periodic sequence. by Aart Bik · 9 years ago
  16. 7dc9693 Recognize XOR-based periodic induction. by Aart Bik · 9 years ago
  17. 009cace Minor induction variable analysis changes. by Aart Bik · 9 years ago
  18. 16d3a65 Added ability to generate last-value of linear induction. by Aart Bik · 9 years ago
  19. 52be7e7 Improvements in induction range analysis. by Aart Bik · 9 years ago
  20. 0d345cf Generalize induction and range analysis across type conversions. by Aart Bik · 9 years ago
  21. 358af83 Recognize for (int i = 0; i != x.length; i++) loops by Aart Bik · 9 years ago
  22. 97412c92 Use range analysis for better trip count analysis by Aart Bik · 9 years ago
  23. 1fc3afb Minor improvement on static BCE analysis. by Aart Bik · 9 years ago
  24. 7d57d7f Various induction/range analysis improvements. by Aart Bik · 10 years ago
  25. b738d4f Step-wise improvement of range analysis with outer loop induction. by Aart Bik · 10 years ago
  26. 4a34277 Dynamic BCE (based on induction range analysis) by Aart Bik · 10 years ago
  27. d59c706 Revert "Dynamic BCE (based on induction range analysis)" by Aart Bik · 10 years ago
  28. 0b5849b Dynamic BCE (based on induction range analysis) by Aart Bik · 10 years ago
  29. 389b3db Finalized all components of range analysis needed for dynamic bce. by Aart Bik · 10 years ago
  30. 22f0587 Generate taken-test during trip-count analysis. by Aart Bik · 10 years ago
  31. aec3cce Added ability to generate induction range code. by Aart Bik · 10 years ago
  32. 9401f53 Implemented trip-count safety information. by Aart Bik · 10 years ago
  33. cd26feb Minor cleanup in range analysis. by Aart Bik · 10 years ago
  34. b3365e0 Various improvements in range analysis. by Aart Bik · 10 years ago
  35. 22af3be Use induction variable range analysis in BCE (statically). by Aart Bik · 10 years ago
  36. d14c595 Induction variable range analysis. by Aart Bik · 10 years ago