| Age | Commit message (Expand) | Author |
| 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 |
| 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-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-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-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-07 | cmd/internal/obj/riscv: update references to RISC-V specification | Joel Sing |
| 2024-11-21 | cmd/internal/obj/ppc64: support for decimal floating point instructions | Jayanth Krishnamurthy jayanth.krishnamurthy@ibm.com |
| 2024-11-13 | cmd/asm: fix format string so vet doesn't complain | Keith Randall |
| 2024-11-13 | cmd/internal/obj/loong64: add support of VMOVQ and XVMOVQ | Guoqi Chen |
| 2024-11-08 | cmd/asm: use single-instruction forms for all loong64 sign and zero extensions | Xiaolin Zhao |
| 2024-11-08 | cmd/internal/obj/loong64: add {V,XV}PCNT.{B,H,W,D} instructions support | Guoqi Chen |
| 2024-11-07 | cmd/internal/obj/loong64: add {V,XV}SEQ.{B,H,W,D} instructions support | Guoqi Chen |
| 2024-11-07 | cmd/internal/obj/loong64: add {V,XV}LD/{V,XV}LDX/{V,XV}ST/{V,XV}STX instructi... | Guoqi Chen |
| 2024-11-02 | cmd/asm: add support for loong64 FMA instructions | Xiaolin Zhao |
| 2024-11-01 | cmd/asm: add support for loong64 CRC32 instructions | Xiaolin Zhao |
| 2024-11-01 | cmd/asm: add support for the rest of loong64 unary bitops | Xiaolin Zhao |
| 2024-10-29 | cmd/internal/obj/ppc64: support for extended mnemonics of BC | Jayanth Krishnamurthy |
| 2024-10-29 | cmd/internal/obj/ppc64: add double-decimal arithmetic instructions | Jayanth Krishnamurthy |
| 2024-10-25 | cmd/internal/obj/riscv: update references to RISC-V specification | Joel Sing |
| 2024-10-24 | cmd/internal/obj,cmd/asm: add vector registers to riscv64 assembler | Joel Sing |
| 2024-10-23 | cmd/asm: add support for LDREXB/STREXB | Mauri de Souza Meneguzzo |
| 2024-10-21 | cmd/asm: add position to PCALIGN directives | Paul E. Murphy |