summaryrefslogtreecommitdiff
path: root/src/runtime/asm_amd64p32.s
Commit message (Expand)AuthorAgeFilesLines
* [dev.garbage] all: merge dev.cc (493ad916c3b1) into dev.garbageRuss Cox2014-11-241-1/+1
|\
| * [dev.cc] runtime: two missed references to "M stack"Austin Clements2014-11-181-1/+1
* | [dev.garbage] runtime: add prefetcht0, prefetcht1, prefetcht2, prefetcht3, pr...Russ Cox2014-11-211-0/+21
|/
* [dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.ccRuss Cox2014-11-141-32/+26
|\
| * [dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstackRuss Cox2014-11-121-28/+15
| * [dev.cc] runtime: convert assembly files for C to Go transitionRuss Cox2014-11-111-4/+11
* | [dev.power64] all: merge default into dev.power64Austin Clements2014-11-031-29/+29
|\ \ | |/ |/|
| * [dev.power64] cmd/5a, cmd/6a, cmd/8a, cmd/9a: make labels function-scopedRuss Cox2014-10-281-29/+29
* | runtime: change top-most return PC from goexit to goexit+PCQuantumRuss Cox2014-10-291-0/+6
|/
* runtime: warn that cputicks() might not be monotonic.Keith Randall2014-10-211-7/+0
* runtime: remove hand-generated ptr bitmaps for reflectcallRuss Cox2014-10-151-45/+32
* runtime: change Windows M.thread from void* to uintptrRuss Cox2014-10-071-0/+3
* cmd/cc, cmd/ld, runtime: disallow conservative data/bss objectsRuss Cox2014-09-241-2/+0
* runtime: stop scanning stack frames/args conservativelyRuss Cox2014-09-121-5/+1
* runtime: allow crash from gsignal stackRuss Cox2014-09-111-0/+17
* runtime: more cleanupsKeith Randall2014-09-091-3/+0
* runtime: fix build failures after CL 137410043Russ Cox2014-09-091-1/+1
* runtime: assume precisestack, copystack, StackCopyAlways, ScanStackByFramesRuss Cox2014-09-091-152/+15
* runtime: a few cleanups.Keith Randall2014-09-081-2/+2
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+1227