summaryrefslogtreecommitdiff
path: root/src/runtime/asm_arm.s
Commit message (Expand)AuthorAgeFilesLines
* [dev.garbage] runtime: add prefetcht0, prefetcht1, prefetcht2, prefetcht3, pr...Russ Cox2014-11-211-0/+12
* [dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.ccRuss Cox2014-11-141-33/+27
|\
| * [dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstackRuss Cox2014-11-121-33/+20
| * [dev.cc] runtime: convert softfloat_arm.c to Go + build fixesRuss Cox2014-11-111-4/+6
| * [dev.cc] runtime: convert assembly files for C to Go transitionRuss Cox2014-11-111-1/+6
* | [dev.power64] all: merge default into dev.power64Austin Clements2014-11-031-12/+12
|\ \ | |/ |/|
| * [dev.power64] all: merge default (dd5014ed9b01) into dev.power64Russ Cox2014-10-291-12/+12
| |\
| | * [dev.power64] cmd/5a, cmd/6a, cmd/8a, cmd/9a: make labels function-scopedRuss Cox2014-10-281-12/+12
* | | runtime: change top-most return PC from goexit to goexit+PCQuantumRuss Cox2014-10-291-0/+6
|/ /
* | runtime: fix unrecovered panic on external threadRuss Cox2014-10-281-0/+15
|/
* runtime: warn that cputicks() might not be monotonic.Keith Randall2014-10-211-3/+0
* 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