aboutsummaryrefslogtreecommitdiff
path: root/test/codegen/mathbits.go
AgeCommit message (Expand)Author
2018-09-07cmd/compile: implement non-constant rotates using ROR on arm64erifan01
2018-09-05cmd/compile: make math/bits.RotateLeft{32,64} intrinsics on s390xMichael Munday
2018-09-03cmd/compile: implement OnesCount{8,16,32,64} intrinsics on s390xMichael Munday
2018-04-26cmd/compile: use prove pass to detect Ctz of non-zero valuesJosh Bleecher Snyder
2018-04-25cmd/compile: use intrinsic for LeadingZeros8 on amd64Josh Bleecher Snyder
2018-04-25cmd/compile: optimize LeadingZeros(16|32) on amd64Josh Bleecher Snyder
2018-04-25cmd/compile: optimize TrailingZeros(8|16) on amd64Josh Bleecher Snyder
2018-03-24cmd/compile: add patterns for bit set/clear/complement on amd64Giovanni Bajo
2018-03-09test/codegen: port math/bits.RotateLeft tests to codegenAlberto Donizetti
2018-03-06test/codegen: port math/bits.ReverseBytes tests to codegenAlberto Donizetti
2018-03-06test/codegen: port math/bits.OnesCount tests to codegenAlberto Donizetti
2018-03-06test/codegen: port math/bits.TrailingZeros tests to codegenAlberto Donizetti
2018-03-05test/codegen: port math/bits.Leadingzero tests to codegenAlberto Donizetti
2018-03-05test: port bits.Len intrinsics tests to the new codegen harnessAlberto Donizetti