| Age | Commit message (Expand) | Author |
| 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-12 | cmd/compile: optimize math/bits.OnesCount{16,32,64} implementation on loong64 | 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/internal/goobj: regenerate builtinlist | Ian Lance Taylor |
| 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/objabi, cmd/link: add FIPS symbol kinds | 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-06 | cmd/objdump: add s390x plan9 disasm support | Srinivas Pokala |
| 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/osinfo: stop importing golang.org/x/sys/unix | Ian Lance Taylor |
| 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 |
| 2024-10-29 | cmd/internal/obj/ppc64: add double-decimal arithmetic instructions | Jayanth Krishnamurthy |
| 2024-10-29 | cmd/internal/objfile,cmd/objdump: add disassembly support for riscv64 | Joel Sing |
| 2024-10-28 | cmd: use internal/syscall/windows to get Windows version | qmuntal |
| 2024-10-25 | cmd/internal/obj: add prologue_end DWARF stmt for riscv64 | Lin Runze |
| 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-24 | cmd/internal/obj/riscv: add vector instruction encodings | Joel Sing |
| 2024-10-23 | cmd/asm: add support for LDREXB/STREXB | Mauri de Souza Meneguzzo |
| 2024-10-22 | cmd/compile: use STP/LDP around morestack on arm64 | Keith Randall |
| 2024-10-21 | cmd/internal/buildid: skip over GNU build ID from buildid computation | Cherry Mui |
| 2024-10-21 | cmd/internal/buildid: skip over Mach-O UUID from buildid computation | Cherry Mui |
| 2024-10-21 | cmd/internal/macho: new package for handling mach-o files in toolchain | Cherry Mui |
| 2024-10-14 | all: wire up swisstable maps | Michael Pratt |
| 2024-10-08 | cmd/internal/obj: optimize the function stacksplit on loong64 | Xiaolin Zhao |
| 2024-10-01 | cmd/internal/obj: make asmidx error less cryptic | Austin Clements |
| 2024-09-27 | cmd/internal/obj/loong64: mark functions with small stacks NOSPLIT | Xiaolin Zhao |
| 2024-09-27 | cmd/internal/obj/riscv: rename the iIEncoding | Mark Ryan |
| 2024-09-19 | cmd/objdump: add loong64 disassembler support | Guoqi Chen |
| 2024-09-18 | cmd/internal/obj/s390x: fix m6 field encoding for VSTRC instruction on s390x | Srinivas Pokala |
| 2024-09-17 | runtime: move getcallersp to internal/runtime/sys | Michael Pratt |
| 2024-09-17 | runtime: move getcallerpc to internal/runtime/sys | Michael Pratt |
| 2024-09-16 | cmd/compile/internal/typecheck: remove getcallerpc/sp builtin signature | Michael Pratt |
| 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 |