aboutsummaryrefslogtreecommitdiff
path: root/test/codegen/bool.go
AgeCommit message (Expand)Author
2026-03-31test/codegen: replace commas with spaces between regexpsKeith Randall
2026-03-31test/codegen: get rid of \sKeith Randall
2026-03-31test/codegen: fix broken syntaxKeith Randall
2025-11-18cmd/compile: fold boolean NOT into branchesKeith Randall
2025-10-29test/codegen: simplify asmcheck pattern matchingRuss Cox
2025-05-08cmd/compile: add 2 phiopt casesJakub Ciolek
2025-02-03cmd/compile: on AMD64, prefer XOR/AND for (x & 1) == 0 checkJakub Ciolek
2024-08-26cmd/compile: intrinsify math.MulUintptr on PPC64Paul E. Murphy
2024-08-07cmd/compile: simplify prove passkhr@golang.org
2023-11-13cmd/compile/internal/ssa: on PPC64, merge (CMPconst [0] (op ...)) more aggres...Paul E. Murphy
2023-10-18cmd/compile: avoid ANDCCconst on PPC64 if condition not neededLynn Boger
2023-02-06cmd/compile: add rules to emit SETBC/R instructions on power10Archana R
2023-01-27test/codegen: merge identical ppc64 and ppc64le testsPaul E. Murphy
2023-01-27test/codegen: combine trivial PPC64 tests into ppc64xPaul E. Murphy
2022-08-08cmd/compile: fix confusion with ANDCCconst in PPC64 rulesLynn Boger
2021-10-12cmd/compile: use ANDL for small immediatesJake Ciolek
2020-04-23cmd/compile: optimize x & 1 != 0 to x & 1 on amd64Josh Bleecher Snyder