aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/asm_arm.s
AgeCommit message (Expand)Author
2016-08-30runtime: rename fastrand1 to fastrandJosh Bleecher Snyder
2016-08-25all: fix assembly vet issuesJosh Bleecher Snyder
2016-05-31runtime: fix restoring PC in ARM version of cgocallback_gofuncIan Lance Taylor
2016-04-29cmd/cgo, runtime, runtime/cgo: use cgo context functionIan Lance Taylor
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-24all: fix typos and spellingMartin Möhrmann
2016-02-23runtime: unify memeq and memequalKeith Randall
2016-01-27runtime: remove redundant empty function call from Breakpoint on armRichard Miller
2016-01-27cmd/link: correct byte ordering in plan9_arm object headerRichard Miller
2016-01-11runtime: fix arm/arm64/ppc64/mips64 to dropm when necessaryIan Lance Taylor
2015-11-25runtime: check that masks and shifts are correct alignedShenghou Ma
2015-11-10runtime: break atomics out into package runtime/internal/atomicMichael Matloob
2015-11-08cmd/link, runtime: arm implementation of addmoduledataMichael Hudson-Doyle
2015-10-26runtime: use a 64kb system stack on armDavid Crawshaw
2015-09-07runtime: add stub sigreturn on armMichael Hudson-Doyle
2015-08-24runtime: check pointer equality in arm cmpbodyDave Cheney
2015-08-07runtime: run on GOARM=5 and GOARM=6 uniprocessor freebsd/arm systemsRuss Cox
2015-07-31runtime: fix systemstack tracebacks on nacl/armRuss Cox
2015-07-30runtime, sync/atomic: add memory barriers in arm cas routinesRuss Cox
2015-07-30runtime: replace divide with multiply in runtime.usleep on armRuss Cox
2015-06-19runtime: ensure GC sees type-safe memory on weak machinesAustin Clements
2015-06-19runtime: rename cgocall_errno and asmcgocall_errno into cgocall and asmcgocallAlex Brainman
2015-06-18runtime: remove cgocall and asmcgocallAlex Brainman
2015-06-04runtime, cmd/internal/obj/arm: improve arm function prologueJosh Bleecher Snyder
2015-06-02runtime: implement GC stack barriersAustin Clements
2015-04-29runtime: tail call into memeq/cmp body implementationsKeith Randall
2015-04-07cmd/internal/gc: inline runtime.getgRuss Cox
2015-04-02runtime: auto-generate duff routinesJosh Bleecher Snyder
2015-03-30runtime: rename ·main·f to ·mainPC to avoid duplicate symbolMichael Hudson-Doyle
2015-03-25runtime: add runtime.cmpstring and bytes.CompareDave Cheney
2015-03-07runtime: add argument sizes for asm functions for bytes, stringsShenghou Ma
2015-02-28runtime: fix traceback from goexit1Dmitry Vyukov
2015-02-25runtime: remove gogetcallerpc and gogetcallersp functionsMatthew Dempsky
2015-02-20[dev.cc] runtime,syscall: quiet some more vet errorsRob Pike
2015-02-18[dev.cc] cmd/asm: make 4(SP) illegal except on 386Rob Pike
2015-02-13[dev.cc] all: edit assembly source for ARM to be more regularRob Pike
2015-02-09liblink, runtime: move all references to runtime.tlsg to tls_arm.sShenghou Ma
2015-02-06runtime: speed up eqstringJosh Bleecher Snyder
2015-01-14runtime: use runtime.sysargs to parse auxv on linux/armDave Cheney
2015-01-07runtime: remove size argument from hash and equal algorithmsKeith Randall
2015-01-06runtime: fix build for ARMShenghou Ma
2015-01-06reflect: add write barriersRuss Cox
2015-01-05Revert "liblink, cmd/ld, runtime: remove stackguard1"Russ Cox
2014-12-29liblink, cmd/ld, runtime: remove stackguard1Shenghou Ma
2014-12-23runtime: remove thunk.sRuss Cox
2014-11-21[dev.garbage] runtime: add prefetcht0, prefetcht1, prefetcht2, prefetcht3, pr...Russ Cox
2014-11-14[dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.ccRuss Cox
2014-11-12[dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstackRuss Cox
2014-11-11[dev.cc] runtime: convert softfloat_arm.c to Go + build fixesRuss Cox
2014-11-11[dev.cc] runtime: convert assembly files for C to Go transitionRuss Cox