| Age | Commit message (Expand) | Author |
| 2022-08-04 | all: clean up TODO after fixing issue 44505 | hopehook |
| 2022-08-03 | cmd/asm: update package doc to describe "-p" option | Than McIntosh |
| 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 |
| 2022-05-10 | cmd/compile: lower Add64/Sub64 into ssa on PPC64 | Paul E. Murphy |
| 2022-05-06 | cmd/compile,cmd/asm: fix ppc64 usage of BI argument of BC opcode | Paul E. Murphy |
| 2022-05-04 | cmd/asm: on PPC64, allow ISEL to accept a CR bit arg | Paul E. Murphy |
| 2022-04-12 | cmd/asm: update comment to refer to #44505 | hopehook |
| 2022-04-11 | all: gofmt main repo | Russ Cox |
| 2022-04-01 | all: remove trailing blank doc comment lines | Russ Cox |
| 2022-04-01 | cmd/asm: add DC instruction on arm64 | erifan01 |
| 2022-04-01 | cmd/asm: add TLBI instruction on arm64 | erifan01 |
| 2022-04-01 | cmd/asm: refactor some operands that are not special registers on arm64 | erifan01 |
| 2022-04-01 | cmd/internal/obj/arm64: fix encoding error for SYS instruction | eric fang |
| 2022-04-01 | cmd/internal/obj/riscv: fix illegal form of MOV instructions | Ben Shi |
| 2022-03-29 | cmd/internal/obj/riscv: add two-operand form to more instructions | Ben Shi |
| 2022-03-18 | internal/buildcfg: extract logic specific to cmd/go | Bryan C. Mills |
| 2022-03-15 | cmd/asm: support -d=pctab flag | Cherry Mui |
| 2022-03-15 | cmd/internal/obj/arm64: add TRN1 and TRN2 instructions support | fanzha02 |
| 2022-03-15 | cmd/internal/obj/arm64: refactor the handling of shifted RSP | eric fang |
| 2022-03-11 | cmd/asm: add support for bdnz/bdz extended mnemonics on PPC64 | Paul E. Murphy |
| 2021-11-05 | cmd/{asm,compile,internal/obj}: add "maymorestack" support | Austin Clements |
| 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-11 | cmd/internal/obj/ppc64: fix mtocrf, cleanup other CR ops | Paul E. Murphy |
| 2021-10-08 | cmd/internal/obj: rename MOVBE{LL,QQ,WW} to just MOVBE{L,Q,W} | Matthew Dempsky |
| 2021-10-02 | cmd/internal/obj/riscv,cmd/link/internal/riscv64: add call trampolines for ri... | Joel Sing |
| 2021-09-30 | cmd/asm: add error check for move constant instructions on arm64 | fanzha02 |
| 2021-09-14 | cmd/internal/obj/ppc64: allow VR register arguments to VS registers | Paul E. Murphy |
| 2021-09-10 | cmd/compile: add support for Abs and Copysign intrinsics on riscv64 | Michael Munday |
| 2021-09-09 | cmd/internal/obj/arm64: add checks for incorrect use of REGTMP register | fanzha02 |
| 2021-09-08 | cmd/internal/obj/riscv: simplify rewriteMOV | Joel Sing |
| 2021-09-04 | cmd/internal/obj/riscv: improve code generation for loading of constants | Joel Sing |
| 2021-09-04 | cmd/internal/obj/riscv: avoid obj.Prog rewriting for immediate splitting | Joel Sing |
| 2021-09-04 | cmd/internal/obj/riscv: avoid obj.Prog rewriting for memory loads | Joel Sing |
| 2021-09-04 | cmd/internal/obj/riscv: avoid obj.Prog rewriting for constant loads | Joel Sing |
| 2021-09-01 | cmd/{asm,compile}: add fused multiply-add support on riscv64 | Michael Munday |
| 2021-09-01 | cmd/asm: adjust riscv64 test data to avoid churn | Joel Sing |
| 2021-09-01 | cmd/asm,cmd/internal/obj/riscv: add more error tests for riscv64 assembly | Joel Sing |
| 2021-08-20 | cmd/asm/internal/arch: adds the missing type check for arm64 SXTB extension | eric fang |
| 2021-08-20 | cmd/internal/obj/arm64: disable the pre and post index formats for pseudo reg... | eric fang |
| 2021-08-18 | cmd/internal/obj/arm64: don't use REGTMP when moving C_AACON2 to a register | eric fang |
| 2021-08-18 | cmd/internal/obj/arm64: fix the encoding error when operating with ZR | eric fang |
| 2021-06-29 | cmd/internal/obj/arm64: fix an encoding error of CMPW instruction | eric fang |
| 2021-06-16 | cmd/asm: restore supporting of *1 scaling on ARM64 | Cherry Mui |
| 2021-05-14 | cmd/internal/obj/arm64: disable AL and NV for some condition operation instru... | eric fang |