summaryrefslogtreecommitdiff
path: root/test/codegen/rotate.go
Commit message (Expand)AuthorAgeFilesLines
* test/codegen: combine trivial PPC64 tests into ppc64xPaul E. Murphy2023-01-271-40/+20
* cmd/compile: combine multiple rotate instructionsKeith Randall2022-08-311-3/+11
* cmd/compile: intrinsify RotateLeft{32,64} on loong64Wayne Zuo2022-08-301-0/+12
* cmd/compile: move SSA rotate instruction detection to arch-independent rulesKeith Randall2022-08-231-16/+24
* cmd/compile: allow rotates to be merged with logical ops on arm64Keith Randall2021-09-201-0/+23
* cmd/compile: implement constant rotates on arm64Keith Randall2021-09-191-2/+17
* cmd/compile: rescue stmt boundaries from OpArgXXXReg and OpSelectN.David Chase2021-04-141-4/+4
* cmd/asm,cmd/compile: support 5 operand RLWNM/RLWMI on ppc64Paul E. Murphy2021-03-091-16/+16
* cmd/compile: optimize shift pairs and masks on s390xMichael Munday2020-11-061-3/+3
* cmd/compile: combine more 32 bit shift and mask operations on ppc64Paul E. Murphy2020-10-271-0/+45
* test/codegen: enable more tests for ppc64/ppc64leLynn Boger2018-10-161-0/+8
* cmd/compile/internal/ssa: initialize t.UInt in SetTypPtrs()Lynn Boger2018-05-101-0/+2
* test: move rotate tests to top-level testsuite.Giovanni Bajo2018-03-111-7/+142
* test: convert all math-related tests from asm_testGiovanni Bajo2018-03-041-8/+0
* test/codegen: add copyright headers to new codegen filesAlberto Donizetti2018-03-021-0/+4
* test: improve asmcheck syntaxGiovanni Bajo2018-03-011-0/+2
* test: add support for code generation tests (asmcheck)Giovanni Bajo2018-03-011-0/+25