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
/
src
/
cmd
/
compile
/
internal
/
ssa
/
loopbce.go
Age
Commit message (
Expand
)
Author
14 hours
all: prealloc slice with possible minimum capabilities
Shulhan
34 hours
cmd/compile: handle min integer step in loop
Cuong Manh Le
7 days
cmd/compile: fix loopbce overflow check logic
Junyang Shao
2026-03-27
cmd/compile/internal/ssa: prove support induction variable pair
Youlin Feng
2026-03-26
cmd/compile: do not invert loops that would overflow or underflow
Jorropo
2026-03-18
cmd/compile: allow multiple induction variables in one block in prove
Youlin Feng
2025-07-30
cmd/compile: check domination of loop return in both controls
Jorropo
2023-11-07
cmd/compile: fix findIndVar so it does not match disjointed loop headers
Jorropo
2023-07-31
cmd/compile: try to rewrite loops to count down
Jorropo
2023-04-04
all: fix misuses of "a" vs "an"
cui fliter
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
2022-06-30
cmd/compile: fix prove pass when upper condition is <= maxint
Keith Randall
2022-05-18
all: fix spelling
John Bampton
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-01
all: fix various doc comment formatting nits
Russ Cox
2020-02-26
cmd/compile: remove Greater* and Geq* generic integer ops
Michael Munday
2019-11-05
cmd/compile: fix liveness for open-coded defer args for infinite loops
Dan Scales
2019-10-02
cmd/compile: allow multiple SSA block control values
Michael Munday
2019-09-26
cmd/compile: detect indvars that are bound by other indvars
Giovanni Bajo
2019-09-26
cmd/compile: refactor some code in loopbce.go
Giovanni Bajo
2019-09-08
all: fix typos
Ainar Garipov
2019-03-29
cmd/compile: enhance induction variable detection for unrolled loops
David Chase
2018-07-09
cmd/compile: ensure that loop condition is detected correctly
Keith Randall
2018-06-25
cmd/compile: avoid remainder in loopbce when increment=0
David Chase
2018-05-22
cmd/compile: detect OFORUNTIL inductive facts in prove
Austin Clements
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: remove loopbce pass
Giovanni Bajo
2018-04-29
cmd/compile: implement loop BCE in prove
Giovanni Bajo
2017-03-17
cmd/compile: move Frontend field from ssa.Config to ssa.Func
Josh Bleecher Snyder
2016-12-08
[dev.inline] cmd/compile/internal/ssa: rename various fields from Line to Pos
Robert Griesemer
2016-09-19
cmd/compile: cache CFG-dependent computations
Keith Randall
2016-05-05
cmd/compile: enable constant-time CFG editing
Keith Randall
2016-04-12
cmd/compile: share dominator tree among many passes
Alexandru Moșoi
2016-04-11
cmd/compile: bce when max and limit are consts
Alexandru Moșoi
2016-04-03
all: fix spelling mistakes
Eric Engestrom
2016-04-01
cmd/compile/internal/ssa: BCE for induction variables
Alexandru Moșoi