index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
codegen
/
mathbits.go
Age
Commit message (
Expand
)
Author
2018-10-16
test/codegen: enable more tests for ppc64/ppc64le
Lynn Boger
2018-10-15
test/codegen: test ppc64 TrailingZeros, OnesCount codegen
Alberto Donizetti
2018-10-02
cmd/compile: instrinsify math/bits.Mul on ppc64x
Carlos Eduardo Seo
2018-09-26
cmd/compile: intrinsify math/bits.Mul
Brian Kessler
2018-09-07
cmd/compile: implement non-constant rotates using ROR on arm64
erifan01
2018-09-05
cmd/compile: make math/bits.RotateLeft{32,64} intrinsics on s390x
Michael Munday
2018-09-03
cmd/compile: implement OnesCount{8,16,32,64} intrinsics on s390x
Michael Munday
2018-04-26
cmd/compile: use prove pass to detect Ctz of non-zero values
Josh Bleecher Snyder
2018-04-25
cmd/compile: use intrinsic for LeadingZeros8 on amd64
Josh Bleecher Snyder
2018-04-25
cmd/compile: optimize LeadingZeros(16|32) on amd64
Josh Bleecher Snyder
2018-04-25
cmd/compile: optimize TrailingZeros(8|16) on amd64
Josh Bleecher Snyder
2018-03-24
cmd/compile: add patterns for bit set/clear/complement on amd64
Giovanni Bajo
2018-03-09
test/codegen: port math/bits.RotateLeft tests to codegen
Alberto Donizetti
2018-03-06
test/codegen: port math/bits.ReverseBytes tests to codegen
Alberto Donizetti
2018-03-06
test/codegen: port math/bits.OnesCount tests to codegen
Alberto Donizetti
2018-03-06
test/codegen: port math/bits.TrailingZeros tests to codegen
Alberto Donizetti
2018-03-05
test/codegen: port math/bits.Leadingzero tests to codegen
Alberto Donizetti
2018-03-05
test: port bits.Len intrinsics tests to the new codegen harness
Alberto Donizetti
[prev]