| Age | Commit message (Expand) | Author |
| 2019-12-24 | cmd/internal/obj/riscv: handle FEQ/FNEG/SEQZ/SNEZ | Joel Sing |
| 2019-12-24 | cmd/internal/obj/riscv: handle call, jmp and branch | Joel Sing |
| 2019-11-11 | [dev.link] cmd/compile, cmd/asm: delete old object file format support | Cherry Zhang |
| 2019-11-11 | [dev.link] cmd: reenable newobj mode by default | Cherry Zhang |
| 2019-11-08 | Merge "cmd: merge branch 'dev.link' into master" | Gerrit Code Review |
| 2019-11-06 | cmd/asm: add encode tests for MIPS64x | Meng Zhuo |
| 2019-11-05 | cmd: merge branch 'dev.link' into master | Cherry Zhang |
| 2019-11-05 | [dev.link] cmd: default to old object file format | Cherry Zhang |
| 2019-11-04 | cmd/internal/obj/s390x: add support of SPM instruction | Cherry Zhang |
| 2019-11-04 | cmd/asm/internal/asm/testdata/s390x: add test cases for some assembly instruc... | Ruixin(Peter) Bao |
| 2019-11-04 | cmd/internal/obj/ppc64: add support for DQ-form instructions | Carlos Eduardo Seo |
| 2019-11-01 | [dev.link] all: merge branch 'master' into dev.link | Than McIntosh |
| 2019-10-29 | cmd/internal/obj/mips: fix encoding of FCR registers | Cherry Zhang |
| 2019-10-18 | [dev.link] all: merge branch 'master' into dev.link | Cherry Zhang |
| 2019-10-18 | cmd/internal/obj/arm64: add support of NOOP instruction | diaxu01 |
| 2019-10-17 | cmd/asm: add missing x86 instructions | Artem Alekseev |
| 2019-10-17 | cmd/asm/internal/arch: delete unused s390x functions | Michael Munday |
| 2019-10-16 | [dev.link] cmd: default to new object files | Cherry Zhang |
| 2019-10-15 | cmd/internal/obj/riscv: implement MOV pseudo-instructions | Joel Sing |
| 2019-10-11 | [dev.link] all: merge branch 'master' into dev.link | Cherry Zhang |
| 2019-10-10 | all: remove nacl (part 3, more amd64p32) | Brad Fitzpatrick |
| 2019-10-09 | cmd/asm: add s390x branch-on-count instructions | Michael Munday |
| 2019-10-09 | cmd/asm: fix element size encoding for VSUMQ instruction on s390x | Michael Munday |
| 2019-10-08 | cmd/internal/obj/arm64: add error checking for system registers. | diaxu01 |
| 2019-10-04 | [dev.link] all: merge branch 'master' into dev.link | Cherry Zhang |
| 2019-10-03 | cmd/asm: add VLD[1-4]R vector instructions on arm64 | Meng Zhuo |
| 2019-10-02 | [dev.link] cmd/compile, cmd/asm: assign index to symbols | Cherry Zhang |
| 2019-10-01 | [dev.link] cmd/compile, cmd/asm: use bio.Writer for object file writing | Cherry Zhang |
| 2019-09-26 | cmd/internal/obj/riscv: require memory targets for load and store instructions | Joel Sing |
| 2019-09-26 | cmd/internal/obj/riscv: implement control transfer instructions | Joel Sing |
| 2019-09-26 | cmd/internal/obj/riscv: implement AUIPC and LUI instructions | Joel Sing |
| 2019-09-25 | cmd/asm: add masked branch and conditional load instructions to s390x | Michael Munday |
| 2019-09-25 | cmd/internal/obj/riscv: implement floating point instructions | Joel Sing |
| 2019-09-24 | cmd/internal/obj/riscv: implement RV64I integer computational instructions | Joel Sing |
| 2019-09-24 | cmd/internal/obj/riscv: add environment call/breakpoint and base counter/time... | Joel Sing |
| 2019-09-20 | cmd/internal/obj/riscv: add load, store and multiplication instructions | Joel Sing |
| 2019-09-18 | cmd/asm,cmd/compile: clean up isel codegen on ppc64x | Lynn Boger |
| 2019-09-17 | cmd/asm,cmd/internal/obj/riscv: implement integer computational instructions | Joel Sing |
| 2019-09-13 | cmd/compile: add math/bits.Mul64 intrinsic on s390x | Ruixin Bao |
| 2019-09-12 | cmd/asm,cmd/internal/obj: initial support for riscv64 assembler | Joel Sing |
| 2019-09-12 | cmd/internal/obj/s390x: use 12 bit load and store instruction when possible o... | Ruixin Bao |
| 2019-09-11 | cmd/compile/internal/s390x: replace 4-byte NOP with a 2-byte NOP on s390x | Ruixin(Peter) Bao |
| 2019-09-07 | cmd/asm/internal/arch: consolidate LinkArch handling | Joel Sing |
| 2019-08-29 | cmd/internal/obj/ppc64: add support for vmrgow,vmrgew | Lynn Boger |
| 2019-08-28 | cmd/asm: add V[LD|ST][2-4] vector instructions on arm64 | Meng Zhuo |
| 2019-08-28 | cmd/internal/obj/arm64: add support for most system registers | fanzha02 |
| 2019-05-09 | cmd/asm: accept TEXT f+0(SB) in -gensymabis mode | Russ Cox |
| 2019-05-06 | cmd/internal/obj: write package path at compile time if possible | Cherry Zhang |
| 2019-05-03 | cmd/compile: add math/bits.{Add,Sub}64 intrinsics on s390x | Michael Munday |
| 2019-04-30 | cmd/asm: reject BSWAPW on amd64 | Iskander Sharipov |