aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/asm_arm64.s
AgeCommit message (Expand)Author
2024-05-11runtime: add runtime.debugPinnerV1Alessandro Arzilli
2023-10-26runtime: print a stack trace at "morestack on g0"Cherry Mui
2023-06-14all: fix spelling errorsAlexander Yastrebov
2023-06-10runtime: fix typosJes Cok
2023-05-22runtime: rename getcallerfp to getfpFelix Geisendörfer
2023-05-17runtime/cgo: store M for C-created thread in pthread keyCherry Mui
2023-05-11Revert "runtime: rename getcallerfp to getfp"Michael Pratt
2023-05-11runtime: rename getcallerfp to getfpFelix Geisendörfer
2023-05-05Revert "runtime/cgo: store M for C-created thread in pthread key"Chressie Himpel
2023-04-26runtime/cgo: store M for C-created thread in pthread keyMichael Pratt
2023-04-21runtime: tidy _Stack* constant namingAustin Clements
2023-04-20Revert "runtime: tidy _Stack* constant naming"Austin Clements
2023-04-20runtime: tidy _Stack* constant namingAustin Clements
2023-04-20runtime: mix a bit more in arm64 hash functionKeith Randall
2023-04-17Revert "runtime/cgo: store M for C-created thread in pthread key"Michael Pratt
2023-04-03runtime/cgo: store M for C-created thread in pthread keydoujiang24
2023-03-31Revert "runtime/cgo: store M for C-created thread in pthread key"Cherry Mui
2023-03-30runtime/trace: enable frame pointer unwinding on amd64Felix Geisendörfer
2023-03-24runtime/cgo: store M for C-created thread in pthread keydoujiang24
2023-02-24cmd/compile: batch write barrier callsKeith Randall
2023-02-17cmd/compile: move raw writes out of write barrier codeKeith Randall
2023-02-17runtime: remove the restriction that write barrier ptrs come in pairsKeith Randall
2022-08-25runtime: mark morestack_noctxt SPWRITE on LR architecturesCherry Mui
2022-07-25runtime: fix runtime.Breakpoint() on windows/arm64qmuntal
2022-05-18all: fix spellingJohn Bampton
2022-05-04runtime: improve the annotation of debugCallV2 for arm64eric fang
2022-04-23runtime: support for debugger function calls on linux/arm64eric fang
2022-03-30runtime: unify C->Go ABI transitions on arm64eric fang
2022-03-18all: delete ARM64 non-register ABI fallback pathCherry Mui
2022-03-18all: delete regabireflect goexperimentCherry Mui
2021-10-29runtime: remove unnecessary argument stores for panicIndex etc. on ARM64Cherry Mui
2021-08-16runtime: make asmcgocall g0/gsignal checks consistentJoel Sing
2021-08-03[dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loopAustin Clements
2021-07-30[dev.typeparams] Revert "[dev.typeparams] runtime,cmd/compile,cmd/link: repla...Austin Clements
2021-07-30[dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loopAustin Clements
2021-06-08[dev.typeparams] cmd/compile, runtime: remove the siz argument of newproc/def...Cherry Mui
2021-06-03[dev.typeparams] runtime: call cgocallbackg indirectly on ARM64Cherry Mui
2021-06-03[dev.typeparams] runtime, internal/bytealg: port performance-critical functio...Cherry Mui
2021-06-02[dev.typeparams] runtime: update ABIInternal assembly with register ABI on ARM64Cherry Mui
2021-06-02[dev.typeparams] runtime: implement register ABI for reflectcall on ARM64Cherry Mui
2021-06-02[dev.typeparams] runtime: mark assembly functions called directly from compil...Cherry Mui
2021-04-21cmd/compile: allow conversion from slice to array ptrJosh Bleecher Snyder
2021-03-25cmd/compile: mark R16, R17 clobbered for non-standard calls on ARM64Cherry Zhang
2021-02-19runtime: fix spurious stack overflow detectionRuss Cox
2021-02-19runtime: convert windows/arm64 assemblyRuss Cox
2021-02-19runtime: use TOPFRAME to identify top-of-frame functionsRuss Cox
2021-02-19runtime: remove unnecessary writes to gp.sched.gRuss Cox
2021-02-19runtime: unify asmcgocall and systemstack traceback setupRuss Cox
2021-02-19runtime: clean up system calls during cgo callback initRuss Cox
2021-02-16[dev.regabi] reflect: support for register ABI on amd64 for reflect.(Value).CallMichael Anthony Knyszek