aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sys_windows_arm64.s
AgeCommit message (Expand)Author
2021-05-04runtime: abort when receiving a signal on a non-Go thread on WindowsMichael Anthony Knyszek
2021-04-28runtime: move Windows time.now implementations into separate filesIan Lance Taylor
2021-04-28runtime: consolidate Windows time constants into single copyIan Lance Taylor
2021-04-23runtime: fix windows/arm64 callbackasm1 for frame pointer hackRuss Cox
2021-04-13runtime: eliminate externalthreadhandlerAustin Clements
2021-04-13runtime: use newm for profileloopAustin Clements
2021-04-13runtime: use compileCallback for ctrlhandlerAustin Clements
2021-04-12runtime: replace outdated documentation link in Windows' nanotimePaschalis Tsilias
2021-03-22runtime: fix bogus NtCurrentTeb()->TlsSlots[n] calculation on windows/arm64Jason A. Donenfeld
2021-03-19runtime: mark Windows' address-taken asm routines as ABIInternalMichael Anthony Knyszek
2021-02-19runtime: convert windows/arm64 assemblyRuss Cox
2021-02-19runtime: initial windows/arm64 implementation filesRuss Cox