aboutsummaryrefslogtreecommitdiff
path: root/test/codegen/bits.go
AgeCommit message (Expand)Author
2021-03-31[release-branch.go1.16] cmd/compile: fix long RMW bit operations on AMD64Pat Gavlin
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