summaryrefslogtreecommitdiff
path: root/test/codegen/bool.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: add rules to emit SETBC/R instructions on power10Archana R2023-02-061-0/+156
* test/codegen: merge identical ppc64 and ppc64le testsPaul E. Murphy2023-01-271-10/+8
* test/codegen: combine trivial PPC64 tests into ppc64xPaul E. Murphy2023-01-271-22/+8
* cmd/compile: fix confusion with ANDCCconst in PPC64 rulesLynn Boger2022-08-081-0/+40
* cmd/compile: use ANDL for small immediatesJake Ciolek2021-10-121-1/+1
* cmd/compile: optimize x & 1 != 0 to x & 1 on amd64Josh Bleecher Snyder2020-04-231-0/+33