aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sys_windows_arm.s
AgeCommit message (Expand)Author
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