index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
internal
/
obj
/
arm64
/
doc.go
Age
Commit message (
Expand
)
Author
2023-08-07
arm64: replace "PCALGIN with PCALIGN" in package documentation
adetunjii
2023-07-18
all: fix typos
Jes Cok
2022-10-05
cmd/internal/obj/arm64: add missing operand register in GNU assembly
shaoliming
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-01
all: fix various doc comment formatting nits
Russ Cox
2022-01-17
cmd/internal/obj/arm64: adjust rule for VMOVQ instruction
eric fang
2021-10-26
cmd/internal/obj/arm64: add a restriction on move constant instructions
fanzha02
2020-09-25
cmd/asm: fix the issue of moving 128-bit integers to vector registers on arm64
fanzha02
2020-06-03
cmd/internal/obj/arm64: fix typos in document
fanzha02
2020-05-07
cmd/internal/obj/arm64: fix typos in document
fanzha02
2020-05-01
doc, cmd/internal/obj/arm64: update the directives in the doc
fanzha02
2019-11-25
cmd/internal/obj/arm64: add NOOP description in Go assembly syntax
diaxu01
2018-11-13
cmd/internal/obj/arm64: fix spelling in arm64 doc
Samuel Kelemen
2018-11-06
cmd/asm: rename R18 to R18_PLATFORM on ARM64
Cherry Zhang
2018-04-28
cmd/internal/obj/arm64: reorder the assembler's optab entries
fanzha02
2018-04-20
cmd/internal/obj/arm64: summarize the Go assembly syntax and the GNU syntax m...
fanzha02
2018-04-19
cmd/asm: add rev64 instruction on ARM64
Fangming.Fang
2018-04-11
cmd/internal/obj/arm64: add support for a series of load/store with register ...
fanzha02
2018-04-09
cmd/internal/obj/arm64: add assembler support for load with register offset
fanzha02
2018-04-03
cmd/asm: add essential instructions for AES-GCM on ARM64
Fangming.Fang
2018-02-28
cmd/asm: enable several arm64 load & store instructions
erifan01
2018-02-22
cmd/asm: add arm64 instructions for math optimization
erifan01
2018-02-20
all: fix misspellings
Shawn Smith
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