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-07-27
cmd/asm: add the fifth argument of the instruction to Optab on arm64
erifan01
2023-07-26
cmd/internal/obj/arm64: factor out splitting of 24 bit unsigned scaled immedi...
Joel Sing
2023-07-26
cmd/internal/obj/arm64: simplify buildop
Joel Sing
2023-07-24
cmd/asm: Fix encoding error of register offset shifted by 0 on arm64
eric fang
2023-06-15
cmd/asm: fix encoding errors for FMOVD and FMOVS instructions on arm64
eric fang
2023-05-22
cmd/asm: encode instructions like SHA1SU0 with a separate case for arm64
Ruinan
2023-05-18
cmd/asm: remove unsupported opcodes MOVNP and STLP for arm64
erifan01
2023-04-28
cmd/internal/obj/arm64: pass obj.As to oaddi rather than an instruction
Joel Sing
2023-04-28
cmd/internal/obj/arm64: use appropriate return type for regoff
Joel Sing
2023-04-11
cmd/internal/obj/arm64: improve comment and signature of pcAlignPadLength
WANG Xuerui
2023-04-05
cmd/internal/obj/arm64: use more appropriate types for olsr9s/olsr12u
Joel Sing
2023-04-05
cmd/internal/obj/arm64: use more appropriate types for opldpstp
Joel Sing
2023-04-05
cmd/internal/obj/arm64: use more appropriate types for opbfm and opextr
Joel Sing
2023-02-28
cmd/asm: remove the incorrect check of LDADDx-like instructions
fanzha02
2023-02-28
all: fix typos
pgxiaolianzi
2023-02-24
cmd/internal/obj/arm64: factor out code generation for addition of 12 bit imm...
Joel Sing
2023-02-23
cmd/internal/obj/arm64: use more appropriate types for olsr12u
Joel Sing
2023-02-23
cmd/internal/obj/arm64: invert SP check
Joel Sing
2023-02-23
cmd/internal/obj/arm64: use obj.REG_NONE where appropriate
Joel Sing
2023-02-23
cmd/internal/obj/arm64: remove bogus omovlit return value check
Joel Sing
2023-02-23
cmd/internal/obj/arm64: remove spurious assignments with OR
Joel Sing
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
[prev]
[next]