summaryrefslogtreecommitdiff
path: root/src/runtime/asm_amd64.s
Commit message (Expand)AuthorAgeFilesLines
* runtime: remove hand-generated ptr bitmaps for reflectcallRuss Cox2014-10-151-42/+30
* runtime: change Windows M.thread from void* to uintptrRuss Cox2014-10-071-0/+3
* runtime: add load_g call in arm callback.Keith Randall2014-09-251-1/+1
* cgo: adjust return value location to account for stack copies.Keith Randall2014-09-251-0/+11
* cmd/cc, cmd/ld, runtime: disallow conservative data/bss objectsRuss Cox2014-09-241-2/+0
* liblink: make GO_ARGS the default for functions beginning with ?Russ Cox2014-09-161-6/+3
* runtime: mark asmcgocall<>(SB) as having no argumentsRuss Cox2014-09-141-0/+1
* runtime: stop scanning stack frames/args conservativelyRuss Cox2014-09-121-5/+5
* runtime: fix cgo to handle the case where the G stack is copied.Keith Randall2014-09-111-2/+6
* runtime: allow crash from gsignal stackRuss Cox2014-09-111-0/+17
* runtime: stop plan9/amd64 build from crashingAnthony Martin2014-09-101-0/+1
* runtime: more cleanupsKeith Randall2014-09-091-3/+0
* runtime: assume precisestack, copystack, StackCopyAlways, ScanStackByFramesRuss Cox2014-09-091-155/+19
* runtime: a few cleanups.Keith Randall2014-09-081-2/+2
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+2343