summaryrefslogtreecommitdiff
path: root/test/codegen/bits.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: add late lower pass for last rules to runeric fang2022-10-051-0/+11
* cmd/compile: use ANDL for small immediatesJake Ciolek2021-10-121-1/+1
* cmd/compile: fold double negate on arm64Keith Randall2021-09-191-0/+8
* cmd/compile: remove bit operations that modify memory directlyKeith Randall2021-05-081-12/+0
* test: make codegen tests work with both ABIsCherry Zhang2021-04-121-9/+9
* cmd/compile: fix long RMW bit operations on AMD64Pat Gavlin2021-03-261-2/+8
* cmd/compile: improve bit test codeKeith Randall2021-02-231-0/+9
* test/codegen: go fmtAlberto Donizetti2020-11-081-2/+2
* cmd/compile: optimize shift pairs and masks on s390xMichael Munday2020-11-061-0/+12
* cmd/compile: Optimize ARM64's code with EONdiaxu012020-08-191-2/+11
* cmd/compile: use oneBit instead of isPowerOfTwo in bit optimizationJosh Bleecher Snyder2020-04-211-0/+5
* cmd/compile: optimize bitset testsLE Manh Cuong2019-08-271-0/+12
* cmd/compile: optimize AMD64's bit wise operationBen Shi2018-09-191-0/+6
* cmd/compile: optimize arm's bit operationBen Shi2018-09-111-2/+5
* cmd/compile: optimize ARMv7 codeBen Shi2018-08-201-0/+5
* cmd/compile: optimize AMD64 with more read-modify-write operationsBen Shi2018-08-201-0/+10
* test/codegen: port arm64 BIC/EON/ORN and masking testsAlberto Donizetti2018-04-101-0/+29
* cmd/compile: add patterns for bit set/clear/complement on amd64Giovanni Bajo2018-03-241-3/+252
* test/codegen: add copyright headers to new codegen filesAlberto Donizetti2018-03-021-0/+4
* test: add support for code generation tests (asmcheck)Giovanni Bajo2018-03-011-0/+10