aboutsummaryrefslogtreecommitdiff
path: root/test/codegen/bitfield.go
AgeCommit message (Expand)Author
2021-09-10cmd/compile: simiplify arm64 bitfield optimizationsfanzha02
2021-09-08test/codegen: fix compilation of bitfield testsMichael Munday
2021-09-06cmd/compile: merge sign extension and shift into SBFIZfanzha02
2021-09-06cmd/compile: merge zero/sign extensions with UBFX/SBFX on arm64fanzha02
2021-03-26cmd/compile: add arm64 rules to optimize go codes to constant 0fanzha02
2021-03-23cmd/compile: optimize codes with arm64 REV16 instructionfanzha02
2020-11-06cmd/compile: optimize shift pairs and masks on s390xMichael Munday
2018-04-10test/codegen: port last remaining misc bit/arithmetic testsAlberto Donizetti
2018-03-15cmd/compile/internal/ssa: add patterns for arm64 bitfield opcodesGeoff Berry