summaryrefslogtreecommitdiff
path: root/src/runtime/sys_windows_386.s
Commit message (Expand)AuthorAgeFilesLines
* runtime: make time correctly update on WineEvgeniy Polyakov2017-04-251-1/+11
* runtime: update assembly var names after monotonic time changesJosh Bleecher Snyder2017-02-211-3/+3
* time: optimize Now on darwin, windowsRuss Cox2017-02-091-8/+96
* time: record monotonic clock reading in time.Now, for more accurate comparisonsRuss Cox2017-02-031-2/+2
* runtime, cmd/compile: rename memclr -> memclrNoHeapPointersAustin Clements2016-10-281-2/+2
* runtime, syscall: use FP instead of SP for parametersMatthew Dempsky2016-09-301-2/+2
* runtime: change osyield to use Windows SwitchToThreadAlex Brainman2016-04-041-4/+13
* runtime: increase assumed stack size in externalthreadhandlerAustin Clements2016-01-071-1/+2
* runtime: really pass return value to Windows in externalthreadhandlerAlex Brainman2015-04-151-0/+2
* [dev.cc] runtime: remove comma at the end of DIVL instruction (fixes windows ...Alex Brainman2015-02-171-1/+1
* runtime: remove trailing empty arrays in structsKeith Randall2015-01-071-5/+5
* Revert "liblink, cmd/ld, runtime: remove stackguard1"Russ Cox2015-01-051-2/+4
* liblink, cmd/ld, runtime: remove stackguard1Shenghou Ma2014-12-291-4/+2
* [dev.cc] runtime: update sys_windows_386.s and sys_windows_amd64.s for Go con...Alex Brainman2014-11-191-8/+8
* [dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.ccRuss Cox2014-11-141-6/+6
|\
| * [dev.power64] cmd/5a, cmd/6a, cmd/8a, cmd/9a: make labels function-scopedRuss Cox2014-10-281-6/+6
* | [dev.cc] runtime: convert assembly files for C to Go transitionRuss Cox2014-11-111-1/+2
|/
* runtime: handle all windows exception (second attempt)Alex Brainman2014-10-151-2/+16
* undo CL 145150043 / 8b3d26697b8dAlex Brainman2014-10-091-16/+2
* runtime: handle all windows exceptionAlex Brainman2014-10-091-2/+16
* runtime: more NOPTRRuss Cox2014-09-241-1/+1
* runtime: fix windows/386 buildRuss Cox2014-09-091-1/+1
* runtime: fix build failures after CL 137410043Russ Cox2014-09-091-5/+11
* runtime: undo stray edit from CL 140380043Russ Cox2014-09-081-1/+1
* runtime: run sighandler on g0 stack on windowsRuss Cox2014-09-081-7/+40
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+380