aboutsummaryrefslogtreecommitdiff
path: root/test/loopbce.go
AgeCommit message (Expand)Author
2023-10-19test: migrate remaining files to go:build syntaxDmitri Shuralyov
2023-09-12cmd/compile: sparse conditional constant propagationYi Yang
2023-05-24Revert "cmd/compile: sparse conditional constant propagation"Bryan Mills
2023-05-24cmd/compile: sparse conditional constant propagationYi Yang
2023-01-23cmd/compile: make loopbce handle 8, 16 and 32 bit induction variablesJakub Ciolek
2022-08-31cmd/compile: tighten bounds for induction variables in strided loopsKeith Randall
2022-07-06cmd/compile: rework induction variable detectorKeith Randall
2019-09-26cmd/compile: detect indvars that are bound by other indvarsGiovanni Bajo
2019-03-09cmd/compile: reverse order of slice bounds checksKeith Randall
2018-12-07cmd/compile: check for negative upper bound to IsSliceInBoundsDavid Chase
2018-07-09cmd/compile: ensure that loop condition is detected correctlyKeith Randall
2018-04-29cmd/compile: teach prove to handle expressions like len(s)-deltaGiovanni Bajo
2018-04-29cmd/compile: in prove, detect loops with negative incrementsGiovanni Bajo
2018-04-29cmd/compile: improve testing of induction variablesGiovanni Bajo
2018-04-29cmd/compile: implement loop BCE in proveGiovanni Bajo
2017-06-21cmd/compile: make loop guard+rotate conditional on GOEXPERIMENTDavid Chase
2017-03-08cmd/compile: check loop rescheduling with stack bound, not counterDavid Chase
2017-02-28cmd/compile/ssa: more aggressive constant foldingphilhofer
2016-04-11cmd/compile: bce when max and limit are constsAlexandru Moșoi
2016-04-01cmd/compile/internal/ssa: BCE for induction variablesAlexandru Moșoi