| Age | Commit message (Expand) | Author |
| 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 |
| 2025-05-07 | cmd/internal/obj/loong64: add [X]VFRINT[{RNE/RZ/RP/RM}].{S/D} instructions | Xiaolin Zhao |
| 2025-05-02 | cmd/internal/obj/riscv: add support for vector permutation instructions | Joel Sing |
| 2025-05-02 | cmd/internal/obj/riscv: add support for vector mask instructions | Joel Sing |
| 2025-05-02 | cmd/internal/obj/riscv: add support for vector reduction instructions | Joel Sing |
| 2025-05-01 | cmd/internal/obj/riscv: add support for vector floating-point instructions | Joel Sing |
| 2025-04-24 | cmd/internal/obj: add new assembly format for BFPT and BFPF on loong64 | Guoqi Chen |
| 2025-04-15 | cmd/internal/obj/loong64: add support for {V,XV}SET{EQ,NE}Z.V series instruct... | limeidan |
| 2025-04-01 | cmd/internal/obj/riscv: add support for vector fixed-point arithmetic instruc... | Joel Sing |
| 2025-03-29 | cmd/internal/obj/riscv: add support for vector integer arithmetic instructions | Joel Sing |
| 2025-03-27 | cmd/internal/obj/riscv,internal/bytealg: synthesize MIN/MAX/MINU/MAXU instruc... | Joel Sing |
| 2025-03-27 | cmd/internal/obj/riscv: improve constant construction | Joel Sing |
| 2025-03-26 | cmd/internal/obj/arm64: add support for BTI instruction | Joel Sing |
| 2025-03-25 | cmd/internal/obj/loong64: add [X]VSHUF4I.{B/H/W/D} instructions support | Xiaolin Zhao |
| 2025-03-25 | cmd/internal/obj/loong64: add [X]VMULW{EV/OD} series instructions support | Xiaolin Zhao |
| 2025-03-24 | cmd/asm: add LCDBR instruction on s390x | Vishwanatha HD |
| 2025-03-21 | cmd/asm/internal/asm: add additional tests for constant loads on riscv64 | Joel Sing |
| 2025-03-19 | cmd/internal/obj/riscv: prevent panics on bad branches | Mark Ryan |
| 2025-03-18 | cmd/internal/obj/riscv: prevent duplicate error reports | Mark Ryan |
| 2025-03-16 | cmd/internal/obj/loong64: add {V,XV}NEG{B/H/W/V} instructions support | Xiaolin Zhao |
| 2025-03-13 | cmd/internal/obj/loong64: add {V,XV}{FSQRT/FRECIP/FRSQRT}.{S/D} instructions ... | Xiaolin Zhao |
| 2025-03-12 | cmd/internal/obj/loong64: add {V,XV}DIV{B/H/W/V}[U] and {V,XV}MOD{B/H/W/V}[U]... | Xiaolin Zhao |
| 2025-03-11 | cmd/internal/obj/loong64: add {V,XV}MUL{B/H/W/V} and {V,XV}MUH{B/H/W/V}[U] in... | Xiaolin Zhao |
| 2025-03-10 | cmd/internal/obj/loong64: add {V,XV}SEQI, {V,XV}.{AND,OR,XOR,NOR} instruction... | Guoqi Chen |