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
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-11-15
cmd/internal/obj: use testenv.Command instead of exec.Command in tests
Bryan C. Mills
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-10-05
cmd/internal/obj/arm64: add missing operand register in GNU assembly
shaoliming
2022-10-05
cmd/compile: add late lower pass for last rules to run
eric fang
2022-09-30
all: omit comparison bool constant to simplify code
cui fliter
2022-09-20
all: replace package ioutil with os and io in src
Andy Pan
2022-09-20
cmd/compile: Add some CMP and CMN optimization rules on arm64
eric fang
2022-08-31
cmd/internal/obj/arm64: allow transition from $0 to ZR for MSR
eric fang
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-29
cmd/internal/obj/arm64: save LR and SP in one instruction for small frames
Cherry Mui
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
all: gofmt main repo
Russ Cox
2022-04-11
cmd/asm: fix MOVK when constant has high bit set
Keith Randall
2022-04-01
all: fix various doc comment formatting nits
Russ Cox
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-03-09
cmd/internal/obj/arm64: optimize function prologue/epilogue with STP/LDP
eric fang
2022-03-08
cmd/internal/obj/arm64: optimize stacksplit prologue for small stack
eric fang
2022-01-17
cmd/internal/obj/arm64: adjust rule for VMOVQ instruction
eric fang
2021-11-05
cmd/{asm,compile,internal/obj}: add "maymorestack" support
Austin Clements
2021-10-26
cmd/internal/obj/arm64: add a restriction on move constant instructions
fanzha02
2021-09-30
cmd/asm: add error check for move constant instructions on arm64
fanzha02
2021-09-20
cmd/compile: allow rotates to be merged with logical ops on arm64
Keith Randall
2021-09-09
cmd/internal/obj/arm64: add checks for incorrect use of REGTMP register
fanzha02
2021-09-07
cmd/compile: add prefetch intrinsic support
Ruslan Andreev
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-30
[dev.typeparams] all: merge master (4711bf3) into dev.typeparams
Matthew Dempsky
2021-06-29
cmd/internal/obj/arm64: fix an encoding error of CMPW instruction
eric fang
2021-06-02
[dev.typeparams] runtime: mark assembly functions called directly from compil...
Cherry Mui
2021-05-26
[dev.typeparams] cmd/compile: add morestack arg spilling code on ARM64
Cherry Mui
2021-05-26
[dev.typeparams] cmd/internal/obj/arm64: use ABI-compatible registers in func...
Cherry Mui
2021-05-14
cmd/internal/obj/arm64: disable AL and NV for some condition operation instru...
eric fang
[next]