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
/
bits.go
Age
Commit message (
Expand
)
Author
47 hours
cmd/compile: add boolean absorption laws to SSA rewrite rules
Timo Friedl
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
2026-03-27
test/codegen: remove noop Ands from test cases
Jorropo
2026-03-27
test/codegen: fix ppc64x rldicl bit test
Paul Murphy
2026-03-26
cmd/compile: on ARM64 merge shifts into TBZ & TBNZ
Jorropo
2026-02-28
test/codegen: tighten bit related codegen tests on riscv64
Joel Sing
2026-02-04
test/codegen: codify bit related code generation for loong64
Xiaolin Zhao
2026-01-29
test/codegen: add bitwise operation combination tests
Xiaolin Zhao
2026-01-02
test/codegen: codify bit related code generation for arm64
Joel Sing
2025-12-26
test/codegen: tidy tests for bits
Joel Sing
2025-12-23
test/codegen: codify bit related code generation for riscv64
Joel Sing
2025-10-29
test/codegen: simplify asmcheck pattern matching
Russ Cox
2025-05-21
cmd/compile: add rules about ORN and ANDN
Xiaolin Zhao
2025-05-20
cmd/compile: fix the implementation of NORconst on loong64
Xiaolin Zhao
2025-02-06
cmd/compile: prefer an add when shifting left by 1
Jakub Ciolek
2024-11-12
cmd/compile/internal/ssa: improve carry addition rules on PPC64
Paul E. Murphy
2024-06-07
cmd/compile/ssa: fix (MOVWZreg (RLWINM)) folding on PPC64
Paul E. Murphy
2023-12-14
all: remove newline characters after return statements
Danil Timerbulatov
2023-09-06
cmd/compile/internal/ssa: improve masking codegen on PPC64
Paul E. Murphy
2023-08-04
cmd/compile: don't use BTS when OR works, add direct memory BTS operations
Keith Randall
2023-07-12
cmd/compile: on PPC64, fix sign/zero extension when masking
Paul E. Murphy
2022-10-05
cmd/compile: add late lower pass for last rules to run
eric fang
2021-10-12
cmd/compile: use ANDL for small immediates
Jake Ciolek
2021-09-19
cmd/compile: fold double negate on arm64
Keith Randall
2021-05-08
cmd/compile: remove bit operations that modify memory directly
Keith Randall
2021-04-12
test: make codegen tests work with both ABIs
Cherry Zhang
2021-03-26
cmd/compile: fix long RMW bit operations on AMD64
Pat Gavlin
2021-02-23
cmd/compile: improve bit test code
Keith Randall
2020-11-08
test/codegen: go fmt
Alberto Donizetti
2020-11-06
cmd/compile: optimize shift pairs and masks on s390x
Michael Munday
2020-08-19
cmd/compile: Optimize ARM64's code with EON
diaxu01
2020-04-21
cmd/compile: use oneBit instead of isPowerOfTwo in bit optimization
Josh Bleecher Snyder
2019-08-27
cmd/compile: optimize bitset tests
LE Manh Cuong
2018-09-19
cmd/compile: optimize AMD64's bit wise operation
Ben Shi
2018-09-11
cmd/compile: optimize arm's bit operation
Ben Shi
2018-08-20
cmd/compile: optimize ARMv7 code
Ben Shi
2018-08-20
cmd/compile: optimize AMD64 with more read-modify-write operations
Ben Shi
2018-04-10
test/codegen: port arm64 BIC/EON/ORN and masking tests
Alberto Donizetti
2018-03-24
cmd/compile: add patterns for bit set/clear/complement on amd64
Giovanni Bajo
2018-03-02
test/codegen: add copyright headers to new codegen files
Alberto Donizetti
2018-03-01
test: add support for code generation tests (asmcheck)
Giovanni Bajo