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