index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
loopbce.go
Age
Commit message (
Expand
)
Author
2026-01-29
cmd/compile: make prove use non-equality in subtraction for a stronger bound
Jonah Uellenberg
2025-11-24
cmd/compile: add cases for StringLen to prove
David Chase
2025-10-03
cmd/compile: improve slicemask removal
David Chase
2025-03-06
cmd/compile: remove no-longer-necessary recursive inlining checks
David Chase
2024-08-07
cmd/compile: rewrite the constant parts of the prove pass
khr@golang.org
2023-10-19
test: migrate remaining files to go:build syntax
Dmitri Shuralyov
2023-09-12
cmd/compile: sparse conditional constant propagation
Yi Yang
2023-05-24
Revert "cmd/compile: sparse conditional constant propagation"
Bryan Mills
2023-05-24
cmd/compile: sparse conditional constant propagation
Yi Yang
2023-01-23
cmd/compile: make loopbce handle 8, 16 and 32 bit induction variables
Jakub Ciolek
2022-08-31
cmd/compile: tighten bounds for induction variables in strided loops
Keith Randall
2022-07-06
cmd/compile: rework induction variable detector
Keith Randall
2019-09-26
cmd/compile: detect indvars that are bound by other indvars
Giovanni Bajo
2019-03-09
cmd/compile: reverse order of slice bounds checks
Keith Randall
2018-12-07
cmd/compile: check for negative upper bound to IsSliceInBounds
David Chase
2018-07-09
cmd/compile: ensure that loop condition is detected correctly
Keith Randall
2018-04-29
cmd/compile: teach prove to handle expressions like len(s)-delta
Giovanni Bajo
2018-04-29
cmd/compile: in prove, detect loops with negative increments
Giovanni Bajo
2018-04-29
cmd/compile: improve testing of induction variables
Giovanni Bajo
2018-04-29
cmd/compile: implement loop BCE in prove
Giovanni Bajo
2017-06-21
cmd/compile: make loop guard+rotate conditional on GOEXPERIMENT
David Chase
2017-03-08
cmd/compile: check loop rescheduling with stack bound, not counter
David Chase
2017-02-28
cmd/compile/ssa: more aggressive constant folding
philhofer
2016-04-11
cmd/compile: bce when max and limit are consts
Alexandru Moșoi
2016-04-01
cmd/compile/internal/ssa: BCE for induction variables
Alexandru Moșoi