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
2023-02-08
cmd/compile: intrinsify math/bits/ReverseBytes{32|64} for 386
Wayne Zuo
2023-02-03
cmd/compile: intrinsify math/bits/ReverseBytes{16|32|64} for ppc64/power10
Archana R
2023-01-27
test/codegen: merge identical ppc64 and ppc64le tests
Paul E. Murphy
2023-01-27
test/codegen: combine trivial PPC64 tests into ppc64x
Paul E. Murphy
2022-11-03
cmd/compile/internal/ssa: re-adjust CarryChainTail scheduling priority
Paul E. Murphy
2022-10-07
cmd/compile: intrinsify Sub64 on loong64
Wayne Zuo
2022-10-07
cmd/compile: intrinsify Add64 on loong64
Wayne Zuo
2022-09-02
cmd/compile: optimize RotateLeft8/16 on arm64
ruinan
2022-08-27
cmd/compile: intrinsify Sub64 on riscv64
Wayne Zuo
2022-08-27
cmd/compile: intrinsify Add64 on riscv64
Wayne Zuo
2022-08-24
cmd/compile: deadcode for LoweredMuluhilo on riscv64
Wayne Zuo
2022-08-22
cmd/compile: split Muluhilo op on ARM64
Cherry Mui
2022-08-17
test/codegen: updated multiple tests to verify on ppc64,ppc64le
Archana R
2022-05-10
cmd/compile: lower Add64/Sub64 into ssa on PPC64
Paul E. Murphy
2022-04-04
cmd/compile: use LZCNT instruction for GOAMD64>=3
Wayne Zuo
2021-10-18
cmd/compile/internal/ssagen: set BitLen32 as intrinsic on PPC64
Lynn Boger
2021-10-05
cmd/compile: don't emit unnecessary amd64 extension checks
nimelehin
2021-10-05
cmd/compile: use TZCNT instruction for GOAMD64>=v3
wdvxdr
2021-08-16
cmd/compile: intrinsify Mul64 on riscv64
Meng Zhuo
2021-04-14
cmd/compile: rescue stmt boundaries from OpArgXXXReg and OpSelectN.
David Chase
2020-11-06
cmd/compile: optimize shift pairs and masks on s390x
Michael Munday
2020-08-27
cmd/compile: generate subfic on ppc64
Paul E. Murphy
2020-04-22
cmd/compile: clean up codegen for branch-on-carry on s390x
Michael Munday
2020-04-04
cmd/compile: add intrinsic HasCPUFeature for checking cpu features
Josh Bleecher Snyder
2019-10-14
cmd/compile: add math/bits.Mul64 intrinsic on mips64x
Meng Zhuo
2019-09-13
cmd/compile: add math/bits.Mul64 intrinsic on s390x
Ruixin Bao
2019-08-31
cmd/compile: intrinsify RotateLeft32 on wasm
Brian Kessler
2019-08-30
cmd/compile: optimize 386's math.bits.TrailingZeros16
Ben Shi
2019-08-28
test/codegen: fix ARM32 RotateLeft32 test
Cherry Zhang
2019-08-28
cmd/compile: optimize ARM's math.bits.RotateLeft32
Ben Shi
2019-08-28
Revert "cmd/compile: optimize 386's math.bits.TrailingZeros16"
Bryan C. Mills
2019-08-28
cmd/compile: optimize 386's math.bits.TrailingZeros16
Ben Shi
2019-05-03
cmd/compile: add math/bits.{Add,Sub}64 intrinsics on s390x
Michael Munday
2019-04-28
cmd/compile: intrinsify math/bits.Add64 for ppc64x
Carlos Eduardo Seo
2019-04-22
cmd/compile: intrinsify math/bits.Sub64 for arm64
erifan01
2019-04-20
cmd/compile: reduce bits.Div64(0, lo, y) to 64 bit division
Josh Bleecher Snyder
2019-03-22
cmd/compile: follow up intrinsifying math/bits.Add64 for arm64
erifan01
2019-03-20
cmd/compile/internal, cmd/internal/obj/ppc64: generate new count trailing zer...
Carlos Eduardo Seo
2019-03-20
cmd/compile: intrinsify math/bits.Add64 for arm64
erifan01
2019-03-15
cmd/compile: eliminate unnecessary type conversions in TrailingZeros(16|8) fo...
Tobias Klauser
2019-03-14
math, math/bits: add intrinsics for wasm
Richard Musiol
2019-03-07
cmd/compile: eliminate unnecessary type conversions in TrailingZeros(16|8) fo...
erifan01
2019-03-07
cmd/compile: add an optimization rule for math/bits.ReverseBytes16 on arm
erifan01
2019-03-03
cmd/compile: optimize math/bits.Div32 for arm64
erifan01
2019-03-01
cmd/compile: add an optimaztion rule for math/bits.ReverseBytes16 on arm64
erifan01
2019-02-27
cmd/compile: optimize math/bits Len32 intrinsic on arm64
erifan01
2018-11-27
cmd/compile: intrinsify math/bits.Div on amd64
Brian Kessler
2018-11-14
runtime: make processor capability variable naming platform specific
Martin Möhrmann
2018-10-25
cmd/compile: intrinsify math/bits.Sub on amd64
Keith Randall
2018-10-25
cmd/compile: intrinsify math/bits.Add on amd64
Keith Randall
[next]