aboutsummaryrefslogtreecommitdiff
path: root/test/codegen/mathbits.go
AgeCommit message (Expand)Author
2020-08-27cmd/compile: generate subfic on ppc64Paul E. Murphy
2020-04-22cmd/compile: clean up codegen for branch-on-carry on s390xMichael Munday
2020-04-04cmd/compile: add intrinsic HasCPUFeature for checking cpu featuresJosh Bleecher Snyder
2019-10-14cmd/compile: add math/bits.Mul64 intrinsic on mips64xMeng Zhuo
2019-09-13cmd/compile: add math/bits.Mul64 intrinsic on s390xRuixin Bao
2019-08-31cmd/compile: intrinsify RotateLeft32 on wasmBrian Kessler
2019-08-30cmd/compile: optimize 386's math.bits.TrailingZeros16Ben Shi
2019-08-28test/codegen: fix ARM32 RotateLeft32 testCherry Zhang
2019-08-28cmd/compile: optimize ARM's math.bits.RotateLeft32Ben Shi
2019-08-28Revert "cmd/compile: optimize 386's math.bits.TrailingZeros16"Bryan C. Mills
2019-08-28cmd/compile: optimize 386's math.bits.TrailingZeros16Ben Shi
2019-05-03cmd/compile: add math/bits.{Add,Sub}64 intrinsics on s390xMichael Munday
2019-04-28cmd/compile: intrinsify math/bits.Add64 for ppc64xCarlos Eduardo Seo
2019-04-22cmd/compile: intrinsify math/bits.Sub64 for arm64erifan01
2019-04-20cmd/compile: reduce bits.Div64(0, lo, y) to 64 bit divisionJosh Bleecher Snyder
2019-03-22cmd/compile: follow up intrinsifying math/bits.Add64 for arm64erifan01
2019-03-20cmd/compile/internal, cmd/internal/obj/ppc64: generate new count trailing zer...Carlos Eduardo Seo
2019-03-20cmd/compile: intrinsify math/bits.Add64 for arm64erifan01
2019-03-15cmd/compile: eliminate unnecessary type conversions in TrailingZeros(16|8) fo...Tobias Klauser
2019-03-14math, math/bits: add intrinsics for wasmRichard Musiol
2019-03-07cmd/compile: eliminate unnecessary type conversions in TrailingZeros(16|8) fo...erifan01
2019-03-07cmd/compile: add an optimization rule for math/bits.ReverseBytes16 on armerifan01
2019-03-03cmd/compile: optimize math/bits.Div32 for arm64erifan01
2019-03-01cmd/compile: add an optimaztion rule for math/bits.ReverseBytes16 on arm64erifan01
2019-02-27cmd/compile: optimize math/bits Len32 intrinsic on arm64erifan01
2018-11-27cmd/compile: intrinsify math/bits.Div on amd64Brian Kessler
2018-11-14runtime: make processor capability variable naming platform specificMartin Möhrmann
2018-10-25cmd/compile: intrinsify math/bits.Sub on amd64Keith Randall
2018-10-25cmd/compile: intrinsify math/bits.Add on amd64Keith Randall
2018-10-16test/codegen: enable more tests for ppc64/ppc64leLynn Boger
2018-10-15test/codegen: test ppc64 TrailingZeros, OnesCount codegenAlberto Donizetti
2018-10-02cmd/compile: instrinsify math/bits.Mul on ppc64xCarlos Eduardo Seo
2018-09-26cmd/compile: intrinsify math/bits.MulBrian Kessler
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