| Age | Commit message (Expand) | Author |
| 2018-02-06 | cmd/internal/obj/arm64: fix assemble add/adds/sub/subs/cmp/cmn(extended regis... | fanzha02 |
| 2018-01-23 | cmd/internal/obj/arm64: fix assemble VLD1/VST1 bug | fanzha02 |
| 2017-12-21 | cmd/internal/obj/arm: fix wrong encoding of NMULAF/NMULAD/NMULSF/NMULSD | Ben Shi |
| 2017-11-30 | compiler,linker: support for DWARF inlined instances | Than McIntosh |
| 2017-11-21 | cmd/internal/obj/x86: fix /is4 encoding for VBLEND | isharipo |
| 2017-11-21 | bytes: add optimized countByte for arm64 | Wei Xiao |
| 2017-11-21 | cmd/internal/obj/arm64: fix assemble msr/mrs bug | fanzha02 |
| 2017-11-20 | cmd/internal/obj/arm64: fix assemble hlt/hvc/smc/brk/clrex bug | fanzha02 |
| 2017-11-17 | cmd/internal/obj/x86: add AVX2 gather and VSIB | isharipo |
| 2017-11-13 | cmd/compile: record original and absolute file names for line directives | griesemer |
| 2017-11-06 | runtime: improve IndexByte for ppc64x | Carlos Eduardo Seo |
| 2017-11-03 | cmd/internal/obj/x86: add most missing AVX1/2 insts | isharipo |
| 2017-11-03 | cmd/internal/obj/arm: add BFC/BFI to arm's assembler | Ben Shi |
| 2017-11-02 | cmd/internal/obj/x86: add ADX extension | Ilya Tocar |
| 2017-10-30 | cmd/asm, cmd/internal/obj/s390x, math: add "test under mask" instructions | Michael Munday |
| 2017-10-30 | cmd/asm, cmd/compile: optimize math.Abs and math.Copysign on s390x | Michael Munday |
| 2017-10-30 | cmd/compile,cmd/internal/obj/ppc64: make math.Abs,math.Copysign instrinsics o... | Lynn Boger |
| 2017-10-23 | cmd/internal/obj/arm64: handle global address in LDP/STP | Cherry Zhang |
| 2017-10-17 | cmd/internal/obj/arm: better solution of .S/.P/.U/.W suffix check | Ben Shi |
| 2017-10-16 | cmd/asm: reject STREX with same source and destination register on ARM | Cherry Zhang |
| 2017-10-13 | cmd/asm: refine Go assembly for ARM64 | Wei Xiao |
| 2017-10-10 | cmd/asm, cmd/internal/obj/ppc64: Fix Data Cache instructions for ppc64x | Carlos Eduardo Seo |
| 2017-10-06 | cmd/asm, cmd/cgo, cmd/compile, cmd/cover, cmd/link: use standard -V output | Russ Cox |
| 2017-10-06 | cmd/asm: add amd64 EXTRACTPS instruction | isharipo |
| 2017-10-05 | cmd/internal/obj/arm: support more ARMv6 instructions | Ben Shi |
| 2017-09-18 | cmd/internal/obj/x86: add ADDSUBPS/PD | Damien Lespiau |
| 2017-09-15 | cmd/internal/obj: change Prog.From3 to RestArgs ([]Addr) | isharipo |
| 2017-09-14 | cmd/compile,math: improve int<->float conversions on ppc64x | Lynn Boger |
| 2017-09-11 | cmd/internal/obj/arm: support more ARM VFP instructions | Ben Shi |
| 2017-09-06 | cmd/internal/obj/x86: add some more AVX2 instructions | Agniva De Sarker |
| 2017-09-06 | cmd/asm: add most SSE4 missing instructions | isharipo |
| 2017-09-06 | cmd/asm: add amd64 PALIGNR instruction | isharipo |
| 2017-09-06 | cmd/asm: add amd64 CLFLUSH instruction | isharipo |
| 2017-09-06 | cmd/asm: add amd64 PAB{SB,SD,SW}, PMADDUBSW, PMULHRSW, PSIG{NB,ND,NW} | isharipo |
| 2017-08-31 | cmd/internal/obj/arm: support more ARM VFP instructions | Ben Shi |
| 2017-08-29 | cmd/asm, cmd/internal/obj/ppc64: add ISA 3.0 instructions | Carlos Eduardo Seo |
| 2017-08-28 | all: remove some unused result params | Daniel Martà |
| 2017-08-26 | all: remove some double spaces from comments | Daniel Martà |
| 2017-08-25 | cmd/internal/obj/arm64: fix assemble fcsels/fcseld bug | fanzha02 |
| 2017-08-23 | cmd/internal/obj/arm64: fix assemble fcmp/fcmpe bug | fanzha02 |
| 2017-08-22 | cmd/internal/obj/arm64: fix assemble movk bug | fanzha02 |
| 2017-08-21 | cmd/internal/obj/arm: support BFX/BFXU instructions | Ben Shi |
| 2017-08-18 | cmd/asm: uncomment tests for amd64 PHADD{SW,W}, PHSUB{D,SW,W} | isharipo |
| 2017-08-18 | cmd/internal/obj/arm: support new arm instructions | Ben Shi |
| 2017-08-17 | cmd/asm: uncomment tests for PCMPESTRI, PHMINPOSUW | isharipo |
| 2017-08-15 | cmd/internal/obj/arm64: fix assemble stxr/stxrw/stxrb/stxrh bug | fanzha02 |
| 2017-06-30 | cmd/internal/obj/arm: check illegal base registers in ARM instructions | Ben Shi |
| 2017-06-30 | cmd/internal/obj/arm64: fix assemble LDXP bug | fanzha02 |
| 2017-06-23 | cmd/internal/obj/arm: fix wrong encoding of MULBB | Ben Shi |
| 2017-06-23 | cmd/internal/obj/arm: fix setting U bit in shifted register offset of MOVBS | Ben Shi |