summaryrefslogtreecommitdiff
path: root/src/runtime/asm_amd64p32.s
Commit message (Expand)AuthorAgeFilesLines
* 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