aboutsummaryrefslogtreecommitdiff
path: root/test/checkbce.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
2019-03-06cmd/compile: fix ordering for short-circuiting opsKeith Randall
2018-09-24test: restore binary.BigEndian use in checkbceAlberto Donizetti
2018-09-24test: skip some tests on noopt builderBrad Fitzpatrick
2018-09-24test: fix bcecheck test on noopt builderAlberto Donizetti
2018-09-02cmd/compile: add testcase for #24876Giovanni Bajo
2017-05-18test: add missing copyright header to checkbce.goIan Lance Taylor
2017-03-04cmd/compile: improve generic rules for BCE based on AND operations.Giovanni Bajo
2017-02-02cmd/compile: use len(s)<=cap(s) to remove more bounds checksKeith Randall
2016-08-25cmd/compile: optimize integer "in range" expressionsJosh Bleecher Snyder
2016-04-11cmd/compile: bce when max and limit are constsAlexandru Moșoi
2016-04-07cmd/compile: fold CMPconst and SHRAlexandru Moșoi
2016-04-05cmd/compile: add a pass to print bound checksAlexandru Moșoi