| Age | Commit message (Expand) | Author |
| 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 |
| 2021-12-13 | cmd/internal/obj: fix tail call in non-zero frame leaf function on MIPS and S... | Cherry Mui |
| 2021-12-13 | cmd/asm,cmd/compile: fix tail call in leaf functions on PPC64 | Paul E. Murphy |
| 2021-11-24 | cmd/internal/obj/x86: modify the threshold of assert loop for span6 | zhouguangyuan |
| 2021-11-11 | obj/riscv: fix link to risc-v dwarf register numbers | hasheddan |
| 2021-11-05 | cmd/{asm,compile,internal/obj}: add "maymorestack" support | Austin Clements |
| 2021-10-27 | cmd/compile, runtime: track argument stack slot liveness | Cherry Mui |
| 2021-10-26 | cmd/internal/obj/ppc64: fix usage of CR bit arguments | Paul E. Murphy |
| 2021-10-26 | cmd/internal/obj/arm64: add a restriction on move constant instructions | fanzha02 |
| 2021-10-25 | cmd/internal/obj/riscv: don't split ADD to SP to two adds | Cherry Mui |
| 2021-10-21 | cmd/internal/obj/ppc64: rework argument classifications | Paul E. Murphy |
| 2021-10-19 | cmd/internal/obj/riscv: fix trampoline calls from large functions | Joel Sing |
| 2021-10-19 | cmd/internal/obj/riscv: fix and enable test in short mode | Joel Sing |
| 2021-10-18 | cmd/asm: report an error when trying to do spectre on 386 | Keith Randall |
| 2021-10-12 | cmd/internal/obj/ppc64: support alignment of prefixed insn | Paul E. Murphy |
| 2021-10-11 | cmd/internal/obj/ppc64: fix mtocrf, cleanup other CR ops | Paul E. Murphy |
| 2021-10-11 | cmd/internal/obj/ppc64: remove unused REG_DCR types | Paul E. Murphy |
| 2021-10-08 | cmd/internal/obj: rename MOVBE{LL,QQ,WW} to just MOVBE{L,Q,W} | Matthew Dempsky |
| 2021-10-06 | cmd/internal/obj: allow more gcbits content addressability | Josh Bleecher Snyder |
| 2021-10-05 | cmd/link: move all FUNCDATA refs into go.func.* | Josh Bleecher Snyder |
| 2021-10-04 | cmd/internal/obj: reduce alignment for gcbits | Cherry Mui |
| 2021-10-04 | cmd/internal/obj, cmd/link: move symbol alignment logic to object file writer | Cherry Mui |
| 2021-10-04 | cmd, runtime: eliminate runtime.no_pointers_stackmap | Josh Bleecher Snyder |
| 2021-10-04 | cmd/compile: refactor gclocals sym creation | Josh Bleecher Snyder |
| 2021-10-04 | cmd, runtime: mark assembly routines in FuncFlags | Josh Bleecher Snyder |
| 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-29 | cmd/internal/goobj, cmd/link: remove funcdataoff | Cherry Mui |
| 2021-09-29 | cmd/link: access pcdata via aux symbols | Cherry Mui |
| 2021-09-28 | cmd/internal/obj: index pcdata symbols in NumberSyms | Cherry Mui |
| 2021-09-28 | cmd/internal/obj: refactor code to separate content-addressable symbols by se... | Josh Bleecher Snyder |
| 2021-09-28 | cmd/internal/goobj: remove Pcdata from object file | Cherry Mui |
| 2021-09-27 | cmd/internal/obj: fix wording in a comment | DQNEO |
| 2021-09-27 | cmd/internal/obj/ppc64: add a test for long branch fixups | Paul E. Murphy |
| 2021-09-23 | cmd/compile: enable reg args and add duffcopy support on ppc64x | Lynn Boger |
| 2021-09-22 | cmd/compile: break out constants for local and global dictionary prefixes | Dan Scales |
| 2021-09-22 | cmd/internal/obj: remove ABI aliases from object file | Cherry Mui |
| 2021-09-20 | cmd/compile: extend dump-to-file to handle "genssa" (asm) case. | David Chase |
| 2021-09-20 | cmd/link: generate DIE for types referenced only through dictionaries | Alessandro Arzilli |
| 2021-09-20 | cmd/compile: allow rotates to be merged with logical ops on arm64 | Keith Randall |
| 2021-09-17 | cmd/internal/obj/riscv: improve instruction validation | Joel Sing |