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