1. 0ebe0d8 ART: Introduce compiler data type. by Vladimir Marko · 7 years ago
  2. 8e9090b Generalize range analysis. by Aart Bik · 7 years ago
  3. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  4. 37dc4df Improved subscript and data dependence analysis. by Aart Bik · 7 years ago
  5. fa76296 Fixed missing context while detecting unit strides. by Aart Bik · 7 years ago
  6. 8e02e3e New utilities for induction variables. by Aart Bik · 7 years ago
  7. e761bcc Revert "Revert "Load the array class in the compiler for allocations."" by Nicolas Geoffray · 8 years ago
  8. fee2550 Revert "Load the array class in the compiler for allocations." by Hiroshi Yamauchi · 8 years ago
  9. cc99df2 Load the array class in the compiler for allocations. by Nicolas Geoffray · 8 years ago
  10. df7822e Added polynomial induction variables analysis. With tests. by Aart Bik · 8 years ago
  11. c071a01 Added geometric induction variables analysis. by Aart Bik · 8 years ago
  12. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 8 years ago
  13. 16d3a65 Added ability to generate last-value of linear induction. by Aart Bik · 8 years ago
  14. 52be7e7 Improvements in induction range analysis. by Aart Bik · 8 years ago
  15. 0d345cf Generalize induction and range analysis across type conversions. by Aart Bik · 8 years ago
  16. 97412c9 Use range analysis for better trip count analysis by Aart Bik · 8 years ago
  17. badd826 ART: Run SsaBuilder from HGraphBuilder by David Brazdil · 9 years ago
  18. 4833f5a ART: Refactor SsaBuilder for more precise typing info by David Brazdil · 9 years ago
  19. 68289a5 Revert "ART: Refactor SsaBuilder for more precise typing info" by Alex Light · 9 years ago
  20. 7d57d7f Various induction/range analysis improvements. by Aart Bik · 9 years ago
  21. d9510df ART: Refactor SsaBuilder for more precise typing info by David Brazdil · 9 years ago
  22. b738d4f Step-wise improvement of range analysis with outer loop induction. by Aart Bik · 9 years ago
  23. db51efb ART: Fix critical edge splitting under try/catch by David Brazdil · 9 years ago
  24. 389b3db Finalized all components of range analysis needed for dynamic bce. by Aart Bik · 9 years ago
  25. 22f0587 Generate taken-test during trip-count analysis. by Aart Bik · 9 years ago
  26. 27cfad0 Fix induction_var_range_test. by Calin Juravle · 9 years ago
  27. aec3cce Added ability to generate induction range code. by Aart Bik · 9 years ago
  28. 9401f53 Implemented trip-count safety information. by Aart Bik · 9 years ago
  29. cd26feb Minor cleanup in range analysis. by Aart Bik · 9 years ago
  30. b3365e0 Various improvements in range analysis. by Aart Bik · 9 years ago
  31. d14c595 Induction variable range analysis. by Aart Bik · 9 years ago