summaryrefslogtreecommitdiff
path: root/src/runtime/asm_arm.s
Commit message (Expand)AuthorAgeFilesLines
* runtime: use libc for signal functions on iOSElias Naur2018-06-121-21/+50
* cmd/link,runtime: move syscalls to libc on iOSElias Naur2018-05-211-2/+5
* cmd/compile: intrinsify runtime.getcallerpc on all link register architecturesWei Xiao2018-05-021-5/+0
* cmd/internal/obj/arm: add DMB instructionYuval Pavel Zholkover2018-03-271-1/+1
* runtime: make throw safer to callAustin Clements2018-03-081-0/+1
* internal/bytealg: move compare functions to bytealgKeith Randall2018-03-041-53/+0
* internal/bytealg: move equal functions to bytealgKeith Randall2018-03-031-71/+0
* internal/bytealg: move IndexByte asssembly to the new bytealg packageKeith Randall2018-03-021-48/+0
* runtime: buffered write barrier for armAustin Clements2018-02-131-0/+58
* runtime: remove legacy comments and code from arm morestackAustin Clements2018-02-121-4/+0
* runtime, sync/atomic: use NOFRAME on armAustin Clements2018-02-121-27/+27
* runtime: make systemstack tail call if already switchedAustin Clements2017-10-301-2/+4
* runtime: remove write barriers from newstack, gogoAustin Clements2017-10-291-16/+2
* runtime: unify arm entry point codeIan Lance Taylor2017-10-251-2/+100
* runtime: remove getcallerpc argumentAustin Clements2017-09-221-3/+3
* cmd/compile: replace eqstring with memequalMartin Möhrmann2017-08-221-25/+0
* runtime, cmd/compile: add intrinsic getclosureptrCholerae Hu2017-08-111-17/+0
* runtime: remove unused prefetch functionsMartin Möhrmann2017-08-081-12/+0
* runtime: save r11 in ARM addmoduledataAustin Clements2017-07-071-1/+3
* runtime: YIELD in procyield on ARMAustin Clements2017-06-091-0/+1
* cmd/compile, runtime: simplify multiway select implementationMatthew Dempsky2017-03-071-5/+0
* runtime: remove stack barriersAustin Clements2017-02-141-33/+0
* runtime: implement fastrand in goSokolov Yura2017-02-101-9/+0
* runtime: add deletion barriers on gobuf.ctxtAustin Clements2016-10-281-3/+25
* runtime: simplify reflectcall write barriersAustin Clements2016-10-261-18/+14
* runtime: make morestack less subtleAustin Clements2016-10-241-1/+4
* runtime: print a message on bad morestackAustin Clements2016-10-171-2/+6
* runtime: implement getcallersp in GoAustin Clements2016-09-261-6/+0
* runtime: rename fastrand1 to fastrandJosh Bleecher Snyder2016-08-301-1/+1
* all: fix assembly vet issuesJosh Bleecher Snyder2016-08-251-7/+7
* runtime: fix restoring PC in ARM version of cgocallback_gofuncIan Lance Taylor2016-05-311-1/+1
* cmd/cgo, runtime, runtime/cgo: use cgo context functionIan Lance Taylor2016-04-291-6/+11
* all: single space after period.Brad Fitzpatrick2016-03-021-4/+4
* all: fix typos and spellingMartin Möhrmann2016-02-241-1/+1
* runtime: unify memeq and memequalKeith Randall2016-02-231-3/+6
* runtime: remove redundant empty function call from Breakpoint on armRichard Miller2016-01-271-1/+0
* cmd/link: correct byte ordering in plan9_arm object headerRichard Miller2016-01-271-0/+5
* runtime: fix arm/arm64/ppc64/mips64 to dropm when necessaryIan Lance Taylor2016-01-111-3/+7
* runtime: check that masks and shifts are correct alignedShenghou Ma2015-11-251-0/+5
* runtime: break atomics out into package runtime/internal/atomicMichael Matloob2015-11-101-57/+0
* cmd/link, runtime: arm implementation of addmoduledataMichael Hudson-Doyle2015-11-081-0/+11
* runtime: use a 64kb system stack on armDavid Crawshaw2015-10-261-1/+2
* runtime: add stub sigreturn on armMichael Hudson-Doyle2015-09-071-0/+3
* runtime: check pointer equality in arm cmpbodyDave Cheney2015-08-241-0/+2
* runtime: run on GOARM=5 and GOARM=6 uniprocessor freebsd/arm systemsRuss Cox2015-08-071-0/+5
* runtime: fix systemstack tracebacks on nacl/armRuss Cox2015-07-311-0/+3
* runtime, sync/atomic: add memory barriers in arm cas routinesRuss Cox2015-07-301-0/+12
* runtime: replace divide with multiply in runtime.usleep on armRuss Cox2015-07-301-0/+21
* runtime: ensure GC sees type-safe memory on weak machinesAustin Clements2015-06-191-0/+11
* runtime: rename cgocall_errno and asmcgocall_errno into cgocall and asmcgocallAlex Brainman2015-06-191-9/+6