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
/
asm7.go
Age
Commit message (
Expand
)
Author
2023-01-20
all: fix typos in go file comments
Marcel Meyer
2023-01-09
all: fix typos in go file comments
Marcel Meyer
2022-11-18
all: add missing periods in comments
cui fliter
2022-11-18
cmd/internal/obj/arm64: tidy literal pool
eric fang
2022-11-18
cmd/internal/obj/arm64: mark branch instructions in optab
eric fang
2022-10-28
cmd/internal/obj/arm64: optimize ADRP+ADD+LD/ST to ADRP+LD/ST(offset)
eric fang
2022-10-27
cmd/internal/obj/arm64: remove AMOVBU from optab
erifan01
2022-09-30
all: omit comparison bool constant to simplify code
cui fliter
2022-08-29
cmd/compile/obj/arm64: fix encoding error of FMOVD/FMOVS $0|ZR
eric fang
2022-08-23
cmd/internal/obj/arm64: remove the transition from $0 to ZR
eric fang
2022-08-23
cmd/compile/internal/ssa: optimize memory moving on arm64
eric fang
2022-08-09
cmd/asm: add VTBX instruction on arm64
Nick Ripley
2022-06-28
cmd/internal/obj/arm64: fix BITCON constant printing error
eric fang
2022-05-23
cmd/internal/obj/arm64: fix encoding of ADR/ADRP instruction
Cherry Mui
2022-05-18
all: fix spelling
John Bampton
2022-05-13
cmd/compile: use jump table on ARM64
Cherry Mui
2022-04-11
cmd/asm: fix MOVK when constant has high bit set
Keith Randall
2022-04-01
cmd/asm: add DC instruction on arm64
erifan01
2022-04-01
cmd/asm: add TLBI instruction on arm64
erifan01
2022-04-01
cmd/asm: refactor some operands that are not special registers on arm64
erifan01
2022-04-01
cmd/internal/obj/arm64: fix encoding error for SYS instruction
eric fang
2022-03-15
cmd/internal/obj/arm64: add TRN1 and TRN2 instructions support
fanzha02
2022-03-15
cmd/internal/obj/arm64: refactor the handling of shifted RSP
eric fang
2022-01-17
cmd/internal/obj/arm64: adjust rule for VMOVQ instruction
eric fang
2021-09-30
cmd/asm: add error check for move constant instructions on arm64
fanzha02
2021-09-09
cmd/internal/obj/arm64: add checks for incorrect use of REGTMP register
fanzha02
2021-08-20
cmd/internal/obj/arm64: disable the pre and post index formats for pseudo reg...
eric fang
2021-08-18
cmd/internal/obj/arm64: don't use REGTMP when moving C_AACON2 to a register
eric fang
2021-08-18
cmd/internal/obj/arm64: fix the encoding error when operating with ZR
eric fang
2021-06-29
cmd/internal/obj/arm64: fix an encoding error of CMPW instruction
eric fang
2021-05-14
cmd/internal/obj/arm64: disable AL and NV for some condition operation instru...
eric fang
2021-04-30
cmd/internal/obj/arm64: fix the size of STP series instructions in optab
eric fang
2021-04-28
cmd/internal/obj/arm64: fix the wrong error message of out-of-range checking
eric fang
2021-04-22
cmd/internal/obj/arm64: fix the wrong ROR operator of some instructions
eric fang
2021-04-15
cmd/internal/obj/arm64: fix the wrong sp dst register of ADDS/SUBS instructions
eric fang
2021-03-23
cmd/internal/obj/arm64: fix constant pool size calculation error
eric fang
2021-03-19
cmd/asm: complete the support for VDUP on arm64
fanzha02
2021-03-12
cmd/internal/obj/arm64: add support for op(extended register) with RSP arguments
fanzha02
2021-03-04
cmd/internal/obj/arm64: remove unncessary class check in addpool
eric fang
2021-03-04
cmd/internal/obj/asm64: add support for moving BITCON to RSP
eric fang
2021-03-04
cmd/asm: add arm64 instructions VUMAX and VUMIN
eric fang
2021-03-04
cmd/asm: add 128-bit FLDPQ and FSTPQ instructions for arm64
eric fang
2021-01-23
cmd/internal/obj/arm64: fix VMOVQ instruction encoding error
eric fang
2020-11-04
cmd/asm: rename arm64 instructions LDANDx to LDCLRx
Jonathan Swinney
2020-10-29
cmd/internal/obj/arm64: add CASx/CASPx instructions
fanzha02
2020-10-29
cmd/asm: add several arm64 SIMD instructions
fanzha02
2020-10-29
cmd/asm: refactor some encoding functions for load/store with immediate offse...
fanzha02
2020-10-16
cmd/internal/obj: move LSym.Func into LSym.Extra
Russ Cox
2020-10-10
cmd/asm: Add SHA3 hardware instructions for ARM64
Meng Zhuo
2020-10-07
cmd/internal/obj/arm64: only emit R_CALLIND relocations on calls
Cherry Zhang
[next]