aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sys_windows_amd64.s
AgeCommit message (Expand)Author
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
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-10runtime: fix windows-amd64-2012 buildRuss Cox
2019-05-09runtime, crypto/x509: fix vet complaints for all windowsRuss Cox
2019-02-26runtime: fix syscall.NewCallback to return all bits for uintptr valuesAlex Brainman
2018-11-02runtime, time: refactor startNano handlingDmitry Vyukov
2018-10-03all: this big patch remove whitespace from assembly filesZhou Peng
2018-08-23all: fix typos detected by github.com/client9/misspellKazuhiro Sera
2018-07-02runtime: query thread stack size from OS on WindowsAustin Clements
2018-07-02runtime: initialize g0 stack bounds on Windows to full stackAustin Clements
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2017-04-25runtime: make time correctly update on WineEvgeniy Polyakov
2017-02-09time: optimize Now on darwin, windowsRuss Cox
2017-02-03time: record monotonic clock reading in time.Now, for more accurate comparisonsRuss Cox
2016-10-28runtime, cmd/compile: rename memclr -> memclrNoHeapPointersAustin Clements
2016-10-28runtime: pass windows float syscall args via XMMDavid Crawshaw
2016-05-26runtime: make framepointer mode safe for WindowsRuss Cox
2016-04-04runtime: change osyield to use Windows SwitchToThreadAlex Brainman
2016-01-07runtime: increase assumed stack size in externalthreadhandlerAustin Clements
2015-09-15runtime: provide room for first 4 syscall parameters in windows usleep2Alex Brainman
2015-04-15runtime: really pass return value to Windows in externalthreadhandlerAlex Brainman
2015-02-17[dev.cc] runtime: remove comma at the end of DIVL instruction (fixes windows ...Alex Brainman
2015-01-07runtime: remove trailing empty arrays in structsKeith Randall
2015-01-05Revert "liblink, cmd/ld, runtime: remove stackguard1"Russ Cox
2014-12-29liblink, cmd/ld, runtime: remove stackguard1Shenghou Ma
2014-11-19[dev.cc] runtime: update sys_windows_386.s and sys_windows_amd64.s for Go con...Alex Brainman
2014-11-14[dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.ccRuss Cox
2014-11-11[dev.cc] runtime: convert assembly files for C to Go transitionRuss Cox
2014-10-28[dev.power64] cmd/5a, cmd/6a, cmd/8a, cmd/9a: make labels function-scopedRuss Cox
2014-10-15runtime: handle all windows exception (second attempt)Alex Brainman
2014-10-09undo CL 145150043 / 8b3d26697b8dAlex Brainman
2014-10-09runtime: handle all windows exceptionAlex Brainman
2014-09-24runtime: more NOPTRRuss Cox
2014-09-09runtime: fix build failures after CL 137410043Russ Cox
2014-09-08runtime: run sighandler on g0 stack on windowsRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox