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
2026-03-31
test/codegen: replace commas with spaces between regexps
Keith Randall
2025-10-29
test/codegen: simplify asmcheck pattern matching
Russ Cox
2025-10-06
test/codegen: make sure assignment results are used.
Cherry Mui
2025-08-24
test/codegen: add Mul* test for loong64
Xiaolin Zhao
2025-05-01
cmd/compile,internal/cpu,runtime: intrinsify math/bits.OnesCount on riscv64
Joel Sing
2025-05-01
cmd/compile: intrinsify math/bits.Bswap on riscv64
Joel Sing
2025-04-22
cmd/compile: constant fold 128-bit multiplies
Keith Randall
2025-03-21
cmd/compile: intrinsify math/bits.Len on riscv64
Joel Sing
2025-03-15
cmd/compile: intrinsify math/bits.TrailingZeros on riscv64
Joel Sing
2025-03-14
test/codegen: tighten the TrailingZeros64 test on 386
Joel Sing
2025-02-27
cmd/compile: simplify intrinsification of TrailingZeros16 and TrailingZeros8
Joel Sing
2024-11-13
cmd/compile: wire up math/bits.TrailingZeros intrinsics for loong64
Xiaolin Zhao
2024-11-12
cmd/compile: optimize math/bits.OnesCount{16,32,64} implementation on loong64
Guoqi Chen
2024-11-11
cmd/compile: wire up bits.Reverse intrinsics for loong64
Xiaolin Zhao
2024-11-06
cmd/compile: wire up Bswap/ReverseBytes intrinsics for loong64
Xiaolin Zhao
2024-11-06
cmd/compile: wire up math/bits.Len intrinsics for loong64
Xiaolin Zhao
2024-09-13
cmd/compile: optimize RotateLeft8/16 on loong64
Xiaolin Zhao
2024-09-11
test/codegen: add Rotate test for riscv64
Meng Zhuo
2024-05-23
test/codegen: add Mul test for riscv64
Meng Zhuo
2024-03-15
cmd/compile/internal: generate ADDZE on PPC64
Paul E. Murphy
2023-11-09
cmd/internal/obj/ppc64: remove C_UCON optab matching class
Paul E. Murphy
2023-08-04
cmd/compile: don't use BTS when OR works, add direct memory BTS operations
Keith Randall
2023-07-31
cmd/compile: intrinsify Sub64 on mips64
Junxian Zhu
2023-07-31
cmd/compile: intrinsify Add64 on mips64
Junxian Zhu
2023-03-14
cmd/compile: instrinsify TrailingZeros{8,32,64} for 386
Wayne Zuo
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
[next]