aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/asm_arm64.s
AgeCommit message (Expand)Author
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-30cmd/compile, runtime, etc: get rid of constant FP registersCherry Zhang
2016-08-25all: fix assembly vet issuesJosh Bleecher Snyder
2016-04-29runtime: fix cgocallback_gofunc argument passing on arm64Ian 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-23runtime: unify memeq and memequalKeith Randall
2016-01-11runtime: fix arm/arm64/ppc64/mips64 to dropm when necessaryIan Lance Taylor
2015-11-25runtime: fix conflict resolution in golang.org/cl/14207Michael Hudson-Doyle
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-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