| Age | Commit message (Expand) | Author |
| 2022-09-02 | cmd/internal/obj/riscv: fix comment typo | Wayne Zuo |
| 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-23 | cmd/compile/internal/ssa: optimize memory moving on arm64 | eric fang |
| 2022-08-18 | all: remove duplicate "the" words in comments | Abirdcfly |
| 2022-08-16 | runtime: process ptr bitmaps one word at a time | Keith Randall |
| 2022-08-15 | cmd/internal/obj: remove redundant code in genFuncInfoSyms | xiongwy12 |
| 2022-08-12 | cmd/internal/obj/ppc64: eliminate dead code from asm9.go | Andy Pan |
| 2022-08-09 | cmd/asm: add VTBX instruction on arm64 | Nick Ripley |
| 2022-08-09 | all: use ":" for compiler generated symbols | Cuong Manh Le |
| 2022-06-29 | cmd/internal/obj/arm64: save LR and SP in one instruction for small frames | Cherry Mui |
| 2022-06-29 | cmd/internal/obj/mips,s390x,riscv: save LR after decrementing SP | Cherry Mui |
| 2022-06-28 | cmd/internal/obj/arm64: fix BITCON constant printing error | eric fang |
| 2022-05-24 | cmd/internal/obj: add FuncInfo SPWRITE flag for linux/loong64 | Guoqi Chen |
| 2022-05-23 | cmd/internal/obj/arm64: fix encoding of ADR/ADRP instruction | Cherry Mui |
| 2022-05-18 | all: fix spelling | John Bampton |
| 2022-05-16 | cmd/compile: set LocalPkg.Path to -p flag | Matthew Dempsky |
| 2022-05-13 | cmd/compile: use jump table on ARM64 | Cherry Mui |
| 2022-05-11 | cmd/asm: require -p flag | Cherry Mui |
| 2022-05-11 | cmd/internal/obj: add a flag to not write referenced symbol names in object file | Cherry Mui |
| 2022-05-11 | cmd/internal/obj{,/loong64}: instructions and registers for loong64 | Xiaodong Liu |
| 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-05 | cmd: use 128-bit SHA256 & encode in base64 for content hashes | Russ Cox |
| 2022-05-04 | cmd/asm: on PPC64, allow ISEL to accept a CR bit arg | Paul E. Murphy |
| 2022-04-29 | [dev.boringcrypto] cmd: use notsha256 instead of md5, sha1, sha256 | Russ Cox |
| 2022-04-25 | cmd/compile: fix the missing size for FuncInfoSym | zhouguangyuan |
| 2022-04-19 | cmd/compile,cmd/internal/obj: replace Ctxt.FixedFrameSize method with Arch field | Austin Clements |
| 2022-04-19 | internal/sys: add LR and fixed frame size to sys.Arch | Austin Clements |
| 2022-04-14 | cmd/compile: implement jump tables | Keith Randall |
| 2022-04-11 | all: gofmt main repo | Russ Cox |
| 2022-04-11 | cmd/asm: fix MOVK when constant has high bit set | Keith Randall |
| 2022-04-06 | cmd/internal/obj: set morestack arg spilling and regabi prologue on riscv64 | Meng Zhuo |
| 2022-04-01 | all: remove trailing blank doc comment lines | Russ Cox |
| 2022-04-01 | all: fix various doc comment formatting nits | 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-28 | cmd/internal/obj: sort relocations | Cherry Mui |
| 2022-03-22 | cmd/compile, cmd/link: produce unlinkable object when compile without -p | 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 |