aboutsummaryrefslogtreecommitdiff
path: root/test/codegen
AgeCommit message (Expand)Author
2023-02-08cmd/compile: intrinsify math/bits/ReverseBytes{32|64} for 386Wayne Zuo
2023-02-06cmd/compile: add rules to emit SETBC/R instructions on power10Archana R
2023-02-03cmd/compile: intrinsify math/bits/ReverseBytes{16|32|64} for ppc64/power10Archana R
2023-02-01cmd/compile: schedule values with no in-block uses laterKeith Randall
2023-01-31cmd/compile: inline known-size memclrNoHeapPointers callsJakub Ciolek
2023-01-27test/codegen: merge identical ppc64 and ppc64le testsPaul E. Murphy
2023-01-27test/codegen: combine trivial PPC64 tests into ppc64xPaul E. Murphy
2023-01-24test/codegen: accept ppc64x as alias for ppc64le and ppc64 archesPaul E. Murphy
2023-01-23internal/abi,runtime: refactor map constants into one placeDavid Chase
2023-01-20cmd/compile: AMD64v3 remove unnecessary TEST comparision in isPowerOfTwoJorropo
2023-01-20cmd/compile: rewrite empty makeslice to zerobase pointerJorropo
2023-01-19cmd/compile: add anchored version of SPKeith Randall
2022-12-06cmd/compile: turn off jump tables when spectre retpolines are onKeith Randall
2022-11-14cmd/compile: merge zero constant ISEL in PPC64 lateLower passPaul E. Murphy
2022-11-09cmd/compile: enable brachelim pass on loong64Wayne Zuo
2022-11-07codegen: check for PPC64 ISEL in condmove testsPaul E. Murphy
2022-11-03cmd/compile/internal/ssa: re-adjust CarryChainTail scheduling priorityPaul E. Murphy
2022-10-31cmd/compile: add rule for post-decomposed growslice optimizationKeith Randall
2022-10-27cmd/compile: recognize when the result of append has a constant lengthKeith Randall
2022-10-07cmd/compile: intrinsify Sub64 on loong64Wayne Zuo
2022-10-07cmd/compile: intrinsify Add64 on loong64Wayne Zuo
2022-10-06cmd/compile: fold constant shift with extension on riscv64Wayne Zuo
2022-10-05cmd/compile: add late lower pass for last rules to runeric fang
2022-09-27cmd/compile: use stricter rule for possible partial overlapKeith Randall
2022-09-20cmd/compile: Add some CMP and CMN optimization rules on arm64eric fang
2022-09-17cmd/compile: resolve known outcomes for SLTI/SLTIU on riscv64Joel Sing
2022-09-07cmd/compile: Add shiftIsBounded check for logic shifts of arm64ruinan
2022-09-02cmd/compile: rewrite >>c<<c to &^(1<<c-1)Keith Randall
2022-09-02cmd/compile/internal/noder: allow OCONVNOP for identical iface conversionsMatthew Dempsky
2022-09-02cmd/compile: new inline heuristic for struct comparesDerek Parker
2022-09-02cmd/compile: optimize RotateLeft8/16 on arm64ruinan
2022-09-02cmd/compile: optimize shift ops on arm64 when the shift value is v&63ruinan
2022-08-31cmd/compile: combine multiple rotate instructionsKeith Randall
2022-08-31cmd/compile: use better splitting condition for string binary searchKeith Randall
2022-08-31cmd/compile: simplify bounded shift on riscv64Wayne Zuo
2022-08-30cmd/compile: intrinsify RotateLeft{32,64} on loong64Wayne Zuo
2022-08-27cmd/compile: intrinsify Sub64 on riscv64Wayne Zuo
2022-08-27cmd/compile: intrinsify Add64 on riscv64Wayne Zuo
2022-08-24cmd/compile: deadcode for LoweredMuluhilo on riscv64Wayne Zuo
2022-08-23cmd/compile: move SSA rotate instruction detection to arch-independent rulesKeith Randall
2022-08-23cmd/internal/obj/arm64: remove the transition from $0 to ZReric fang
2022-08-23cmd/compile/internal/ssa: optimize memory moving on arm64eric fang
2022-08-22cmd/compile: split Muluhilo op on ARM64Cherry Mui
2022-08-18cmd/compile: stop using VARKILLKeith Randall
2022-08-17test/codegen: updated multiple tests to verify on ppc64,ppc64leArchana R
2022-08-15cmd/compile: combine more constant stores on amd64Wayne Zuo
2022-08-10cmd/compile/internal/ssa: optimize ARM64 code with TSTeric fang
2022-08-09all: use ":" for compiler generated symbolsCuong Manh Le
2022-08-08cmd/compile: fix confusion with ANDCCconst in PPC64 rulesLynn Boger
2022-08-08cmd/compile: optimize unsafe.Slice generated codeKeith Randall