aboutsummaryrefslogtreecommitdiff
path: root/test/codegen/bits.go
AgeCommit message (Expand)Author
2026-01-02test/codegen: codify bit related code generation for arm64Joel Sing
2025-12-26test/codegen: tidy tests for bitsJoel Sing
2025-12-23test/codegen: codify bit related code generation for riscv64Joel Sing
2025-10-29test/codegen: simplify asmcheck pattern matchingRuss Cox
2025-05-21cmd/compile: add rules about ORN and ANDNXiaolin Zhao
2025-05-20cmd/compile: fix the implementation of NORconst on loong64Xiaolin Zhao
2025-02-06cmd/compile: prefer an add when shifting left by 1Jakub Ciolek
2024-11-12cmd/compile/internal/ssa: improve carry addition rules on PPC64Paul E. Murphy
2024-06-07cmd/compile/ssa: fix (MOVWZreg (RLWINM)) folding on PPC64Paul E. Murphy
2023-12-14all: remove newline characters after return statementsDanil Timerbulatov
2023-09-06cmd/compile/internal/ssa: improve masking codegen on PPC64Paul E. Murphy
2023-08-04cmd/compile: don't use BTS when OR works, add direct memory BTS operationsKeith Randall
2023-07-12cmd/compile: on PPC64, fix sign/zero extension when maskingPaul E. Murphy
2022-10-05cmd/compile: add late lower pass for last rules to runeric fang
2021-10-12cmd/compile: use ANDL for small immediatesJake Ciolek
2021-09-19cmd/compile: fold double negate on arm64Keith Randall
2021-05-08cmd/compile: remove bit operations that modify memory directlyKeith Randall
2021-04-12test: make codegen tests work with both ABIsCherry Zhang
2021-03-26cmd/compile: fix long RMW bit operations on AMD64Pat Gavlin
2021-02-23cmd/compile: improve bit test codeKeith Randall
2020-11-08test/codegen: go fmtAlberto Donizetti
2020-11-06cmd/compile: optimize shift pairs and masks on s390xMichael Munday
2020-08-19cmd/compile: Optimize ARM64's code with EONdiaxu01
2020-04-21cmd/compile: use oneBit instead of isPowerOfTwo in bit optimizationJosh Bleecher Snyder
2019-08-27cmd/compile: optimize bitset testsLE Manh Cuong
2018-09-19cmd/compile: optimize AMD64's bit wise operationBen Shi
2018-09-11cmd/compile: optimize arm's bit operationBen Shi
2018-08-20cmd/compile: optimize ARMv7 codeBen Shi
2018-08-20cmd/compile: optimize AMD64 with more read-modify-write operationsBen Shi
2018-04-10test/codegen: port arm64 BIC/EON/ORN and masking testsAlberto Donizetti
2018-03-24cmd/compile: add patterns for bit set/clear/complement on amd64Giovanni Bajo
2018-03-02test/codegen: add copyright headers to new codegen filesAlberto Donizetti
2018-03-01test: add support for code generation tests (asmcheck)Giovanni Bajo