| Age | Commit message (Expand) | Author |
| 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 |
| 2025-01-16 | cmd/internal/obj/wasm, runtime: detect wasmexport call before runtime initial... | Cherry Mui |
| 2024-12-12 | cmd/internal/obj: disallow linknamed access to builtin symbols | Cherry Mui |
| 2024-11-27 | cmd/internal/obj: handle static assembly symbols correctly in FIPS check | Russ Cox |
| 2024-11-22 | cmd/compile, cmd/link: FIPS fixes for large programs | Russ Cox |
| 2024-11-21 | cmd/internal/obj/riscv: rework instruction encoding information | Joel Sing |
| 2024-11-21 | all: fix some function names and typos in comment | cuishuang |
| 2024-11-21 | cmd/internal/obj/ppc64: support for decimal floating point instructions | Jayanth Krishnamurthy jayanth.krishnamurthy@ibm.com |
| 2024-11-20 | all: rename crypto/internal/fips to crypto/internal/fips140 | Russ Cox |
| 2024-11-19 | cmd/internal/obj/arm64: recognize FIPS static temps as unaligned | Russ Cox |
| 2024-11-18 | cmd/internal/obj: exclude external test packages from FIPS scope | Russ Cox |
| 2024-11-15 | crypto/internal/fips/check: enable windows/arm64 | Filippo Valsorda |
| 2024-11-14 | cmd/internal/obj/fips: mark R_ADDRPOWR_GOT as a pcrel relocation | Paul E. Murphy |
| 2024-11-14 | all: enable FIPS verification code | Russ Cox |
| 2024-11-13 | cmd/internal/obj/wasm: correct return PC for frameless wasmexport wrappers | Cherry Mui |
| 2024-11-13 | cmd/internal/obj: add tool to generate Cnames string | chenguoqi |
| 2024-11-13 | cmd/compile, cmd/link: add FIPS verification support | Russ Cox |
| 2024-11-13 | cmd/internal/obj/loong64: add support of VMOVQ and XVMOVQ | Guoqi Chen |
| 2024-11-11 | cmd/compile: allow more types for wasmimport/wasmexport parameters and results | Cherry Mui |
| 2024-11-11 | cmd/internal/obj/loong64: switch Lookup function call to ABIInternal mode | 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/objabi, cmd/link: introduce SymKind helper methods | Russ Cox |
| 2024-11-07 | cmd/internal/obj: replace obj.Addrel func with LSym.AddRel method | Russ Cox |
| 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-07 | cmd/compiler,internal/runtime/atomic: optimize Store{64,32,8} on loong64 | 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-31 | cmd/internal/obj/arm64: make sure prologue and epilogue are pattern matched f... | Hao Liu |
| 2024-10-30 | cmd/internal/obj/riscv: update RISC-V instruction table | Joel Sing |
| 2024-10-29 | cmd/internal/obj/ppc64: support for extended mnemonics of BC | Jayanth Krishnamurthy |