| Age | Commit message (Expand) | Author |
| 2024-01-25 | all: prealloc slice with possible minimum capabilities | Shulhan |
| 2023-12-15 | cmd/asm: for arm, rewrite argument shifted right by 0 to left by 0. | Keith Randall |
| 2023-12-15 | cmd/asm: fix encoding for arm right shift by constant 0 | Keith Randall |
| 2023-12-08 | cmd/internal/obj/arm64: fix invalid register pair for LDP | eric fang |
| 2023-12-07 | cmd/asm: print absolute PC for all patterns "off(PC)" in testEndToEnd | Ruinan |
| 2023-11-22 | cmd/asm: fix the KMCTR instruction encoding and argument passing | Srinivas Pokala |
| 2023-11-20 | all: add floating point option for ARM targets | Ludi Rehak |
| 2023-11-09 | cmd/internal/obj/ppc64: remove C_UCON optab matching class | Paul E. Murphy |
| 2023-11-09 | cmd/internal/obj/riscv: improve handling of invalid assembly | Joel Sing |
| 2023-11-07 | cmd/internal/obj/riscv: support subtraction with a constant | Joel Sing |
| 2023-11-06 | cmd/internal/asm/ppc64: avoid generating exser nops | Paul E. Murphy |
| 2023-10-20 | cmd/internal/obj/ppc64: refactor maskgen | Paul E. Murphy |
| 2023-10-05 | cmd/internal/obj/ppc64: generate MOVD mask constants in register | Paul E. Murphy |
| 2023-10-04 | cmd/internal/obj/ppc64: generate small, shifted constants in register | Paul E. Murphy |
| 2023-10-03 | cmd/internal/asm/ppc64: support 34b ADD/MOVD $const, Rx | Paul E. Murphy |
| 2023-09-19 | cmd/internal/obj/riscv,cmd/link: rework riscv64 call relocations | Joel Sing |
| 2023-09-15 | cmd/internal/obj/ppc64: improve RLWNM encoding | Paul E. Murphy |
| 2023-09-05 | cmd/asm: add KMA and KMCTR instructions on s390x. | root |
| 2023-08-29 | cmd/asm: stop using "" as the local package prefix | Matthew Dempsky |
| 2023-08-29 | cmd: simplify some handling of package paths | Matthew Dempsky |
| 2023-08-22 | cmd/asm,cmd/dist,cmd/go: remove asm -compiling-runtime flag | Austin Clements |
| 2023-08-11 | cmd/asm: add KDSA instruction support | Srinivas Pokala |
| 2023-08-08 | cmd/internal/obj/mips: add SEB/SEH instructions | Junxian Zhu |
| 2023-08-03 | cmd/asm,cmd/internal/obj/riscv,cmd/link: improve TLS handling on riscv64 | Joel Sing |
| 2023-08-03 | cmd/internal/obj/mips: add WSBH/DSBH/DSHD instructions | Junxian Zhu |
| 2023-08-02 | cmd/asm: add s390x crypto related instructions | Srinivas Pokala |
| 2023-07-31 | cmd/internal/obj/arm64: improve splitting of 24 bit unsigned scaled immediates | Joel Sing |
| 2023-07-31 | cmd/internal/obj/arm64: avoid unnecessary literal pool usage for moves | Joel Sing |
| 2023-07-27 | cmd/asm/internal/asm: fix comment grammar | Jes Cok |
| 2023-07-27 | cmd/asm: add the fifth argument of the instruction to Optab on arm64 | erifan01 |
| 2023-07-26 | cmd/internal/obj/arm64: factor out splitting of 24 bit unsigned scaled immedi... | Joel Sing |
| 2023-07-24 | cmd/asm: initialize assembler before running error tests | erifan01 |
| 2023-07-24 | cmd/asm: Fix encoding error of register offset shifted by 0 on arm64 | eric fang |
| 2023-07-20 | cmd/asm, cmd/internal/obj: generate proper atomic ops for riscv64 | Meng Zhuo |
| 2023-06-29 | cmd/asm/internal/lex: fix comment, remove the first "has" | Jes Cok |
| 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 |