aboutsummaryrefslogtreecommitdiff
path: root/test/codegen/rotate.go
AgeCommit message (Expand)Author
2026-03-31test/codegen: replace commas with spaces between regexpsKeith Randall
2025-10-29test/codegen: simplify asmcheck pattern matchingRuss Cox
2024-03-07cmd/compile,cmd/internal/obj: provide rotation pseudo-instructions for riscv64Joel Sing
2024-02-16cmd/compile: improve rotations for riscv64Joel Sing
2023-01-27test/codegen: combine trivial PPC64 tests into ppc64xPaul E. Murphy
2022-08-31cmd/compile: combine multiple rotate instructionsKeith Randall
2022-08-30cmd/compile: intrinsify RotateLeft{32,64} on loong64Wayne Zuo
2022-08-23cmd/compile: move SSA rotate instruction detection to arch-independent rulesKeith Randall
2021-09-20cmd/compile: allow rotates to be merged with logical ops on arm64Keith Randall
2021-09-19cmd/compile: implement constant rotates on arm64Keith Randall
2021-04-14cmd/compile: rescue stmt boundaries from OpArgXXXReg and OpSelectN.David Chase
2021-03-09cmd/asm,cmd/compile: support 5 operand RLWNM/RLWMI on ppc64Paul E. Murphy
2020-11-06cmd/compile: optimize shift pairs and masks on s390xMichael Munday
2020-10-27cmd/compile: combine more 32 bit shift and mask operations on ppc64Paul E. Murphy
2018-10-16test/codegen: enable more tests for ppc64/ppc64leLynn Boger
2018-05-10cmd/compile/internal/ssa: initialize t.UInt in SetTypPtrs()Lynn Boger
2018-03-11test: move rotate tests to top-level testsuite.Giovanni Bajo
2018-03-04test: convert all math-related tests from asm_testGiovanni Bajo
2018-03-02test/codegen: add copyright headers to new codegen filesAlberto Donizetti
2018-03-01test: improve asmcheck syntaxGiovanni Bajo
2018-03-01test: add support for code generation tests (asmcheck)Giovanni Bajo