| Age | Commit message (Expand) | Author |
| 2026-01-28 | cmd/compile, simd: capture VAES instructions and fix AVX512VAES feature | Junyang Shao |
| 2026-01-28 | cmd/compile: (loong64) optimize float32(abs|sqrt64(float64(x))) | Xiaolin Zhao |
| 2026-01-28 | cmd/compile: remove the NORconst op on mips{,64} | Xiaolin Zhao |
| 2026-01-27 | cmd/compile, runtime: avoid improper control transfer instruction hints on ri... | wangboyao |
| 2026-01-13 | simd/archsimd: 128- and 256-bit FMA operations do not require AVX-512 | Austin Clements |
| 2026-01-08 | simd/archsimd: rename Broadcast methods | Cherry Mui |
| 2026-01-05 | simd/archsimd: use V(P)MOVMSK for mask ToBits if possible | Cherry Mui |
| 2026-01-02 | simd/archsimd: make IsNaN unary | Cherry Mui |
| 2025-12-29 | simd/archsimd: remove redundant suffix of ExtendLo operations | Cherry Mui |
| 2025-12-22 | simd/archsimd: correct documentation for pairwise operations | Cherry Mui |
| 2025-12-19 | simd/archsimd: delete DotProductQuadruple methods for now | Cherry Mui |
| 2025-12-19 | simd/archsimd: add Grouped for 256- and 512-bit SaturateTo(U)Int16Concat, and... | Cherry Mui |
| 2025-12-19 | simd/archsimd: correct type and instruction for SaturateToUint8 | Cherry Mui |
| 2025-12-08 | [dev.simd] cmd/compile: zero only low 128-bit of X15 | Cherry Mui |
| 2025-12-08 | [dev.simd] simd: add carryless multiply | David Chase |
| 2025-12-03 | [dev.simd] all: merge master (5945fc0) into dev.simd | David Chase |
| 2025-12-03 | [dev.simd] simd: make "best" instruction choice also depend on commutativity | David Chase |
| 2025-11-26 | cmd/compile,internal/bytealg: add MemEq intrinsic for runtime.memequal | Alexander Musman |
| 2025-11-25 | [dev.simd] simd, cmd/compile: add float -> float conversions | Junyang Shao |
| 2025-11-25 | [dev.simd] simd, cmd/compile: add int -> fp conversions | Junyang Shao |
| 2025-11-25 | [dev.simd] simd, cmd/compile: add float -> int conversions | Junyang Shao |
| 2025-11-24 | [dev.simd] all: merge master (02d1f3a) into dev.simd | Cherry Mui |
| 2025-11-24 | cmd/compile: update s390x CALL* ops | Srinivas Pokala |
| 2025-11-24 | cmd/compile/internal: add register ABI information for s390x | Srinivas Pokala |
| 2025-11-24 | [dev.simd] all: merge master (8dd5b13) into dev.simd | Cherry Mui |
| 2025-11-23 | cmd/compile: use 32x32->64 multiplies on loong64 | Xiaolin Zhao |
| 2025-11-21 | [dev.simd] cmd/compile, simd: update conversion API names | Junyang Shao |
| 2025-11-21 | [dev.simd] cmd/compile: fix incorrect mapping of SHA256MSG2128 | Neal Patel |
| 2025-11-20 | [dev.simd] simd, cmd/compile: add more element types for Select128FromPair | David Chase |
| 2025-11-20 | [dev.simd] simd: fix signatures for PermuteConstant* methods | David Chase |
| 2025-11-20 | [dev.simd] all: merge master (ca37d24) into dev.simd | Cherry Mui |
| 2025-11-20 | cmd/compile: stack allocate backing stores during append | khr@golang.org |
| 2025-11-19 | cmd/compile: Implement LoweredZeroLoop with LSX Instruction on loong64 | Guoqi Chen |
| 2025-11-18 | [dev.simd] cmd/compile, simd: change DotProductQuadruple and add peepholes | Junyang Shao |
| 2025-11-18 | [dev.simd] cmd/compile, simd: change SHA ops names and types | Junyang Shao |
| 2025-11-17 | [dev.simd] cmd/compile, simd: change AES op names and add missing size | Junyang Shao |
| 2025-11-17 | [dev.simd] cmd/compile, simd: add VPALIGNR | Junyang Shao |
| 2025-11-17 | [dev.simd] cmd/compile: fix unstable output | Junyang Shao |
| 2025-11-13 | [dev.simd] all: merge master (57362e9) into dev.simd | Cherry Mui |
| 2025-11-11 | [dev.simd] cmd/compile: add masked merging ops and optimizations | Junyang Shao |
| 2025-11-10 | [dev.simd] simd, cmd/compile: remove move from API | Junyang Shao |
| 2025-11-04 | [dev.simd] simd/_gen: fix sorting ops slices | Alexander Musman |
| 2025-10-30 | cmd/compile: implement bits.Mul64 on 32-bit systems | Russ Cox |
| 2025-10-26 | cmd/compile: use MOV(D|F) with const for Const(64|32)F on riscv64 | Meng Zhuo |
| 2025-10-24 | [dev.simd] cmd/compile, simd: add SHA features | Junyang Shao |
| 2025-10-22 | [dev.simd] cmd/compile, simd: add definitions for VPTERNLOG[DQ] | David Chase |
| 2025-10-15 | cmd/compile: use arm64 neon in LoweredMemmove/LoweredMemmoveLoop | Vasily Leonenko |
| 2025-10-14 | Revert "cmd/compile: make 386 float-to-int conversions match amd64" | David Chase |
| 2025-10-14 | Revert "cmd/compile: make wasm match other platforms for FP->int32/64 convers... | David Chase |
| 2025-10-14 | [dev.simd] cmd/compile, simd: update DotProd to DotProduct | Junyang Shao |