summaryrefslogtreecommitdiff
path: root/test/checkbce.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: fix ordering for short-circuiting opsKeith Randall2019-03-061-3/+1
* test: restore binary.BigEndian use in checkbceAlberto Donizetti2018-09-241-14/+10
* test: skip some tests on noopt builderBrad Fitzpatrick2018-09-241-1/+1
* test: fix bcecheck test on noopt builderAlberto Donizetti2018-09-241-10/+14
* cmd/compile: add testcase for #24876Giovanni Bajo2018-09-021-0/+29
* test: add missing copyright header to checkbce.goIan Lance Taylor2017-05-181-0/+7
* cmd/compile: improve generic rules for BCE based on AND operations.Giovanni Bajo2017-03-041-7/+38
* cmd/compile: use len(s)<=cap(s) to remove more bounds checksKeith Randall2017-02-021-1/+1
* cmd/compile: optimize integer "in range" expressionsJosh Bleecher Snyder2016-08-251-1/+3
* cmd/compile: bce when max and limit are constsAlexandru Moșoi2016-04-111-1/+14
* cmd/compile: fold CMPconst and SHRAlexandru Moșoi2016-04-071-0/+12
* cmd/compile: add a pass to print bound checksAlexandru Moșoi2016-04-051-0/+89