summaryrefslogtreecommitdiff
path: root/src/runtime/sys_windows_arm64.s
Commit message (Expand)AuthorAgeFilesLines
* runtime: on windows, read nanotime with one instruction or issue barrierJason A. Donenfeld2021-11-031-9/+1
* [dev.typeparams] runtime: use ABIInternal callbackWrap in callbackasm1 on ARM64Cherry Mui2021-06-031-1/+1
* [dev.typeparams] runtime: use ABI0 handler addresses on Windows/ARM64Cherry Mui2021-05-211-3/+3
* [dev.typeparams] runtime: use internal/abi.FuncPCABI0 to take address of asse...Cherry Mui2021-05-211-5/+5
* runtime: abort when receiving a signal on a non-Go thread on WindowsMichael Anthony Knyszek2021-05-041-1/+3
* runtime: move Windows time.now implementations into separate filesIan Lance Taylor2021-04-281-56/+0
* runtime: consolidate Windows time constants into single copyIan Lance Taylor2021-04-281-10/+1
* runtime: fix windows/arm64 callbackasm1 for frame pointer hackRuss Cox2021-04-231-9/+14
* runtime: eliminate externalthreadhandlerAustin Clements2021-04-131-60/+0
* runtime: use newm for profileloopAustin Clements2021-04-131-4/+0
* runtime: use compileCallback for ctrlhandlerAustin Clements2021-04-131-4/+0
* runtime: replace outdated documentation link in Windows' nanotimePaschalis Tsilias2021-04-121-1/+3
* runtime: fix bogus NtCurrentTeb()->TlsSlots[n] calculation on windows/arm64Jason A. Donenfeld2021-03-221-3/+3
* runtime: mark Windows' address-taken asm routines as ABIInternalMichael Anthony Knyszek2021-03-191-13/+13
* runtime: convert windows/arm64 assemblyRuss Cox2021-02-191-408/+399
* runtime: initial windows/arm64 implementation filesRuss Cox2021-02-191-0/+588