| Age | Commit message (Expand) | Author |
| 2018-04-09 | cmd/internal/obj/arm64: add assembler support for load with register offset | fanzha02 |
| 2018-04-06 | cmd/asm/internal/arch: unexport ParseARM64Suffix | Tobias Klauser |
| 2018-04-06 | cmd: some semi-automated cleanups | Daniel Martí |
| 2018-04-03 | cmd/asm, math: add s390x floating point test instructions | Michael Munday |
| 2018-04-03 | cmd/asm: add essential instructions for AES-GCM on ARM64 | Fangming.Fang |
| 2018-04-02 | cmd: remove some unused parameters | Daniel Martí |
| 2018-03-27 | cmd/internal/obj/arm: add DMB instruction | Yuval Pavel Zholkover |
| 2018-03-27 | cmd/internal/obj/arm64: add LDPW/LDPSW/STPW to arm64 assembler | Ben Shi |
| 2018-03-21 | runtime,sync/atomic: replace asm BYTEs with insts for x86 | isharipo |
| 2018-03-20 | cmd/asm: fix bug about VMOV instruction (move a vector element to another) on... | Fangming.Fang |
| 2018-03-20 | cmd/asm: fix bug about VMOV instruction (move register to vector element) on ... | Fangming.Fang |
| 2018-03-19 | cmd/asm: add ARM64 assembler check for incorrect input | fanzha02 |
| 2018-03-14 | runtime: improve arm64 memclr implementation | Balaram Makam |
| 2018-03-14 | cmd/asm: move manual tests out of generated file | Daniel Martí |
| 2018-03-13 | cmd/asm: VPERMQ's imm8 arg is an uint8 | Daniel Martí |
| 2018-03-13 | cmd/internal/obj/ppc64: implement full operand support for l*arx instructions | Carlos Eduardo Seo |
| 2018-03-13 | cmd/internal/obj/arm64: support logical instructions targeting RSP | Cherry Zhang |
| 2018-03-12 | cmd/asm: fix ARM64 vector register arrangement encoding bug | fanzha02 |
| 2018-03-08 | cmd/asm, cmd/internal/obj/ppc64: avoid unnecessary load zeros | Lynn Boger |
| 2018-03-01 | cmd/asm: fix assembling return jump | Cherry Zhang |
| 2018-02-28 | cmd/asm: enable several arm64 load & store instructions | erifan01 |
| 2018-02-27 | cmd/internal/obj/x86: add missing legacy insts | isharipo |
| 2018-02-26 | cmd: avoid unnecessary type conversions | Kunpei Sakai |
| 2018-02-26 | cmd/compile: track line directives w/ column information | Robert Griesemer |
| 2018-02-22 | cmd/asm: add arm64 instructions for math optimization | erifan01 |
| 2018-02-20 | all: fix misspellings | Shawn Smith |
| 2018-02-15 | cmd/compile: arm64 intrinsics for math/bits.OnesCount | Balaram Makam |
| 2018-02-15 | cmd/asm, cmd/internal/obj/ppc64: add Immediate Shifted opcodes for ppc64x | Carlos Eduardo Seo |
| 2018-02-14 | cmd/asm: add PRFM instruction on ARM64 | fanzha02 |
| 2018-02-14 | cmd/internal/obj/mips: support NEG, avoid crash with illegal instruction | Cherry Zhang |
| 2018-02-13 | cmd/internal/obj/mips: fix use of R28 on 32-bit MIPS | Cherry Zhang |
| 2018-02-13 | cmd/asm: fix crash on bad symbol for TEXT | Rob Pike |
| 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 |