| Age | Commit message (Expand) | Author |
| 2025-07-14 | [dev.simd] cmd/compile: mark SIMD types non-fat | Junyang Shao |
| 2025-07-11 | [dev.simd] cmd/compile, simd: adjust Shift.* operations | Junyang Shao |
| 2025-07-11 | [dev.simd] simd: fix documentations | Junyang Shao |
| 2025-07-11 | [dev.simd] cmd/compile: exclude simd vars from merge local | Junyang Shao |
| 2025-07-11 | [dev.simd] cmd/compile: add VZEROUPPER and VZEROALL inst | Junyang Shao |
| 2025-07-11 | [dev.simd] all: merge master (88cf0c5) into dev.simd | Cherry Mui |
| 2025-07-10 | [dev.simd] cmd/compile: fix maskreg/simdreg chaos | Junyang Shao |
| 2025-07-09 | [dev.simd] cmd/compile: remove X15 from register mask | David Chase |
| 2025-07-09 | [dev.simd] cmd/compile: output of simd generator, more ... rewrite rules | David Chase |
| 2025-07-09 | [dev.simd] cmd/compile, simd: Int64x2 Greater and Uint* Equal | Junyang Shao |
| 2025-07-09 | [dev.simd] cmd/compile: use upper registers for AVX512 simd ops | Junyang Shao |
| 2025-07-09 | [dev.simd] cmd/compile: change register mask names for simd ops | Junyang Shao |
| 2025-07-09 | [dev.simd] cmd/compile, simd: rename Masked$OP to $(OP)Masked. | Junyang Shao |
| 2025-07-08 | [dev.simd] cmd/compile, simd: remove FP bitwise logic operations. | Junyang Shao |
| 2025-07-08 | [dev.simd] cmd/compile: make compares between NaNs all false. | Junyang Shao |
| 2025-07-08 | cmd/compile: document that nosplit directive is unsafe | Ian Lance Taylor |
| 2025-07-08 | cmd/compile: run fmt on ssa | Jorropo |
| 2025-07-08 | [dev.simd] cmd/compile: minor tweak for race detector | David Chase |
| 2025-07-07 | [dev.simd] cmd/compile: add EXTRACT[IF]128 instructions | David Chase |
| 2025-07-07 | [dev.simd] cmd/compile: add INSERT[IF]128 instructions | David Chase |
| 2025-07-07 | [dev.simd] cmd/compile: make regalloc simd aware on copy | Junyang Shao |
| 2025-07-07 | cmd/compile/internal/ssa: skip EndSequence entries in TestStmtLines | qmuntal |
| 2025-07-07 | [dev.simd] cmd/compile: output of simdgen with invariant type order | David Chase |
| 2025-07-04 | [dev.simd] cmd/compile: fix the "always panic" code to actually panic | David Chase |
| 2025-06-30 | cmd/compile/internal/escape: add debug hash for literal allocation optimizations | thepudds |
| 2025-06-30 | cmd/compile/internal/escape: stop disabling literal allocation optimizations ... | thepudds |
| 2025-06-30 | [dev.simd] cmd/compile, simd: cleanup operations and documentations | Junyang Shao |
| 2025-06-30 | [dev.simd] all: merge master (740857f) into dev.simd | Cherry Mui |
| 2025-06-30 | [dev.simd] cmd/compile: reorder operands for some simd operations | David Chase |
| 2025-06-30 | [dev.simd] cmd/compile: undoes reorder transform in prior commit, changes names | David Chase |
| 2025-06-26 | [dev.simd] cmd/compile, simd: add galois field operations | Junyang Shao |
| 2025-06-26 | [dev.simd] cmd/compile, simd: add shift operations | Junyang Shao |
| 2025-06-26 | [dev.simd] cmd/compile: tweak sort order in generator | David Chase |
| 2025-06-26 | [dev.simd] cmd/compile: add simd VPEXTRA* | David Chase |
| 2025-06-26 | cmd/compile/internal/escape: evaluate any side effects when rewriting with li... | thepudds |
| 2025-06-26 | [dev.simd] cmd/compile: support simd(imm,fp) returns gp | David Chase |
| 2025-06-25 | [dev.simd] all: merge master (f8ccda2) into dev.simd | Cherry Mui |
| 2025-06-25 | [dev.simd] cmd/compile: glue codes for Shift and Rotate | Junyang Shao |
| 2025-06-24 | go/types: add test for interface method field type | Rob Findley |
| 2025-06-23 | [dev.simd] cmd/compile: make simd regmask naming more like existing conventions | David Chase |
| 2025-06-23 | [dev.simd] simd, cmd/compile: generated code for VPINSR[BWDQ], and test | David Chase |
| 2025-06-23 | Revert "go/types, types2: don't register interface methods in Info.Types map" | Robert Findley |
| 2025-06-23 | [dev.simd] cmd/compile: generate function body for bodyless intrinsics | Cherry Mui |
| 2025-06-20 | [dev.simd] cmd/compile: add simdFp1gp1fp1Imm8 helper to amd64 code generation | David Chase |
| 2025-06-20 | [dev.simd] cmd/compile: don't treat devel compiler as a released compiler | Cherry Mui |
| 2025-06-18 | [dev.simd] cmd/compile: add fp1gp1fp1 register mask for AMD64 | David Chase |
| 2025-06-18 | [dev.simd] cmd/compile: remove fused mul/add/sub shapes. | Junyang Shao |
| 2025-06-17 | [dev.simd] cmd/compile: fix signature error of PairDotProdAccumulate. | Junyang Shao |
| 2025-06-17 | [dev.simd] cmd/compile: removed a map iteration from generator; tweaked type ... | David Chase |
| 2025-06-17 | [dev.simd] cmd/compile: alphabetize SIMD intrinsics | David Chase |