index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
codegen
/
bool.go
Age
Commit message (
Expand
)
Author
2026-03-31
test/codegen: replace commas with spaces between regexps
Keith Randall
2026-03-31
test/codegen: get rid of \s
Keith Randall
2026-03-31
test/codegen: fix broken syntax
Keith Randall
2025-11-18
cmd/compile: fold boolean NOT into branches
Keith Randall
2025-10-29
test/codegen: simplify asmcheck pattern matching
Russ Cox
2025-05-08
cmd/compile: add 2 phiopt cases
Jakub Ciolek
2025-02-03
cmd/compile: on AMD64, prefer XOR/AND for (x & 1) == 0 check
Jakub Ciolek
2024-08-26
cmd/compile: intrinsify math.MulUintptr on PPC64
Paul E. Murphy
2024-08-07
cmd/compile: simplify prove pass
khr@golang.org
2023-11-13
cmd/compile/internal/ssa: on PPC64, merge (CMPconst [0] (op ...)) more aggres...
Paul E. Murphy
2023-10-18
cmd/compile: avoid ANDCCconst on PPC64 if condition not needed
Lynn Boger
2023-02-06
cmd/compile: add rules to emit SETBC/R instructions on power10
Archana R
2023-01-27
test/codegen: merge identical ppc64 and ppc64le tests
Paul E. Murphy
2023-01-27
test/codegen: combine trivial PPC64 tests into ppc64x
Paul E. Murphy
2022-08-08
cmd/compile: fix confusion with ANDCCconst in PPC64 rules
Lynn Boger
2021-10-12
cmd/compile: use ANDL for small immediates
Jake Ciolek
2020-04-23
cmd/compile: optimize x & 1 != 0 to x & 1 on amd64
Josh Bleecher Snyder