| Age | Commit message (Expand) | Author |
| 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 |
| 2024-09-18 | cmd/internal/obj/s390x: fix m6 field encoding for VSTRC instruction on s390x | Srinivas Pokala |
| 2024-09-13 | cmd/internal/obj/loong64: add support for instructions FSCALEB{F/D} and FLOGB... | Xiaolin Zhao |
| 2024-09-12 | cmd/compile,cmd/internal/obj/riscv: always provide ANDN, ORN and XNOR for ris... | Joel Sing |
| 2024-09-06 | cmd/asm/internal: use slices.Contains | Tobias Klauser |
| 2024-09-05 | cmd/internal/obj/loong64: add support for instructions ANDN and ORN | Xiaolin Zhao |
| 2024-09-04 | all: fix printf(var) mistakes detected by latest printf checker | Alan Donovan |
| 2024-08-23 | cmd/internal/obj/loong64: add support for instructions BSTRPICK.{W/D} and BST... | Xiaolin Zhao |
| 2024-08-03 | cmd/internal/obj/loong64: add FLDX,FSTX,LDX.STX instructions support | Guoqi Chen |
| 2024-08-03 | cmd/internal/obj/loong64: add support for instructions FTINT{RM/RP/RZ/RNE}.{W... | Xiaolin Zhao |
| 2024-08-03 | cmd/internal/obj/loong64: add support for instructions FFINT.{S/D}.{W/L} and ... | Xiaolin Zhao |
| 2024-08-03 | cmd/internal/obj/loong64: add support for instructions FCOPYSIGN.{S/D} and FC... | Xiaolin Zhao |
| 2024-08-02 | cmd/internal/obj/loong64: add support for instructions F{MAX/NIN}.{S/D} | Xiaolin Zhao |
| 2024-08-02 | cmd/internal/obj/loong64: add support for MOV{GR2FCSR/FCSR2GR/FR2CF/CF2FR} in... | Xiaolin Zhao |
| 2024-07-30 | cmd/internal/obj/loong64, cmd/asm: remove useless instructions | limeidan |
| 2024-07-29 | cmd/internal/obj/loong64, cmd/asm: remove invalid optab items | limeidan |
| 2024-07-29 | cmd/asm: change register type for loong64 floating-point | Xiaolin Zhao |
| 2024-07-27 | cmd/internal/obj/loong64: add CPUCFG instructions support | Guoqi Chen |
| 2024-07-24 | cmd/internal/obj/arm64: support MSR DIT | Roland Shoemaker |
| 2024-06-25 | cmd/internal/obj/arm64: fix return with register | Joel Sing |
| 2024-06-21 | cmd/internal: separate counter package from telemetry package | Michael Matloob |
| 2024-06-13 | cmd/go: call telemetry.MaybeChild at start of go command | Michael Matloob |