| Age | Commit message (Expand) | Author |
| 34 hours | cmd/asm, cmd/internal/obj/arm64: support SVE register lists | Junyang Shao |
| 2026-03-31 | cmd/internal/obj/riscv: add support for FENCE operands and FENCE.TSO | wangboyao |
| 2026-03-20 | cmd/internal/obj/arm64: new arm64 assembling path for SVE | Junyang Shao |
| 2026-02-17 | cmd/internal/obj: move ARM64RegisterListOffset from cmd/asm/internal/arch | Alexander Musman |
| 2026-02-14 | cmd/internal/obj/loong64: improve ARNG type register name conversion | Guoqi Chen |
| 2025-11-13 | cmd/asm,cmd/internal/obj/riscv: add support for riscv compressed instructions | Joel Sing |
| 2025-10-15 | cmd/internal/obj: move ARM64RegisterExtension from cmd/asm/internal/arch | Vasily Leonenko |
| 2025-09-12 | cmd/asm, cmd/internal/obj: add riscv64 generic CSR ops | Mark Ryan |
| 2025-08-05 | cmd: remove dead code | qiulaidongfeng |
| 2025-05-12 | cmd/internal/obj/loong64: Add preld{,x} instructions support | Guoqi Chen |
| 2025-02-14 | cmd/asm,cmd/internal/obj/riscv: implement vector configuration setting instru... | 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-07 | cmd/internal/obj/loong64: add {V,XV}LD/{V,XV}LDX/{V,XV}ST/{V,XV}STX instructi... | Guoqi Chen |
| 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-07-29 | cmd/asm: change register type for loong64 floating-point | Xiaolin Zhao |
| 2024-05-22 | cmd/internal/obj/loong64: add atomic memory access instructions support | Guoqi Chen |
| 2024-05-17 | cmd/asm: on PPC64, fix assembling of FCMPO opcode | Paul E. Murphy |
| 2023-03-21 | cmd/asm, runtime: remove the RSB register from loong64 | WANG Xuerui |
| 2023-02-06 | cmd/asm: add RDTIME{L,H}.W, RDTIME.D support for loong64 | Guoqi Chen |
| 2022-11-18 | all: add missing periods in comments | cui fliter |
| 2022-09-29 | cmd/asm: optimize if statement to return directly | cuiweixie |
| 2022-09-29 | cmd/asm: use opd.String() instead of fmt.Sprintf | cuiweixie |
| 2022-09-15 | cmd/internal/obj/ppc64: add ISA 3.1 instructions | Paul E. Murphy |
| 2022-09-07 | cmd/asm: improve argument to obj.Prog assignment on PPC64 | Paul E. Murphy |
| 2022-09-07 | cmd/asm,cmd/internal/obj/ppc64: recognize ppc64 ISA 3.1 MMA registers | Paul E. Murphy |
| 2022-08-09 | cmd/asm: add VTBX instruction on arm64 | Nick Ripley |
| 2022-05-23 | cmd/internal/obj/arm64: fix encoding of ADR/ADRP instruction | Cherry Mui |
| 2022-05-13 | cmd/asm/internal: configure assembler for loong64 | Xiaodong Liu |
| 2022-04-01 | cmd/asm: refactor some operands that are not special registers on arm64 | erifan01 |
| 2022-03-11 | cmd/asm: add support for bdnz/bdz extended mnemonics on PPC64 | Paul E. Murphy |
| 2021-11-03 | cmd/asm,cmd/compile,runtime: stop using X3 (aka GP) on riscv64 | Joel Sing |
| 2021-10-26 | cmd/internal/obj/ppc64: fix usage of CR bit arguments | Paul E. Murphy |
| 2021-10-08 | cmd/internal/obj: rename MOVBE{LL,QQ,WW} to just MOVBE{L,Q,W} | Matthew Dempsky |
| 2021-08-20 | cmd/asm/internal/arch: adds the missing type check for arm64 SXTB extension | eric fang |
| 2021-04-28 | cmd/asm: add check for register and shift/extension combination on arm64 | eric fang |
| 2021-02-05 | [dev.regabi] cmd/asm: define g register on AMD64 | Cherry Zhang |
| 2020-10-29 | cmd/asm: remove X27 and S11 register names on riscv64 | Joel Sing |
| 2020-10-29 | cmd/internal/obj/arm64: add CASx/CASPx instructions | fanzha02 |
| 2020-09-25 | cmd/asm: fix the issue of moving 128-bit integers to vector registers on arm64 | fanzha02 |
| 2020-03-31 | cmd/asm,cmd/internal/obj/riscv: provide branch pseudo-instructions | Joel Sing |
| 2020-03-15 | cmd/asm,cmd/internal/obj/riscv: add atomic memory operation instructions | Joel Sing |
| 2020-03-15 | cmd/asm,cmd/internal/obj/riscv: add LR/SC instructions | Joel Sing |
| 2020-03-04 | cmd/asm: add MIPS MSA LD/ST/LDI support for mips64x | Meng Zhuo |
| 2019-10-17 | cmd/asm/internal/arch: delete unused s390x functions | Michael Munday |
| 2019-10-10 | all: remove nacl (part 3, more amd64p32) | Brad Fitzpatrick |
| 2019-10-09 | cmd/asm: add s390x branch-on-count instructions | Michael Munday |
| 2019-09-25 | cmd/asm: add masked branch and conditional load instructions to s390x | Michael Munday |