index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
sys_windows_amd64.s
Age
Commit message (
Expand
)
Author
2025-12-08
[dev.simd] cmd/compile: zero only low 128-bit of X15
Cherry Mui
2025-11-26
cmd/compile, runtime: guard X15 zeroing with GOEXPERIMENT=simd
Cherry Mui
2025-08-22
[dev.simd] cmd/compile: ensure the whole X15 register is zeroed
Cherry Mui
2025-07-28
internal/runtime/syscall/windows: factor out code from runtime
qmuntal
2024-02-19
runtime: use the right number of parameters in syscall_SyscallX on Windows
qmuntal
2023-10-05
runtime: support SetUnhandledExceptionFilter on Windows
qmuntal
2023-09-21
runtime: implement usleep in Go instead of assembly on Windows
qmuntal
2023-09-20
runtime: implement osyield in Go instead of assembly on Windows
qmuntal
2023-09-12
all: fix Microsoft links
qmuntal
2023-09-07
runtime: support nil libcall.args when calling stdcall on Windows
qmuntal
2023-09-07
runtime: remove slow time compatibility hacks for wine
qmuntal
2023-04-25
runtime: fallback to TEB arbitrary pointer when TLS slots are full
qmuntal
2023-04-21
runtime: tidy _Stack* constant naming
Austin Clements
2023-04-20
Revert "runtime: tidy _Stack* constant naming"
Austin Clements
2023-04-20
runtime: tidy _Stack* constant naming
Austin Clements
2023-03-23
all: replace leading spaces with tabs in assembly
Michael Pratt
2023-03-13
runtime: implement high resolution timer on windows arm/arm64
qmuntal
2023-03-01
runtime: remove unnecessary NOFRAME flags on windows
qmuntal
2023-01-25
runtime: delete unused cbctxts variable on windows assembly
qmuntal
2023-01-24
runtime: use explicit NOFRAME on windows/amd64
qmuntal
2023-01-24
runtime: remove unused badsignal2 on windows
qmuntal
2023-01-24
runtime: factor out windows sigtramp
qmuntal
2022-11-14
runtime,cmd/internal/obj/x86: use TEB TLS slots on windows/amd64
qmuntal
2022-11-03
runtime: support control flow guard on windows/amd64
qmuntal
2021-11-03
runtime: on windows, read nanotime with one instruction or issue barrier
Jason A. Donenfeld
2021-08-19
syscall: add SyscallN
Changkun Ou
2021-05-21
[dev.typeparams] runtime: use internal/abi.FuncPCABI0 to take address of asse...
Cherry Mui
2021-05-04
runtime: abort when receiving a signal on a non-Go thread on Windows
Michael Anthony Knyszek
2021-04-28
runtime: move Windows time.now implementations into separate files
Ian Lance Taylor
2021-04-28
runtime: consolidate Windows time constants into single copy
Ian Lance Taylor
2021-04-26
runtime: fix offset in comment
Cherry Zhang
2021-04-21
runtime: call nanotimeQPC from nanotime1 normally
Michael Anthony Knyszek
2021-04-15
runtime,runtime/cgo: save all necessary registers on entry to Go on Windows
Austin Clements
2021-04-14
runtime: increase maxargs to avoid syscall18 crash when called with more than...
El Mostafa Idrassi
2021-04-13
runtime: eliminate externalthreadhandler
Austin Clements
2021-04-13
runtime: use newm for profileloop
Austin Clements
2021-04-13
runtime: use compileCallback for ctrlhandler
Austin Clements
2021-04-12
runtime: replace outdated documentation link in Windows' nanotime
Paschalis Tsilias
2021-04-01
runtime: fix uses of ABIInternal PCs in assembly
Austin Clements
2021-03-24
runtime: bypass ABI wrapper when calling needm on Windows
Michael Anthony Knyszek
2021-03-19
runtime: mark Windows' address-taken asm routines as ABIInternal
Michael Anthony Knyszek
2021-03-19
runtime: call nanotimeQPC from nanotime1 without a wrapper
Michael Anthony Knyszek
2021-02-19
runtime: use TOPFRAME to identify top-of-frame functions
Russ Cox
2021-02-19
runtime: unify asmcgocall and systemstack traceback setup
Russ Cox
2021-02-19
runtime: delete windows setlasterror (unused)
Russ Cox
2021-02-19
runtime: clean up system calls during cgo callback init
Russ Cox
2020-11-24
runtime: allow for usleep2HighRes to run without TLS setup
Alex Brainman
2020-10-26
runtime,cmd/cgo: simplify C -> Go call path
Austin Clements
2020-10-18
runtime: use CreateWaitableTimerEx to implement usleep
Alex Brainman
2020-02-25
runtime: allow float syscall return values on windows amd64
Richard Wilkes
[next]