aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/asm_arm64.s
AgeCommit message (Expand)Author
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
2021-02-05[dev.regabi] runtime: delete gosave functionCherry Zhang
2020-10-28runtime: save/restore g unconditionally on darwin/arm64Cherry Zhang
2020-10-28runtime: set up TLS without cgo on darwin/arm64Cherry Zhang
2020-10-26runtime,cmd/cgo: simplify C -> Go call pathAustin Clements
2020-10-05runtime: clean up runtime.call* frame sizes on ARM64Austin Clements
2020-10-05runtime: define and use call16 everywhereAustin Clements
2020-03-03runtime: use CBZ/CBNZ in linux/arm64 assembly codeXiangdong Ji
2019-08-30runtime: use all 64 bits of hash seed on arm64Keith Randall
2019-08-29runtime: switch default order of hashing algorithmsKeith Randall
2019-04-20runtime: move linux specific code into linux specific filesMaya Rashish
2019-04-15cmd/link, runtime: mark goexit as the top of the call stackMichael Munday
2019-03-18cmd/compile,runtime: provide index information on bounds check failureKeith Randall
2018-11-17runtime: don't use thread local storage before it is set up on iOSElias Naur
2018-11-13cmd,runtime: enable race detector on arm64Fangming.Fang
2018-11-12runtime, reflect: access runtime.reflectcall directlyAustin Clements
2018-08-29build: support frame-pointer for arm64Zheng Xu
2018-06-12runtime: use libc for signal functions on iOSElias Naur
2018-05-21cmd/link,runtime: move syscalls to libc on iOSElias Naur
2018-04-30cmd/compile: intrinsify runtime.getcallerpc on arm64Wei Xiao
2018-04-04runtime: implement aeshash for arm64 platformMeng Zhuo
2018-03-09runtime: fix abort handling on arm64Austin Clements
2018-03-08runtime: make throw safer to callAustin Clements
2018-03-04internal/bytealg: move compare functions to bytealgKeith Randall
2018-03-03internal/bytealg: move equal functions to bytealgKeith Randall
2018-03-02internal/bytealg: move IndexByte asssembly to the new bytealg packageKeith Randall
2018-02-13runtime: buffered write barrier for arm64Austin Clements
2018-02-12runtime: use NOFRAME on arm64Austin Clements
2018-02-12runtime: fix silly frame sizes on arm and arm64Austin Clements
2017-11-15runtime: IndexByte and memclr perf improvements on arm64wei xiao
2017-10-30runtime: make systemstack tail call if already switchedAustin Clements
2017-10-29runtime: remove write barriers from newstack, gogoAustin Clements
2017-10-25bytes: add optimized Equal for arm64Wei Xiao
2017-10-17reflect: optimize CALLFN wrapper for arm64Wei Xiao
2017-09-22runtime: remove getcallerpc argumentAustin Clements
2017-08-22cmd/compile: replace eqstring with memequalMartin Möhrmann
2017-08-11runtime, cmd/compile: add intrinsic getclosureptrCholerae Hu
2017-08-08runtime: remove unused prefetch functionsMartin Möhrmann
2017-03-07cmd/compile, runtime: simplify multiway select implementationMatthew Dempsky
2017-02-14runtime: remove stack barriersAustin Clements
2017-02-10runtime: implement fastrand in goSokolov Yura
2016-10-28runtime: add deletion barriers on gobuf.ctxtAustin Clements