1. e4a500c cmd/compile/internal/gc: improve comparison with constant strings by Ilya Tocar · 8 years ago
  2. 73f92f9 cmd/compile: use len(s)<=cap(s) to remove more bounds checks by Keith Randall · 8 years ago
  3. 6317f92 cmd/compile: fix CSE with commutative ops by Keith Randall · 8 years ago
  4. 0f29942 cmd/compile: Repurpose old sliceopt.go for prove phase. by David Chase · 8 years ago
  5. c9fd997 cmd/compile: unroll comparisons to short constant strings by Josh Bleecher Snyder · 9 years ago
  6. 8b20fd0 cmd/compile: transform some Phis into Or8. by Alexandru Moșoi · 9 years ago
  7. 27ebc84 cmd/compile: handle non-negatives in prove by Alexandru Moșoi · 9 years ago
  8. b91cc53 cmd/compile/internal/ssa: BCE for induction variables by Alexandru Moșoi · 9 years ago
  9. 47c9e13 cmd/compile: extend prove pass to handle constant comparisons by Keith Randall · 9 years ago
  10. cd798dc cmd/compile/internal/ssa: generalize prove to all booleans by Alexandru Moșoi · 9 years ago
  11. bdea1d5 [dev.ssa] cmd/compile/internal/ssa: remove proven redundant controls. by Alexandru Moșoi · 9 years ago