1. a95a5cc Improve bound analysis on constant range. by Aart Bik · 6 years ago
  2. 98f1736 Enhance BCE range analysis with length "alias" case. by Aart Bik · 6 years ago
  3. bae9c9a Fix bug in BCE remainder handling. by Aart Bik · 7 years ago
  4. a22cae7 HRem support in BCE. by xueliang.zhong · 7 years ago
  5. 639cc8c Improve recognition of select-based period induction. by Aart Bik · 8 years ago
  6. 5319d3c Implement running user defined list of passes by Wojciech Staszkiewicz · 8 years ago
  7. 67def59 Combine offsets in loop-based dynamic BCE. by Aart Bik · 8 years ago
  8. a210689 Exploit NE/EQ tests on array length in BCE. by Aart Bik · 8 years ago
  9. 591ad29 Standby list for dyn bce in potentially infinite loops. by Aart Bik · 8 years ago
  10. b6347b7 Fixed bug on incorrectly revisiting same block. by Aart Bik · 8 years ago
  11. e530539 Make sure constantIndexing2 is optimized with DEOPT. by Aart Bik · 8 years ago
  12. bf3f1cf Improved instruction + offset hunting. by Aart Bik · 8 years ago
  13. 1d23982 Generalized "dom-based" dynamic BCE to symbolic base + offset. by Aart Bik · 8 years ago
  14. 17fb893 Optimizing: Do not depend on sharpening in test 449. by Vladimir Marko · 8 years ago
  15. 09e8d5f Some minor simplifications in code and tests. by Aart Bik · 8 years ago
  16. 69fd1b5 Revert "Some minor simplifications in code and tests." by Nicolas Geoffray · 8 years ago
  17. bf03fcd Some minor simplifications in code and tests. by Aart Bik · 8 years ago
  18. 5949fa0 Revert "Revert "Tweak inlining heuristics."" by Nicolas Geoffray · 8 years ago
  19. 5d75afe Improved side-effects/can-throw information on intrinsics. by Aart Bik · 8 years ago
  20. 4a34277 Dynamic BCE (based on induction range analysis) by Aart Bik · 9 years ago
  21. d59c706 Revert "Dynamic BCE (based on induction range analysis)" by Aart Bik · 9 years ago
  22. 0b5849b Dynamic BCE (based on induction range analysis) by Aart Bik · 9 years ago
  23. 9517798 ART: Enable inlining under try/catch by David Brazdil · 9 years ago
  24. 0dfc9bc ART: Add more deopt tests by Andreas Gampe · 9 years ago
  25. 639bdd1 ART: Single-frame deopt by Andreas Gampe · 9 years ago
  26. 718493c HDeoptimize should hold values live in env. by Mingyao Yang · 9 years ago
  27. 6a92a03 Cosmetic changes in ART run-tests. by Roland Levillain · 9 years ago
  28. 3584bce Fix premature deoptimization if the loop body isn't entered. by Mingyao Yang · 9 years ago
  29. a06d66a ART: Distinguish Checker lines from comments by David Brazdil · 9 years ago
  30. 9d750ef BCE: don't add deoptimization if the loop has early exit. by Mingyao Yang · 9 years ago
  31. 206d6fd Deoptimization-based BCE for unknown loop bounds. by Mingyao Yang · 9 years ago
  32. d43b3ac Revert "Revert "Deoptimization-based bce."" by Mingyao Yang · 9 years ago
  33. 0ba6273 Revert "Deoptimization-based bce." by Andreas Gampe · 9 years ago
  34. e295e6e Deoptimization-based bce. by Mingyao Yang · 9 years ago
  35. ea84bf7 Merge "bce: add support to narrow two MonotonicValueRange's at the same time." by Mingyao Yang · 9 years ago
  36. 4559f00 bce: handle a pattern for circular buffer by Mingyao Yang · 9 years ago
  37. 57e0475 bce: add support to narrow two MonotonicValueRange's at the same time. by Mingyao Yang · 9 years ago
  38. 8c8bad8 More checker tests for BCE. by Mingyao Yang · 9 years ago
  39. 0304e18 Improve bce so that more bounds checks can be eliminated. by Mingyao Yang · 9 years ago