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
/
rotate.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
2024-03-07
cmd/compile,cmd/internal/obj: provide rotation pseudo-instructions for riscv64
Joel Sing
2024-02-16
cmd/compile: improve rotations for riscv64
Joel Sing
2023-01-27
test/codegen: combine trivial PPC64 tests into ppc64x
Paul E. Murphy
2022-08-31
cmd/compile: combine multiple rotate instructions
Keith Randall
2022-08-30
cmd/compile: intrinsify RotateLeft{32,64} on loong64
Wayne Zuo
2022-08-23
cmd/compile: move SSA rotate instruction detection to arch-independent rules
Keith Randall
2021-09-20
cmd/compile: allow rotates to be merged with logical ops on arm64
Keith Randall
2021-09-19
cmd/compile: implement constant rotates on arm64
Keith Randall
2021-04-14
cmd/compile: rescue stmt boundaries from OpArgXXXReg and OpSelectN.
David Chase
2021-03-09
cmd/asm,cmd/compile: support 5 operand RLWNM/RLWMI on ppc64
Paul E. Murphy
2020-11-06
cmd/compile: optimize shift pairs and masks on s390x
Michael Munday
2020-10-27
cmd/compile: combine more 32 bit shift and mask operations on ppc64
Paul E. Murphy
2018-10-16
test/codegen: enable more tests for ppc64/ppc64le
Lynn Boger
2018-05-10
cmd/compile/internal/ssa: initialize t.UInt in SetTypPtrs()
Lynn Boger
2018-03-11
test: move rotate tests to top-level testsuite.
Giovanni Bajo
2018-03-04
test: convert all math-related tests from asm_test
Giovanni Bajo
2018-03-02
test/codegen: add copyright headers to new codegen files
Alberto Donizetti
2018-03-01
test: improve asmcheck syntax
Giovanni Bajo
2018-03-01
test: add support for code generation tests (asmcheck)
Giovanni Bajo