aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/asm_arm.s
AgeCommit message (Expand)Author
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-08-29runtime: switch default order of hashing algorithmsKeith Randall
2019-05-09runtime: fix vet complaints for linux/386Russ Cox
2019-04-20runtime: move linux specific code into linux specific filesMaya Rashish
2019-04-15cmd/link, runtime: mark goexit as the top of the call stackMichael Munday
2019-03-18runtime: fix registers for bounds check calling convention on armKeith Randall
2019-03-18cmd/compile,runtime: provide index information on bounds check failureKeith Randall
2018-11-12runtime, reflect: access runtime.reflectcall directlyAustin Clements
2018-10-03all: this big patch remove whitespace from assembly filesZhou Peng
2018-09-18runtime: support windows/armJordan Rhee
2018-06-12runtime: use libc for signal functions on iOSElias Naur
2018-05-21cmd/link,runtime: move syscalls to libc on iOSElias Naur
2018-05-02cmd/compile: intrinsify runtime.getcallerpc on all link register architecturesWei Xiao
2018-03-27cmd/internal/obj/arm: add DMB instructionYuval Pavel Zholkover
2018-03-08runtime: make throw safer to callAustin Clements
2018-03-04internal/bytealg: move compare functions to bytealgKeith Randall
2018-03-03internal/bytealg: move equal functions to bytealgKeith Randall
2018-03-02internal/bytealg: move IndexByte asssembly to the new bytealg packageKeith Randall
2018-02-13runtime: buffered write barrier for armAustin Clements
2018-02-12runtime: remove legacy comments and code from arm morestackAustin Clements
2018-02-12runtime, sync/atomic: use NOFRAME on armAustin Clements
2017-10-30runtime: make systemstack tail call if already switchedAustin Clements
2017-10-29runtime: remove write barriers from newstack, gogoAustin Clements
2017-10-25runtime: unify arm entry point codeIan Lance Taylor
2017-09-22runtime: remove getcallerpc argumentAustin Clements
2017-08-22cmd/compile: replace eqstring with memequalMartin Möhrmann
2017-08-11runtime, cmd/compile: add intrinsic getclosureptrCholerae Hu
2017-08-08runtime: remove unused prefetch functionsMartin Möhrmann
2017-07-07runtime: save r11 in ARM addmoduledataAustin Clements
2017-06-09runtime: YIELD in procyield on ARMAustin Clements
2017-03-07cmd/compile, runtime: simplify multiway select implementationMatthew Dempsky
2017-02-14runtime: remove stack barriersAustin Clements
2017-02-10runtime: implement fastrand in goSokolov Yura
2016-10-28runtime: add deletion barriers on gobuf.ctxtAustin Clements
2016-10-26runtime: simplify reflectcall write barriersAustin Clements
2016-10-24runtime: make morestack less subtleAustin Clements
2016-10-17runtime: print a message on bad morestackAustin Clements
2016-09-26runtime: implement getcallersp in GoAustin Clements
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