| Age | Commit message (Expand) | Author |
| 2016-10-28 | cmd/asm, cmd/internal/obj/ppc64: Add vector scalar (VSX) registers and instru... | Carlos Eduardo Seo |
| 2016-10-25 | cmd/internal: add shift opcodes with shift operands on ppc64x | Lynn Boger |
| 2016-10-21 | cmd/asm, cmd/internal/obj/s390x: fix VFMA and VFMS encoding | Michael Munday |
| 2016-10-20 | cmd/internal/obj/x86: add some missing AMD64 instructions | Ilya Tocar |
| 2016-10-17 | cmd/compile: merge loads into operations on s390x | Michael Munday |
| 2016-10-07 | cmd/{asm,compile}: replace TESTB op with CMPWconst on s390x | Michael Munday |
| 2016-10-06 | cmd/asm, cmd/internal/obj/s390x: delete unused instructions | Michael Munday |
| 2016-10-06 | cmd/{asm,compile}: add ANDW, ORW and XORW instructions to s390x | Michael Munday |
| 2016-10-05 | cmd/asm: close file before remove | Yasuhiro Matsumoto |
| 2016-09-27 | cmd/asm: fix parsing of the s390x VLE{G,F,H,B} instructions | Michael Munday |
| 2016-09-27 | cmd/asm: add s390x instructions BLTU and BLEU | Michael Munday |
| 2016-09-27 | cmd/asm, cmd/internal/obj/s390x: improve add/multiply-immediate codegen | Michael Munday |
| 2016-09-19 | cmd/compile: intrinsify Ctz{32,64} and Bswap{32,64} on s390x | Michael Munday |
| 2016-09-19 | cmd/asm, cmd/internal/obj/ppc64: add ppc64 vector registers and instructions | Carlos Eduardo Seo |
| 2016-09-17 | cmd/internal/obj: replace AGLOBL with (*Link).Globl | Matthew Dempsky |
| 2016-09-13 | cmd/asm: ppc64le support for ISEL for use by SSA | Lynn Boger |
| 2016-09-12 | cmd/asm, cmd/internal/obj/s390x: add new s390x instructions for SSA | Michael Munday |
| 2016-09-09 | cmd: use obj.GOOS, obj.GOARCH, etc | David Crawshaw |
| 2016-08-26 | cmd/internal/obj/s390x: add FIDBR and FIEBR instructions | Michael Munday |
| 2016-08-26 | cmd/internal/obj/s390x: add atomic operation instructions | Michael Munday |
| 2016-08-25 | cmd/{asm,compile/internal}: delete dead code | Dave Cheney |
| 2016-08-24 | cmd/asm, go/build: invoke cmd/asm only once per package | Josh Bleecher Snyder |
| 2016-08-16 | cmd/internal/obj: convert Aconv to a stringer | Michael Pratt |
| 2016-08-15 | [dev.ssa] cmd/compile, etc.: more ARM64 optimizations, and enable SSA by default | Cherry Zhang |
| 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-05-01 | cmd/asm/internal/asm/testdata: remove WORD $foo(SB) from mips64.s | Cherry Zhang |
| 2016-04-28 | cmd/compile: allow 64-bit multiplication with immediates on s390x | Michael Munday |
| 2016-04-15 | cmd: remove unnecessary type conversions | Matthew Dempsky |
| 2016-04-14 | cmd/internal/obj: remove use of package bio | Matthew Dempsky |
| 2016-04-14 | cmd/internal/obj: change Link.Flag_shared to bool | Matthew Dempsky |
| 2016-04-11 | cmd/internal/obj/s390x: add MULHD instruction | Michael Munday |
| 2016-04-09 | cmd: remove bio.BufReader and bio.BufWriter | Dave Cheney |
| 2016-04-07 | cmd: extract obj's Biobuf code into new bio package | Matthew Dempsky |
| 2016-04-07 | cmd: add new common architecture representation | Matthew Dempsky |
| 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/compile: convert data siz to int | Josh Bleecher Snyder |
| 2016-03-14 | cmd/internal/obj, cmd/asm: get rid of obj.ADATA | Matthew Dempsky |
| 2016-03-14 | cmd/all: stop generating ADATA Progs | Josh Bleecher Snyder |
| 2016-03-08 | cmd/internal/obj: add As type for assembly opcodes | Matthew Dempsky |
| 2016-03-01 | all: make copyright headers consistent with one space after period | Brad Fitzpatrick |
| 2016-02-29 | [dev.ssa] Merge remote-tracking branch 'origin/master' into ssamerge | Keith Randall |
| 2016-02-25 | cmd/asm: fix EOF message on operand parsing errors. | Tal Shprecher |
| 2016-02-24 | cmd/compile: don't free the Prog list if we look at it after flush | Keith Randall |
| 2016-02-24 | all: fix typos and spelling | Martin Möhrmann |
| 2016-02-23 | [dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranch | Keith Randall |
| 2016-02-19 | cmd/asm: remove support for amd64 3DNow! instructions | Russ Cox |
| 2016-02-10 | [dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranch | Keith Randall |