aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sys_windows_amd64.s
AgeCommit message (Expand)Author
2025-12-08[dev.simd] cmd/compile: zero only low 128-bit of X15Cherry Mui
2025-11-26cmd/compile, runtime: guard X15 zeroing with GOEXPERIMENT=simdCherry Mui
2025-08-22[dev.simd] cmd/compile: ensure the whole X15 register is zeroedCherry Mui
2025-07-28internal/runtime/syscall/windows: factor out code from runtimeqmuntal
2024-02-19runtime: use the right number of parameters in syscall_SyscallX on Windowsqmuntal
2023-10-05runtime: support SetUnhandledExceptionFilter on Windowsqmuntal
2023-09-21runtime: implement usleep in Go instead of assembly on Windowsqmuntal
2023-09-20runtime: implement osyield in Go instead of assembly on Windowsqmuntal
2023-09-12all: fix Microsoft linksqmuntal
2023-09-07runtime: support nil libcall.args when calling stdcall on Windowsqmuntal
2023-09-07runtime: remove slow time compatibility hacks for wineqmuntal
2023-04-25runtime: fallback to TEB arbitrary pointer when TLS slots are fullqmuntal
2023-04-21runtime: tidy _Stack* constant namingAustin Clements
2023-04-20Revert "runtime: tidy _Stack* constant naming"Austin Clements
2023-04-20runtime: tidy _Stack* constant namingAustin Clements
2023-03-23all: replace leading spaces with tabs in assemblyMichael Pratt
2023-03-13runtime: implement high resolution timer on windows arm/arm64qmuntal
2023-03-01runtime: remove unnecessary NOFRAME flags on windowsqmuntal
2023-01-25runtime: delete unused cbctxts variable on windows assemblyqmuntal
2023-01-24runtime: use explicit NOFRAME on windows/amd64qmuntal
2023-01-24runtime: remove unused badsignal2 on windowsqmuntal
2023-01-24runtime: factor out windows sigtrampqmuntal
2022-11-14runtime,cmd/internal/obj/x86: use TEB TLS slots on windows/amd64qmuntal
2022-11-03runtime: support control flow guard on windows/amd64qmuntal
2021-11-03runtime: on windows, read nanotime with one instruction or issue barrierJason A. Donenfeld
2021-08-19syscall: add SyscallNChangkun Ou
2021-05-21[dev.typeparams] runtime: use internal/abi.FuncPCABI0 to take address of asse...Cherry Mui
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-26runtime: fix offset in commentCherry Zhang
2021-04-21runtime: call nanotimeQPC from nanotime1 normallyMichael Anthony Knyszek
2021-04-15runtime,runtime/cgo: save all necessary registers on entry to Go on WindowsAustin Clements
2021-04-14runtime: increase maxargs to avoid syscall18 crash when called with more than...El Mostafa Idrassi
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-04-01runtime: fix uses of ABIInternal PCs in assemblyAustin Clements
2021-03-24runtime: bypass ABI wrapper when calling needm on WindowsMichael Anthony Knyszek
2021-03-19runtime: mark Windows' address-taken asm routines as ABIInternalMichael Anthony Knyszek
2021-03-19runtime: call nanotimeQPC from nanotime1 without a wrapperMichael Anthony Knyszek
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-24runtime: allow for usleep2HighRes to run without TLS setupAlex Brainman
2020-10-26runtime,cmd/cgo: simplify C -> Go call pathAustin Clements
2020-10-18runtime: use CreateWaitableTimerEx to implement usleepAlex Brainman
2020-02-25runtime: allow float syscall return values on windows amd64Richard Wilkes