1. 1658263 cmd/compile: detect indvars that are bound by other indvars by Giovanni Bajo · 5 years ago
  2. 83a33d3 cmd/compile: reverse order of slice bounds checks by Keith Randall · 6 years ago
  3. ea6259d cmd/compile: check for negative upper bound to IsSliceInBounds by David Chase · 6 years ago
  4. 58d287e cmd/compile: ensure that loop condition is detected correctly by Keith Randall · 7 years ago
  5. e0d37a3 cmd/compile: teach prove to handle expressions like len(s)-delta by Giovanni Bajo · 7 years ago
  6. 6d379ad cmd/compile: in prove, detect loops with negative increments by Giovanni Bajo · 7 years ago
  7. 980fdb8 cmd/compile: improve testing of induction variables by Giovanni Bajo · 7 years ago
  8. 7ec25d0 cmd/compile: implement loop BCE in prove by Giovanni Bajo · 7 years ago
  9. 0b6fbaa cmd/compile: make loop guard+rotate conditional on GOEXPERIMENT by David Chase · 8 years ago
  10. d71f36b cmd/compile: check loop rescheduling with stack bound, not counter by David Chase · 8 years ago
  11. 379567a cmd/compile/ssa: more aggressive constant folding by philhofer · 8 years ago
  12. 6c6089b cmd/compile: bce when max and limit are consts by Alexandru Moșoi · 9 years ago
  13. b91cc53 cmd/compile/internal/ssa: BCE for induction variables by Alexandru Moșoi · 9 years ago