| Age | Commit message (Expand) | Author |
| 2016-09-27 | cmd/asm: add s390x instructions BLTU and BLEU | Michael Munday |
| 2016-09-19 | cmd/asm, cmd/internal/obj/ppc64: add ppc64 vector registers and instructions | Carlos Eduardo Seo |
| 2016-09-13 | cmd/asm: ppc64le support for ISEL for use by SSA | Lynn Boger |
| 2016-05-06 | cmd/internal/obj/x86: add AVX2 instrutions needed for sha1/sha512/sha256 acce... | Ilya Tocar |
| 2016-05-01 | cmd/asm, cmd/internal/obj/mips: add an alias of RSB on mips64x | Cherry Zhang |
| 2016-03-30 | cmd/asm: add s390x support | Michael Munday |
| 2016-03-28 | Revert "cmd/asm: add s390x support" | Matthew Dempsky |
| 2016-03-28 | cmd/asm: add s390x support | Michael Munday |
| 2016-03-14 | cmd/internal/obj, cmd/asm: get rid of obj.ADATA | Matthew Dempsky |
| 2016-03-08 | cmd/internal/obj: add As type for assembly opcodes | Matthew Dempsky |
| 2016-02-19 | cmd/asm: remove support for amd64 3DNow! instructions | Russ Cox |
| 2016-01-24 | cmd/asm: add requested amd64 instructions | Russ Cox |
| 2016-01-24 | cmd/asm: simplify golden test maintenance | Russ Cox |
| 2015-11-26 | cmd/internal/obj/x86: add support for TSX instructions | sergey.arseev |
| 2015-11-12 | cmd/asm: added support for GOARCH=mips64{,le} | Yao Zhang |
| 2015-09-17 | cmd/asm/internal/asm: add aliases for ARM64 condition codes | Aram Hăvărneanu |
| 2015-09-03 | cmd/asm: handle CMPF and CMPD on ARM | Rob Pike |
| 2015-07-28 | cmd/asm: fix and test CALL, JMP aliases on arm, arm64, ppc64 | Russ Cox |
| 2015-06-06 | cmd/asm: drop legacy RETURN mnemonic on ppc64 | Austin Clements |
| 2015-04-28 | cmd/asm: add comments back for aliases on jumps for x86 | Rob Pike |
| 2015-04-06 | cmd/asm/internal/asm: fix comment in ppc64.go | Rob Pike |
| 2015-03-16 | cmd/asm: add support for ARM64 | Aram Hăvărneanu |
| 2015-03-11 | cmd/asm: implement MCR instruction on ARM | Rob Pike |
| 2015-03-05 | cmd/internal/obj: delete all Pconv, replace with Prog.String | Rob Pike |
| 2015-03-05 | cmd/internal/obj/x86: take over i386 duty, clean up PINSRQ, CMPSD | Russ Cox |
| 2015-03-04 | cmd/asm: move some machine-dependent code out of the asm directory | Rob Pike |
| 2015-03-03 | cmd/asm: LOOP is a branch instruction on x86 | Rob Pike |
| 2015-03-03 | cmd/internal/obj: switch to one global Aconv | Rob Pike |
| 2015-03-02 | cmd/internal/obj: move the "unary destination" tables from asm to obj/* | Rob Pike |
| 2015-02-27 | cmd/internal/obj: make ppc64's CR subregisters print as CRn rather than Cn | Rob Pike |
| 2015-02-27 | cmd/internal/obj: make Rconv a global function | Rob Pike |
| 2015-02-25 | cmd/internal/obj: make Dconv a portable top-level function | Rob Pike |
| 2015-02-24 | cmd/asm: fix build for new aliases | Rob Pike |
| 2015-02-24 | cmd/asm: add alias for MOVOA=MOVO on amd64 | Rob Pike |
| 2015-02-21 | [dev.cc] cm/asm: fix up arm after cross-check with 5a | Rob Pike |
| 2015-02-20 | [dev.cc] cmd/asm: add ppc64le support | Russ Cox |
| 2015-02-20 | [dev.cc] cmd/asm: implement FMADD for ppc64 | Rob Pike |
| 2015-02-20 | [dev.cc] cmd/asm: bring asm on ppc64 in sync with 9a | Rob Pike |
| 2015-02-19 | [dev.cc] cmd/asm: add ppc64 | Rob Pike |
| 2015-02-17 | [dev.cc] cmd/asm: support ARM | Rob Pike |
| 2015-02-09 | [dev.cc] cmd/asm: rewrite to work with new obj API | Rob Pike |
| 2015-02-05 | [dev.cc] cmd/internal/obj: reconvert from liblink | Russ Cox |
| 2015-02-04 | [dev.cc] cmd/asm: make 386 work | Rob Pike |
| 2015-01-28 | [dev.cc] cmd/asm: rewrite parsing of TEXT $3-2 | Rob Pike |
| 2015-01-23 | [dev.cc] cmd/asm: add arch package | Rob Pike |