| Age | Commit message (Expand) | Author |
| 2018-08-24 | cmd/internal/obj: support more arm64 FP instructions | Ben Shi |
| 2018-08-20 | cmd/internal/obj/arm64: add SWPALD/SWPALW/SWPALH/SWPALB | Ben Shi |
| 2018-06-21 | cmd/compile: improve atomic add intrinsics with ARMv8.1 new instruction | Wei Xiao |
| 2018-05-03 | cmd/internal/obj/arm64: add more atomic instructions | Ben Shi |
| 2018-04-30 | cmd/asm: add vector instructions for ChaCha20Poly1305 on ARM64 | Balaram Makam |
| 2018-04-28 | cmd/internal/obj/arm64: reorder the assembler's optab entries | fanzha02 |
| 2018-04-26 | cmd/asm: add VSRI instruction on ARM64 | Balaram Makam |
| 2018-04-19 | cmd/asm: add rev64 instruction on ARM64 | Fangming.Fang |
| 2018-04-13 | cmd/internal/obj/arm64: fix the bug of incorrect handling negative offset of ... | fanzha02 |
| 2018-04-11 | cmd/internal/obj/arm64: support SWPD/SWPW/SWPH/SWPB | Ben Shi |
| 2018-04-09 | cmd/internal/obj/arm64: add assembler support for load with register offset | fanzha02 |
| 2018-04-04 | go/printer, gofmt: tuned table alignment for better results | Robert Griesemer |
| 2018-04-03 | cmd/asm: add essential instructions for AES-GCM on ARM64 | Fangming.Fang |
| 2018-03-27 | cmd/internal/obj/arm64: add LDPW/LDPSW/STPW to arm64 assembler | Ben Shi |
| 2018-03-14 | runtime: improve arm64 memclr implementation | Balaram Makam |
| 2018-03-02 | cmd/compile: add DWARF register mappings for ARM64. | Than McIntosh |
| 2018-02-22 | cmd/asm: add arm64 instructions for math optimization | erifan01 |
| 2018-02-15 | cmd/compile: arm64 intrinsics for math/bits.OnesCount | Balaram Makam |
| 2018-02-14 | cmd/asm: add PRFM instruction on ARM64 | fanzha02 |
| 2017-11-21 | bytes: add optimized countByte for arm64 | Wei Xiao |
| 2017-10-13 | cmd/asm: refine Go assembly for ARM64 | Wei Xiao |
| 2017-10-05 | cmd/internal/obj/arm64: fix handling of unaligned offset between 256 and 504 | Cherry Zhang |
| 2017-08-25 | cmd/compile: memory clearing optimization for arm64 | Wei Xiao |
| 2017-05-09 | cmd/internal/obj/arm64, cmd/compile: improve offset folding on ARM64 | Cherry Zhang |
| 2017-04-06 | cmd/internal/obj/arm64: fix encoding of AND MBCON | Cherry Zhang |
| 2016-08-30 | cmd/compile, runtime, etc: get rid of constant FP registers | Cherry Zhang |
| 2016-08-15 | [dev.ssa] cmd/compile, etc.: more ARM64 optimizations, and enable SSA by default | Cherry Zhang |
| 2016-08-10 | [dev.ssa] cmd/internal/obj/arm64: fix encoding constant into some instructions | Cherry Zhang |
| 2016-03-02 | all: single space after period. | Brad Fitzpatrick |
| 2016-01-24 | cmd/asm: simplify golden test maintenance | Russ Cox |
| 2015-11-15 | cmd/internal/obj, cmd/link: access global data via a GOT in -dynlink mode on ... | Michael Hudson-Doyle |
| 2015-10-28 | cmd/internal/obj, cmd/link: support inital-exec TLS on arm64 | Michael Hudson-Doyle |
| 2015-10-28 | cmd/internal/obj, cmd/link, runtime: native-ish support for tls on arm64 | Michael Hudson-Doyle |
| 2015-08-31 | internal/obj/arm64: remove CASE and BCASE | Dave Cheney |
| 2015-07-13 | cmd/internal/obj: rename *.out.go to a.out.go | Rob Pike |