aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/asm_arm64.s
AgeCommit message (Expand)Author
2015-11-10runtime: break atomics out into package runtime/internal/atomicMichael Matloob
2015-11-10cmd/link, runtime: arm64 implementation of addmoduledataMichael Hudson-Doyle
2015-10-28cmd/internal/obj, cmd/link, runtime: native-ish support for tls on arm64Michael Hudson-Doyle
2015-10-08cmd/internal/obj, cmd/link, runtime: lots of TLS cleanupMichael Hudson-Doyle
2015-09-03runtime: fixes for arm64 shared librariesMichael Hudson-Doyle
2015-08-25runtime: check pointer equality in arm64 cmpbodyDave Cheney
2015-07-29runtime, reflect: use correctly aligned stack frame sizes on arm64Russ Cox
2015-06-19runtime: rename cgocall_errno and asmcgocall_errno into cgocall and asmcgocallAlex Brainman
2015-06-18runtime: remove cgocall and asmcgocallAlex Brainman
2015-06-02runtime: implement GC stack barriersAustin Clements
2015-04-29runtime: tail call into memeq/cmp body implementationsKeith Randall
2015-04-22runtime: fix arm64 asm vet issuesJosh Bleecher Snyder
2015-04-16runtime: aeshash stubs for arm64David Crawshaw
2015-04-16runtime: darwin/arm64 supportShenghou Ma
2015-04-10runtime: fix arm64 buildJosh Bleecher Snyder
2015-04-09runtime: add arm64 runtime.cmpstring and bytes.CompareDave Cheney
2015-04-08runtime: linux/arm64 cgo supportShenghou Ma
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-16runtime: add support for linux/arm64Aram Hăvărneanu