| Age | Commit message (Expand) | Author |
| 2025-09-10 | Revert "cmd/compile: improve stp merging for non-sequent cases" | Keith Randall |
| 2025-09-09 | runtime: remove duff support for riscv64 | Meng Zhuo |
| 2025-09-09 | cmd/compile: use generated loops instead of DUFFCOPY on riscv64 | Meng Zhuo |
| 2025-09-09 | cmd/compile: use generated loops instead of DUFFZERO on riscv64 | Meng Zhuo |
| 2025-09-09 | cmd/compile: simplify zerorange on riscv64 | Meng Zhuo |
| 2025-09-09 | cmd/compile/internal/inline: ignore superfluous slicing | Jake Bailey |
| 2025-09-09 | cmd/compile/internal/ssa: expand runtime.memequal for length {3,5,6,7} | Youlin Feng |
| 2025-09-09 | cmd/compile: improve stp merging for non-sequent cases | Melnikov Denis |
| 2025-09-09 | cmd/compile: use constant zero register instead of specialized zero instructi... | Julian Zhu |
| 2025-09-09 | cmd/compile: introduce CCMP generation | Ch1n-ch1nless |
| 2025-09-09 | cmd/compile: fix bounds check report | Keith Randall |
| 2025-09-08 | [dev.simd] cmd/compile, simd: add VPLZCNT[DQ] | Junyang Shao |
| 2025-09-08 | cmd/compile: fold constant in ADDshift op on loong64 | Xiaolin Zhao |
| 2025-09-08 | cmd/compile: optimize loads from abi.Type.{Size_,PtrBytes,Kind_} | Jake Bailey |
| 2025-09-08 | cmd/compile: consolidate logic for rewriting fixed loads | Jake Bailey |
| 2025-09-08 | cmd/compile: simplify zerorange on mips | Julian Zhu |
| 2025-09-07 | [dev.simd] cmd/compile: enhance prove to deal with double-offset IsInBounds c... | David Chase |
| 2025-09-05 | cmd/compile: mark abi.PtrType.Elem sym as used | Jake Bailey |
| 2025-09-05 | [dev.simd] cmd/compile, simd: add ClearAVXUpperBits | Cherry Mui |
| 2025-09-05 | cmd/compile: optimize loads from readonly globals into constants on loong64 | Xiaolin Zhao |
| 2025-09-05 | cmd/compile: simplify specific addition operations using the ADDV16 instruction | Xiaolin Zhao |
| 2025-09-05 | cmd/compile: simplify zerorange on mips64 | Julian Zhu |
| 2025-09-04 | runtime, cmd/compile, cmd/internal/obj: remove duff support for loong64 | limeidan |
| 2025-09-04 | path{,/filepath}: speed up Match | Julien Cretel |
| 2025-09-04 | cmd/compile/internal/ssa: load constant values from abi.PtrType.Elem | Youlin Feng |
| 2025-09-04 | cmd/compile: add store to load forwarding rules on riscv64 | Michael Munday |
| 2025-09-03 | cmd/compile: export to DWARF types only referenced through interfaces | Alessandro Arzilli |
| 2025-09-03 | cmd/compile: use generated loops instead of DUFFCOPY on loong64 | limeidan |
| 2025-09-03 | cmd/compile: simplify memory load and store operations on loong64 | Xiaolin Zhao |
| 2025-09-03 | cmd/compile: simplify the support for 32bit high multiply on loong64 | Xiaolin Zhao |
| 2025-09-03 | [dev.simd] all: merge master (4c4cefc) into dev.simd | Cherry Mui |
| 2025-09-03 | unicode/utf8: make DecodeRune{,InString} inlineable | Julien Cretel |
| 2025-09-02 | [dev.simd] simd, cmd/compile: add Interleave{Hi,Lo} (VPUNPCK*) | David Chase |
| 2025-09-02 | [dev.simd] cmd/compile: add instructions and rewrites for scalar-> vector moves | David Chase |
| 2025-08-31 | cmd/compile: use generated loops instead of DUFFZERO on loong64 | limeidan |
| 2025-08-29 | cmd/compile: remove sign extension before MULW on riscv64 | Michael Munday |
| 2025-08-29 | cmd/compile/internal/ssa: make oneBit function generic | Michael Munday |
| 2025-08-25 | cmd/compile/internal: optimizing add+sll rule using ALSLV instruction on loong64 | limeidan |
| 2025-08-22 | [dev.simd] cmd/compile: sample peephole optimization for SIMD broadcast | David Chase |
| 2025-08-22 | [dev.simd] cmd/compile: remove VPADDD4 | Cherry Mui |
| 2025-08-22 | [dev.simd] cmd/compile: correct register mask of some AVX512 ops | Cherry Mui |
| 2025-08-22 | [dev.simd] cmd/compile: use X15 for zero value in AVX context | Cherry Mui |
| 2025-08-22 | [dev.simd] cmd/compile: ensure the whole X15 register is zeroed | Cherry Mui |
| 2025-08-22 | [dev.simd] cmd/compile, simd: complete AVX2? u?int shuffles | Junyang Shao |
| 2025-08-22 | [dev.simd] cmd/compile, simd: make Permute 128-bit use AVX VPSHUFB | Junyang Shao |
| 2025-08-22 | [dev.simd] cmd/compile, simd: add packed saturated u?int conversions | Junyang Shao |
| 2025-08-22 | [dev.simd] cmd/compile, simd: add saturated u?int conversions | Junyang Shao |
| 2025-08-21 | cmd/compile: use zero register instead of specialized *zero instructions on l... | limeidan |
| 2025-08-21 | cmd/compile: simplify zerorange on loong64 | limeidan |
| 2025-08-21 | cmd/compile/internal/ssa: eliminate unnecessary extension operations | limeidan |