| Age | Commit message (Expand) | Author |
| 2025-05-01 | cmd/internal/obj/riscv: add support for vector floating-point instructions | Joel Sing |
| 2025-04-28 | cmd/internal/obj/loong64: fix the error parameters when calling UnspillRegist... | Guoqi Chen |
| 2025-04-25 | cmd/compile: allow all of the preamble to be preemptible | Keith Randall |
| 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-09 | cmd/internal/obj/wasm: use i64 for large return addr | Zxilly |
| 2025-04-03 | cmd/internal/obj/arm64: return a bit shift from movcon | Joel Sing |
| 2025-04-03 | cmd/internal/obj/arm64: deduplicate con32class | Joel Sing |
| 2025-04-03 | cmd/internal/obj/arm64: simplify conclass | Joel Sing |
| 2025-04-01 | cmd/internal/obj/riscv: add support for vector fixed-point arithmetic instruc... | Joel Sing |
| 2025-03-29 | cmd/internal/obj/arm64: factor out constant classification code | 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/arm64: move register encoding into opldrr/opstrr | Joel Sing |
| 2025-03-25 | cmd/internal/obj/loong64: add [X]VMULW{EV/OD} series instructions support | Xiaolin Zhao |
| 2025-03-25 | cmd/internal/obj/arm64: provide and use an oprrrr function | Joel Sing |
| 2025-03-25 | cmd/internal/obj/arm64: move register encoding into oprrr | Joel Sing |
| 2025-03-25 | cmd/internal/obj/arm64: replace range checks with isaddcon2 | Joel Sing |
| 2025-03-24 | cmd/asm: add LCDBR instruction on s390x | Vishwanatha HD |
| 2025-03-21 | cmd/internal/obj/riscv: factor out shift constant code | Joel Sing |
| 2025-03-20 | cmd/internal/obj/riscv: fix the encoding for REV8 and ORCB | Mark Ryan |
| 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 |
| 2025-03-06 | cmd/internal/obj/loong64: add {V,XV}ILV{L/H}.{B/H/W/D} instructions support | Xiaolin Zhao |
| 2025-03-05 | cmd/internal/obj/loong64: add {V,XV}{ADD/SUB}.{B,H,W,D,Q} and {V,XV}{ADD/SUB}... | Xiaolin Zhao |
| 2025-03-03 | cmd/internal/obj/loong64: add F{MAXA/MINA}.{S/D} instructions | Xiaolin Zhao |
| 2025-03-03 | cmd/internal/obj/loong64: add {V,XV}{SLL/SRL/SRA/ROTR}[I].{B/H/W/D} instructi... | Xiaolin Zhao |
| 2025-03-01 | cmd/internal/obj/riscv: add riscv64 CSR map | Mark Ryan |
| 2025-02-28 | cmd/internal/obj, cmd/asm: reclassify 32-bit immediate value of loong64 | limeidan |
| 2025-02-27 | cmd/internal/obj/riscv: implement vector load/store instructions | Joel Sing |
| 2025-02-26 | runtime: remove ret field from gobuf | Keith Randall |
| 2025-02-25 | cmd/compile, runtime: use PC of deferreturn for panic transfer | David Chase |
| 2025-02-22 | cmd: initial compiler+linker support for DWARF5 .debug_addr | Than McIntosh |
| 2025-02-20 | cmd/internal/obj/loong64: optimize immediate loading | limeidan |
| 2025-02-20 | cmd/internal/obj/x86: add support for the endbr64 instruction on amd64 | Joel Sing |
| 2025-02-19 | all: implement plugin build mode for riscv64 | Meng Zhuo |
| 2025-02-14 | cmd/internal/obj/riscv: support MOVD with floating point constants | Joel Sing |
| 2025-02-14 | cmd/asm,cmd/internal/obj/riscv: implement vector configuration setting instru... | Joel Sing |
| 2025-02-13 | cmd/link,cmd/internal: add R_GOT_PCREL_ITYPE_RELOC for riscv64 | Meng Zhuo |
| 2025-02-13 | cmd: use cmd/internal/hash.New32 and Sum32 only | Russ Cox |
| 2025-02-10 | cmd/compile: avoid ifaceeq call if we know the interface is direct | Keith Randall |
| 2025-02-07 | cmd/internal/obj/riscv: update references to RISC-V specification | Joel Sing |