| Age | Commit message (Expand) | Author |
| 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 |
| 2022-08-04 | all: clean up TODO after fixing issue 44505 | hopehook |
| 2022-06-29 | cmd/internal/obj/mips,s390x,riscv: save LR after decrementing SP | Cherry Mui |
| 2022-05-23 | cmd/internal/obj/arm64: fix encoding of ADR/ADRP instruction | Cherry Mui |
| 2022-05-17 | all: fix spelling | John Bampton |
| 2022-05-14 | cmd/asm/internal: assembler end-to-end test for loong64 | Xiaodong Liu |
| 2022-05-13 | cmd/asm/internal: configure assembler for loong64 | Xiaodong Liu |
| 2022-05-11 | cmd/asm: require -p flag | Cherry Mui |