| Age | Commit message (Expand) | Author |
| 2025-08-20 | [dev.simd] cmd/compile: rewrite to elide Slicemask from len==c>0 slicing | David Chase |
| 2025-08-20 | [dev.simd] simd, cmd/compile: added .Masked() peephole opt for many operations. | David Chase |
| 2025-08-20 | [dev.simd] simd, cmd/compile: sample peephole optimization for .Masked() | David Chase |
| 2025-08-20 | [dev.simd] all: merge master (9de69f6) into dev.simd | Cherry Mui |
| 2025-08-20 | [dev.simd] simd, cmd/compile: add widening unsigned converts 8->16->32 | David Chase |
| 2025-08-19 | [dev.simd] simd: make OpMasked machine ops only | Junyang Shao |
| 2025-08-19 | cmd/compile/internal: make function comments match function names | cuishuang |
| 2025-08-19 | [dev.simd] simd, cmd/compile: implement ToMask, unexport asMask. | Junyang Shao |
| 2025-08-18 | [dev.simd] simd, cmd/compile: mark BLEND instructions as not-zero-mask | David Chase |
| 2025-08-18 | [dev.simd] cmd/compile, simd: added methods for "float" GetElem | David Chase |
| 2025-08-18 | cmd/compile: ensure we use allowed registers for input-clobbering instructions | Keith Randall |
| 2025-08-15 | cmd/compile: use generated loops instead of DUFFCOPY on arm64 | Keith Randall |
| 2025-08-15 | [dev.simd] cmd/compile: make move/load/store dependent only on reg and width | Junyang Shao |
| 2025-08-15 | [dev.simd] cmd/compile: make (most) move/load/store lowering use reg and widt... | Junyang Shao |
| 2025-08-14 | [dev.simd] cmd/compile: accounts rematerialize ops's output reginfo | Junyang Shao |
| 2025-08-14 | [dev.simd] all: merge master (924fe98) into dev.simd | Cherry Mui |
| 2025-08-13 | cmd/compile: emit classify instructions for infinity tests on riscv64 | Michael Munday |
| 2025-08-13 | cmd/compile: use generated loops instead of DUFFCOPY on amd64 | Keith Randall |
| 2025-08-13 | cmd/compile: during regalloc, fixedreg values are always available | Keith Randall |
| 2025-08-13 | [dev.simd] go/types: exclude simd/_gen module from TestStdlib | Austin Clements |
| 2025-08-13 | [dev.simd] simd: add emulations for missing AVX2 comparisons | David Chase |
| 2025-08-13 | [dev.simd] simd, cmd/compile: generated code for Broadcast | David Chase |
| 2025-08-13 | [dev.simd] cmd/compile: fix LoadReg so it is aware of register target | David Chase |
| 2025-08-13 | [dev.simd] cmd/compile: fix isIntrinsic for methods; fix fp <-> gp moves | David Chase |
| 2025-08-13 | [dev.simd] cmd/compile: generated code from 'fix generated rules for shifts' | David Chase |
| 2025-08-13 | cmd/compile: teach prove about len's & cap's max based on the element size | Jorropo |
| 2025-08-13 | cmd/compile: absorb NEGV into branch on loong64 | Xiaolin Zhao |
| 2025-08-12 | cmd/compile/internal: optimize multiplication use new operation 'ADDshiftLLV'... | limeidan |
| 2025-08-12 | cmd/compile/internal/ssa: use BEQ/BNE to optimize the combination of XOR and ... | limeidan |
| 2025-08-12 | Revert "cmd/compile: use generated loops instead of DUFFCOPY on amd64" | Keith Randall |
| 2025-08-12 | cmd/compile: use generated loops instead of DUFFZERO on arm64 | Keith Randall |
| 2025-08-12 | cmd/compile: use generated loops instead of DUFFCOPY on amd64 | Keith Randall |
| 2025-08-12 | Revert "cmd/compile/internal/ssa: Use transitive properties for len/cap" | Keith Randall |
| 2025-08-12 | all: delete aliastypeparams GOEXPERIMENT | Cherry Mui |
| 2025-08-11 | Revert "cmd/compile: allow multi-field structs to be stored directly in inter... | Keith Randall |
| 2025-08-11 | Revert "cmd/compile: allow StructSelect [x] of interface data fields for x>0" | Keith Randall |
| 2025-08-11 | Revert "cmd/compile: allow more args in StructMake folding rule" | Keith Randall |
| 2025-08-11 | [dev.simd] cmd/compile, simd: update generated files | Austin Clements |
| 2025-08-11 | [dev.simd] cmd/compile, simd: update generated files | Austin Clements |
| 2025-08-11 | [dev.simd] cmd/compile: keep track of multiple rule file names in ssa/_gen | David Chase |
| 2025-08-11 | [dev.simd] cmd/compile, simd: jump table for imm ops | Junyang Shao |
| 2025-08-11 | cmd/compile: convert branch with zero to more optimal branch zero on loong64 | Xiaolin Zhao |
| 2025-08-11 | cmd/compile: allow InlMark operations to be speculatively executed | Michael Munday |
| 2025-08-10 | cmd/compile/internal/ssa: optimise more branches with SGTconst/SGTUconst on l... | Xiaolin Zhao |
| 2025-08-08 | cmd/compile/internal/staticinit: remove deadcode | Cuong Manh Le |
| 2025-08-07 | cmd/compile/internal/ssa: fix typo in LOONG64Ops.go comment | Xiaolin Zhao |
| 2025-08-07 | [dev.simd] cmd/compile, simd: API interface fixes | Junyang Shao |
| 2025-08-07 | [dev.simd] cmd/compile, simd: add value conversion ToBits for mask | Junyang Shao |
| 2025-08-06 | [dev.simd] cmd/compile, simd: add Expand | Junyang Shao |
| 2025-08-06 | [dev.simd] cmd/compile, simd: (Set|Get)(Lo|Hi) | Junyang Shao |