| Age | Commit message (Expand) | Author |
| 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 |
| 2022-03-10 | cmd/compile,bytealg: change context register on riscv64 | Meng Zhuo |
| 2022-03-09 | cmd/compile: require -p flag | Russ Cox |
| 2022-03-09 | cmd/internal/obj/arm64: optimize function prologue/epilogue with STP/LDP | eric fang |
| 2022-03-08 | cmd/internal/obj/arm64: optimize stacksplit prologue for small stack | eric fang |
| 2022-03-03 | cmd/asm,cmd/compile: generate preferred nop on PPC64 | Paul E. Murphy |
| 2022-02-28 | cmd/internal/obj/riscv/testdata/testbranch: add //go:build lines | Tobias Klauser |
| 2022-02-11 | cmd/compile, runtime: use unwrapped PC for goroutine creation tracing | Cherry Mui |
| 2022-01-17 | cmd/internal/obj/arm64: adjust rule for VMOVQ instruction | eric fang |
| 2021-12-20 | all: fix spelling errors found by misspell | Dan Kortschak |
| 2021-12-20 | cmd/internal/obj/riscv: mark stack bounds check prologue nonpreemptible | Cherry Mui |