| Age | Commit message (Expand) | Author |
| 2026-02-03 | all: prealloc slice with possible minimum capabilities | Shulhan |
| 2025-12-23 | cmd/asm/internal/asm: run riscv64 end-to-end tests for each profile | Joel Sing |
| 2025-12-23 | cmd/asm/internal/asm: abort end to end test if assembly failed | Joel Sing |
| 2025-11-26 | cmd/internal/obj/loong64: remove the incorrect unsigned instructions | Xiaolin Zhao |
| 2025-11-26 | cmd/internal/obj/loong64: add {,x}vmadd series instructions support | Guoqi Chen |
| 2025-11-26 | cmd/internal/obj/loong64: add aliases to 32-bit arithmetic instructions | Xiaolin Zhao |
| 2025-11-25 | cmd/internal/obj/loong64: add {,X}V{ADD,SUB}W{EV,OD}.{H.B,W.H,D.W,Q.D}{,U} in... | Guoqi Chen |
| 2025-11-20 | cmd/internal/obj/loong64: add {,X}VSLT.{B/H/W/V}{,U} instructions support | Guoqi Chen |
| 2025-11-20 | cmd/internal/obj/x86: handle global reference in From3 in dynlink mode | Cherry Mui |
| 2025-11-19 | cmd/internal/obj/loong64: add MULW.D.W[U] instructions | Xiaolin Zhao |
| 2025-11-18 | cmd/asm,cmd/compile,cmd/internal/obj/riscv: use compressed instructions on ri... | Joel Sing |
| 2025-11-13 | cmd/asm,cmd/internal/obj/riscv: add support for riscv compressed instructions | Joel Sing |
| 2025-11-12 | cmd/internal/obj/loong64: add {,X}VS{ADD,SUB}.{B/H/W/V}{,U} instructions support | Guoqi Chen |
| 2025-11-11 | std,cmd: go fix -any std cmd | Alan Donovan |
| 2025-11-10 | cmd/internal/obj/arm64: shorten constant integer loads | Keith Randall |
| 2025-11-05 | cmd/internal/obj/loong64: add {,X}VSHUF.{B/H/W/V} instructions support | Guoqi Chen |
| 2025-11-05 | cmd/internal/obj/loong64: add {,X}VEXTRINS.{B,H,W,V} instruction support | Guoqi Chen |
| 2025-11-03 | cmd/internal/obj/loong64: using {xv,v}slli.d to perform copying between vecto... | Guoqi Chen |
| 2025-11-03 | cmd/internal/obj/loong64: add VPERMI.W, XVPERMI.{W,V,Q} instruction support | Guoqi Chen |
| 2025-11-03 | cmd/internal/obj: support arm64 FMOVQ large offset encoding | Alexander Musman |
| 2025-10-27 | cmd/internal/obj, cmd/asm: reclassify the offset of memory access operations ... | Xiaolin Zhao |
| 2025-10-23 | cmd/internal/obj/riscv: simplify validation and encoding of raw instructions | Joel Sing |
| 2025-10-21 | all: eliminate unnecessary type conversions | Jes Cok |
| 2025-10-15 | cmd/internal/obj: move ARM64RegisterExtension from cmd/asm/internal/arch | Vasily Leonenko |
| 2025-10-14 | cmd/internal/obj/arm64: add support for PAC instructions | Bill Roberts |
| 2025-09-24 | cmd/internal/obj/riscv: add support for vector unit-stride fault-only-first l... | wangboyao |
| 2025-09-17 | cmd/internal/obj/riscv: add support for Zicond instructions | lxq015 |
| 2025-09-16 | cmd/internal/obj/riscv: improve handling of float point moves | Joel Sing |
| 2025-09-15 | cmd/internal/obj/riscv: implement vector segment load/store instructions | wangboyao |
| 2025-09-15 | cmd/asm: add double precision comparision testcases for riscv64 | Meng Zhuo |
| 2025-09-12 | cmd/asm, cmd/internal/obj: add riscv64 generic CSR ops | Mark Ryan |
| 2025-09-04 | cmd/internal/obj/loong64: add ADDU16I.D instruction support | Xiaolin Zhao |
| 2025-09-04 | cmd/internal/obj/loong64: fix the usage of offset in the instructions [X]VLDR... | Xiaolin Zhao |
| 2025-08-31 | cmd/internal/obj/loong64: add LDPTR.{W/D} and STPTR.{W/D} instructions support | Xiaolin Zhao |
| 2025-08-07 | cmd/internal/obj/loong64: change the immediate range of ALSL{W/WU/V} | limeidan |
| 2025-08-07 | cmd/internal/obj/loong64: add support for FSEL instruction | Xiaolin Zhao |
| 2025-08-05 | cmd/internal/obj/loong64: add new instructions ALSL{W/WU/V} for loong64 | limeidan |
| 2025-08-05 | cmd: remove dead code | qiulaidongfeng |
| 2025-08-03 | cmd/internal/obj/loong64: add {V,XV}{BITCLR/BITSET/BITREV}[I].{B/H/W/D} instr... | Xiaolin Zhao |
| 2025-08-03 | cmd/internal/obj/loong64: add [X]VLDREPL.{B/H/W/D} instructions support | Xiaolin Zhao |
| 2025-07-30 | cmd/compile: add floating point min/max intrinsics on s390x | Michael Munday |
| 2025-07-24 | cmd/internal/obj/s390x: add MVCLE instruction | kmvijay |
| 2025-05-21 | cmd/internal/obj/riscv: fix vector integer multiply add | Mark Ryan |
| 2025-05-15 | cmd/internal/obj/loong64: change the plan9 format of the prefetch instruction... | Guoqi Chen |
| 2025-05-14 | cmd/intarnal/obj: add new assembly format for VANDV and VANDB on loong64 | Xiaolin Zhao |
| 2025-05-12 | cmd/internal/obj/loong64: Add preld{,x} instructions support | Guoqi Chen |
| 2025-05-11 | cmd/internal/obj/loong64: add [X]VFCLASS.{S/D} instructions | Xiaolin Zhao |
| 2025-05-08 | cmd/internal/obj/loong64: add [X]VF{ADD/SUB/MUL/DIV}.{S/D} instructions | Xiaolin Zhao |
| 2025-05-08 | cmd/internal/obj/riscv: reject invalid vadc/vsbc encodings | Mark Ryan |
| 2025-05-08 | cmd/internal/obj/riscv: fix LMUL encoding for MF2 and MF8 | Mark Ryan |