| Age | Commit message (Expand) | Author |
| 2023-06-15 | cmd/asm: fix encoding errors for FMOVD and FMOVS instructions on arm64 | eric fang |
| 2023-06-14 | all: fix spelling errors | Alexander Yastrebov |
| 2023-05-24 | cmd/asm: refine some APIs related to Prog.RestArgs[] | ruinan |
| 2023-05-22 | cmd/asm: encode instructions like SHA1SU0 with a separate case for arm64 | Ruinan |
| 2023-04-21 | internal/abi, runtime, cmd: merge PCDATA_* and FUNCDATA_* consts into interna... | Austin Clements |
| 2023-04-11 | cmd/asm,cmd/internal/obj/x86: add RDPID instruction to x86 assembler | Joel Sing |
| 2023-04-10 | cmd/internal/obj/loong64, cmd/link/internal: switch to LoongArch ELF psABI v2... | WANG Xuerui |
| 2023-03-31 | cmd/internal/obj/loong64: assemble BEQ/BNEs comparing with 0 as beqz/bnez | WANG Xuerui |
| 2023-03-23 | all: replace leading spaces with tabs in assembly | Michael Pratt |
| 2023-03-22 | cmd/internal/obj/loong64: realize all unconditional jumps with B/BL | WANG Xuerui |
| 2023-03-22 | cmd/internal/obj/ppc64: add VC[LT]ZLSBB instructions | Paul E. Murphy |
| 2023-03-21 | cmd/internal/obj/loong64: add support for movgr2cf and movcf2gr instructions | Huang Qiqi |
| 2023-03-21 | cmd/asm, runtime: remove the RSB register from loong64 | WANG Xuerui |
| 2023-03-15 | cmd/asm: improve detector for incorrect R15 usage when dynamic linking | Keith Randall |
| 2023-03-08 | cmd/internal/obj/ppc64: add SETB instruction | Paul E. Murphy |
| 2023-02-28 | cmd/internal/obj: use prefix insn in MOV* opcodes for GOPPC64=power10 | Paul E. Murphy |
| 2023-02-28 | cmd/asm: remove the incorrect check of LDADDx-like instructions | fanzha02 |
| 2023-02-27 | cmd/asm: preserve 3rd arg when GOT-rewriting assembly instructions | Keith Randall |
| 2023-02-21 | cmd/internal/obj/riscv: optimize loading large immediate with trailing zeros | Wayne Zuo |
| 2023-02-06 | cmd/asm: add RDTIME{L,H}.W, RDTIME.D support for loong64 | Guoqi Chen |
| 2023-01-30 | cmd/asm: reject avx512 .Z instructions without a mask register | Keith Randall |
| 2023-01-20 | cmd/internal/obj/s390x, runtime: fix breakpoint in s390x | Srinivas Pokala |
| 2023-01-19 | cmd/internal/obj/riscv: add check for invalid shift amount input | Wayne Zuo |
| 2022-12-05 | cmd/asm: improve assembler error messages | Keith Randall |
| 2022-11-18 | all: add missing periods in comments | cui fliter |
| 2022-11-16 | cmd/internal/obj/ppc64: add ISA 3.1B opcodes | Paul E. Murphy |
| 2022-11-08 | cmd/asm: optimize if statement to return directly | mantuliu |
| 2022-10-26 | cmd/internal/obj/ppc64: generate big uint32 values in register | Paul E. Murphy |
| 2022-10-14 | cmd/compile,cmd/link,runtime: add start line numbers to func metadata | Michael Pratt |
| 2022-09-29 | cmd/asm: use strings.TrimSuffix | cuiweixie |
| 2022-09-29 | cmd/asm: delete unused func newAddr | cuiweixie |
| 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-27 | all: replace [0-9] with \d in regexps | TomCao New Macbook Pro |
| 2022-09-20 | all: replace package ioutil with os and io in src | Andy Pan |
| 2022-09-15 | cmd/internal/obj/ppc64: add ISA 3.1 instructions | Paul E. Murphy |
| 2022-09-15 | cmd/asm, cmd/internal/obj/ppc64: increase asm test coverage for PPC64 | Archana R |
| 2022-09-09 | cmd/asm/internal/asm: don't set testOut in testErrors | Ian Lance Taylor |
| 2022-09-08 | cmd/asm: use strings.Builder | cuiweixie |
| 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-09-01 | cmd/go: support long commands in asm and cgo | Daniel Martà |
| 2022-08-31 | cmd/asm: fix condition check to work on ppc64 | Archana R |
| 2022-08-31 | cmd/internal/obj/arm64: allow transition from $0 to ZR for MSR | eric fang |
| 2022-08-30 | cmd/asm: add new classification for index memory operands on PPC64 | Archana R |
| 2022-08-30 | cmd/internal/obj/loong64: add ROTR, ROTRV instructions support | Wayne Zuo |
| 2022-08-29 | cmd/compile/obj/arm64: fix encoding error of FMOVD/FMOVS $0|ZR | eric fang |
| 2022-08-23 | cmd/internal/obj/loong64: add MASKEQZ and MASKNEZ instructions support | Wayne Zuo |
| 2022-08-23 | cmd/internal/obj/arm64: remove the transition from $0 to ZR | eric fang |
| 2022-08-09 | cmd/asm: add VTBX instruction on arm64 | Nick Ripley |