| Age | Commit message (Expand) | Author |
| 2023-02-06 | cmd/asm: add RDTIME{L,H}.W, RDTIME.D support for loong64 | Guoqi Chen |
| 2022-09-29 | cmd: fix a few function names on comments | cui fliter |
| 2022-05-11 | cmd/internal/obj{,/loong64}: instructions and registers for loong64 | Xiaodong Liu |
| 2022-04-01 | cmd/asm: refactor some operands that are not special registers on arm64 | erifan01 |
| 2021-09-20 | cmd/compile: extend dump-to-file to handle "genssa" (asm) case. | David Chase |
| 2021-04-16 | internal/buildcfg: move build configuration out of cmd/internal/objabi | Russ Cox |
| 2021-02-19 | cmd/asm, cmd/link, runtime: introduce FuncInfo flag bits | Russ Cox |
| 2020-10-29 | cmd/internal/obj/arm64: add CASx/CASPx instructions | fanzha02 |
| 2020-10-19 | cmd/asm: allow def/ref of func ABI when compiling runtime | Than McIntosh |
| 2020-08-31 | cmd/compile,cmd/asm: simplify recording of branch targets, take 2 | Keith Randall |
| 2020-08-28 | Revert "cmd/compile,cmd/asm: simplify recording of branch targets" | Keith Randall |
| 2020-08-27 | cmd/compile,cmd/asm: simplify recording of branch targets | Keith Randall |
| 2020-04-20 | cmd/compile: speed up compiling with -S | Josh Bleecher Snyder |
| 2019-09-07 | cmd/internal/obj: instructions and registers for RISC-V | Joel Sing |
| 2018-12-11 | cmd/compile: use innermost line number for -S | Keith Randall |
| 2018-11-27 | cmd: fix symbols addressing for aix/ppc64 | Clément Chigot |
| 2018-10-23 | cmd/asm/internal,cmd/internal/obj/ppc64: add alignment directive to asm for p... | Lynn Boger |
| 2018-10-06 | all: fix a bunch of misspellings | Igor Zhilianin |
| 2018-05-22 | cmd/asm: enable AVX512 | isharipo |
| 2018-05-04 | cmd/compile: add wasm architecture | Richard Musiol |
| 2018-04-30 | cmd/compile: intrinsify runtime.getcallerpc on arm64 | Wei Xiao |
| 2018-04-18 | cmd/internal/obj/arm64: refactor the extended/shifted register encoding to th... | fanzha02 |
| 2018-04-09 | cmd/internal/obj/arm64: add assembler support for load with register offset | fanzha02 |
| 2018-04-05 | cmd/internal/obj: various code cleanups | Daniel Martí |
| 2018-04-04 | cmd/compile: add IsStmt breakpoint info to src.lico | David Chase |
| 2018-03-19 | cmd/asm: add ARM64 assembler check for incorrect input | fanzha02 |
| 2017-11-21 | cmd/compile: improve debugging output for GOSSAFUNC | David Chase |
| 2017-11-13 | cmd/compile: record original and absolute file names for line directives | griesemer |
| 2017-10-13 | cmd/asm: refine Go assembly for ARM64 | Wei Xiao |
| 2017-10-11 | cmd/compile: add line numbers to values & blocks in ssa.html | David Chase |
| 2017-09-15 | cmd/internal/obj: change Prog.From3 to RestArgs ([]Addr) | isharipo |
| 2017-05-06 | cmd/asm: fix operand order of ARM's MULA instruction | Ben Shi |
| 2017-04-19 | cmd/internal/objabi: extract shared functionality from obj | Matthew Dempsky |
| 2017-04-12 | cmd/internal/obj: stop storing Text flags in From3 | Josh Bleecher Snyder |
| 2017-04-06 | cmd/compile: add Prog cache to Progs | Josh Bleecher Snyder |
| 2017-03-20 | cmd/internal/obj: remove unneeded AVARFOO ops | Matthew Dempsky |
| 2017-03-09 | cmd/compile: print columns (not just lines) in error messages | Robert Griesemer |
| 2017-03-06 | cmd/internal/obj: remove AUSEFIELD pseudo-op | Matthew Dempsky |
| 2017-03-03 | cmd/compile,link: generate PC-value tables with inlining information | David Lazar |
| 2017-03-01 | cmd/compile: fix disassembly of invalid instructions | Keith Randall |
| 2017-02-28 | cmd/internal/obj: remove unused Getcallerpc function | Matthew Dempsky |
| 2017-02-07 | cmd/internal/obj: remove ATYPE | Matthew Dempsky |
| 2017-01-09 | [dev.inline] cmd/internal/src: introduce compact source position representation | Robert Griesemer |
| 2017-01-09 | [dev.inline] cmd/internal/src: replace src.Pos with syntax.Pos | Robert Griesemer |
| 2016-12-09 | [dev.inline] cmd/internal/obj: rename Prog.Lineno to Prog.Pos | David Lazar |
| 2016-12-09 | [dev.inline] cmd/internal/obj: use src.Pos in obj.Prog | David Lazar |
| 2016-11-08 | cmd/internal/obj/mips: add support for GOARCH=mips{,le} | Vladimir Stefanovic |
| 2016-10-24 | cmd/internal/obj: drop Addr's Gotype field | Matthew Dempsky |
| 2016-09-17 | cmd/internal/obj: remove ACHECKNIL | Matthew Dempsky |
| 2016-09-17 | cmd/internal/obj: replace AGLOBL with (*Link).Globl | Matthew Dempsky |