aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sys_windows_arm.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: add windows/arm64 cgo-linking codeRuss 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-29runtime: fix some typos徐志伟
2021-03-19runtime: mark Windows' address-taken asm routines as ABIInternalMichael Anthony Knyszek
2021-02-23runtime: fix usleep on windows/armRuss Cox
2021-02-23runtime: fix windows/arm signal handling assemblyRuss Cox
2021-02-19runtime: convert windows/arm64 assemblyRuss Cox
2021-02-19runtime: fix windows/arm externalthreadhandlerRuss Cox
2021-02-19runtime: fix time on windows/arm under WINERuss Cox
2021-02-19runtime: find g in Windows profiler using SPRuss Cox
2021-02-19runtime: use TOPFRAME to identify top-of-frame functionsRuss Cox
2021-02-19runtime: unify asmcgocall and systemstack traceback setupRuss Cox
2021-02-19runtime: delete windows setlasterror (unused)Russ Cox
2021-02-19runtime: clean up system calls during cgo callback initRuss Cox
2020-11-19runtime: support new callbackasm1 calling convention on windows/armJason A. Donenfeld
2020-10-26runtime,cmd/cgo: simplify C -> Go call pathAustin Clements
2020-10-18runtime: use CreateWaitableTimerEx to implement usleepAlex Brainman
2019-09-04runtime: wrap nanotime, walltime, and writeAustin Clements
2019-09-02Revert "runtime: remove slow time compatibility hacks for wine"Daniel Martí
2019-08-29runtime: remove slow time compatibility hacks for wineJason A. Donenfeld
2019-05-09runtime, crypto/x509: fix vet complaints for all windowsRuss Cox
2018-12-19Revert "runtime: use QPC for nanotime and time.now on windows/arm"Jordan Rhee
2018-12-18runtime: use QPC for nanotime and time.now on windows/armgo1.12beta1Jordan Rhee
2018-12-12runtime: fix profiling on windows/ARMJordan Rhee
2018-11-02runtime, time: refactor startNano handlingDmitry Vyukov
2018-09-18runtime: support windows/armJordan Rhee