| Age | Commit message (Expand) | Author |
| 2017-06-13 | cmd/internal/obj/arm: fix MOVW to/from FPSR | Ben Shi |
| 2017-06-09 | cmd/internal/obj/arm: fix encoding of move register/immediate to CPSR | Ben Shi |
| 2017-06-05 | cmd/internal/obj/arm: fix constant decomposition | Ben Shi |
| 2017-05-25 | cmd/asm/internal/asm: fix a bug in ARM assembly encoding test | Ben Shi |
| 2017-05-25 | cmd/internal/obj/arm: fix illegal forms of ARM VFP instruction | Ben Shi |
| 2017-05-22 | cmd/internal/obj/arm: report invalid .S/.P/.W suffix in ARM instructions | Ben Shi |
| 2017-05-18 | cmd/internal/obj/arm: remove illegal form of the SWI instruction | Ben Shi |
| 2017-05-16 | cmd/internal/obj/mips: add support of LLV, SCV, NOOP instructions | Cherry Zhang |
| 2017-05-09 | cmd/internal/obj/arm64, cmd/compile: improve offset folding on ARM64 | Cherry Zhang |
| 2017-05-07 | cmd/asm: enable MOVSD in the encoding end-to-end test | Damien Lespiau |
| 2017-05-06 | cmd/asm: fix operand order of ARM's MULA instruction | Ben Shi |
| 2017-05-02 | cmd/{asm,compile}: avoid zeroAuto clobbering flags on s390x | Michael Munday |
| 2017-05-01 | cmd/internal/obj/x86: fix ANDPS encoding | Damien Lespiau |
| 2017-05-01 | cmd/asm: enable CMPPS, CMPPD, CMPSS and CMPSD encoding tests | Damien Lespiau |
| 2017-04-27 | cmd/internal/obj/arm64: fix encoding of condition | Wei Xiao |
| 2017-04-26 | cmd/internal/obj/x86: fix adcb r/mem8,reg8 encoding | Damien Lespiau |
| 2017-04-25 | cmd: fix the order that s390x operands are printed in | Michael Munday |
| 2017-04-20 | cmd/internal/obj: eliminate LSym.Version | Josh Bleecher Snyder |
| 2017-04-20 | cmd/compile: add rotates to PPC64.rules | Lynn Boger |
| 2017-04-19 | cmd/internal/objabi: extract shared functionality from obj | Matthew Dempsky |
| 2017-04-18 | cmd/internal/obj: un-embed FuncInfo field in LSym | Matthew Dempsky |
| 2017-04-17 | cmd/asm: detect invalid DS form offsets for ppc64x | Lynn Boger |
| 2017-04-17 | cmd/asm, cmd/internal/obj/s390x, math: add LGDR and LDGR instructions | Michael Munday |
| 2017-04-12 | cmd/compile: move Text.From.Sym initialization earlier | Josh Bleecher Snyder |
| 2017-04-12 | cmd/internal/obj: stop storing Text flags in From3 | Josh Bleecher Snyder |
| 2017-04-11 | runtime: use hardware divider to improve performance | Ben Shi |
| 2017-04-11 | cmd/internal/obj: refactor ATEXT symbol initialization | Josh Bleecher Snyder |
| 2017-04-07 | cmd/internal/obj: eagerly initialize assemblers | Josh Bleecher Snyder |
| 2017-04-06 | cmd/internal/obj: remove Linklookup | Josh Bleecher Snyder |
| 2017-04-06 | cmd/internal/obj/arm64: fix encoding of AND MBCON | Cherry Zhang |
| 2017-04-06 | cmd/compile: add Prog cache to Progs | Josh Bleecher Snyder |
| 2017-03-31 | cmd/asm/internal/arch: use generic obj.Rconv function everywhere | Dave Cheney |
| 2017-03-30 | cmd/internal/obj/arm: support more ARMv5/ARMv6/ARMv7 instructions | Ben Shi |
| 2017-03-27 | cmd/asm: add support to shift operands on arm64 | wei xiao |
| 2017-03-25 | cmd/internal/obj: eagerly initialize x86 assembler | Josh Bleecher Snyder |
| 2017-03-24 | cmd/asm: fix TBZ/TBNZ instructions on arm64 | wei xiao |
| 2017-03-23 | cmd/internal/obj/arm: Fix wrong assembly in the arm assembler | Ben Shi |
| 2017-03-20 | cmd/internal/obj: convert Debug* Link fields into bools | Josh Bleecher Snyder |
| 2017-03-01 | cmd/compile, cmd/asm: remove Link.Plists | Heschi Kreinick |
| 2017-02-10 | cmd/{asm,internal/obj/s390x}, math: remove emulated float instructions | Michael Munday |
| 2017-02-09 | cmd/asm, cmd/internal/obj/ppc64: Add ISA 2.05, 2.06 and 2.07 instructions. | Carlos Eduardo Seo |
| 2017-02-01 | cmd/asm, cmd/internal/obj/s390x: fix encoding of VREPI{H,F,G} | Michael Munday |
| 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-28 | cmd/asm: fix parsing of the s390x instructions VSTE{G,F,H,B} | Michael Munday |
| 2016-11-17 | cmd/asm/internal/asm: fix copy/paste errors in comment | Michael Munday |
| 2016-11-08 | cmd/asm: add support for GOARCH=mips{,le} | Vladimir Stefanovic |
| 2016-11-08 | cmd/internal/obj/mips: add support for GOARCH=mips{,le} | Vladimir Stefanovic |