summaryrefslogtreecommitdiff
path: root/src/runtime/asm_arm.s
Commit message (Expand)AuthorAgeFilesLines
* runtime: remove hand-generated ptr bitmaps for reflectcallRuss Cox2014-10-151-41/+29
* runtime: change Windows M.thread from void* to uintptrRuss Cox2014-10-071-0/+3
* runtime: fix cgo_topofstack to save clobbered registersKeith Randall2014-09-281-1/+9
* runtime: add load_g call in arm callback.Keith Randall2014-09-251-1/+2
* cgo: adjust return value location to account for stack copies.Keith Randall2014-09-251-0/+8
* runtime: fix runtime.Breakpoint on ARMv5Dave Cheney2014-09-231-1/+1
* 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-4/+5
* runtime: fix cgo to handle the case where the G stack is copied.Keith Randall2014-09-111-2/+7
* runtime: allow crash from gsignal stackRuss Cox2014-09-111-0/+15
* runtime: more cleanupsKeith Randall2014-09-091-3/+0
* runtime: assume precisestack, copystack, StackCopyAlways, ScanStackByFramesRuss Cox2014-09-091-31/+8
* runtime: a few cleanups.Keith Randall2014-09-081-2/+2
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+1309