aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/asm_arm64.s
AgeCommit message (Expand)Author
2018-03-09runtime: fix abort handling on arm64Austin Clements
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 arm64Austin Clements
2018-02-12runtime: use NOFRAME on arm64Austin Clements
2018-02-12runtime: fix silly frame sizes on arm and arm64Austin Clements
2017-11-15runtime: IndexByte and memclr perf improvements on arm64wei xiao
2017-10-30runtime: make systemstack tail call if already switchedAustin Clements
2017-10-29runtime: remove write barriers from newstack, gogoAustin Clements
2017-10-25bytes: add optimized Equal for arm64Wei Xiao
2017-10-17reflect: optimize CALLFN wrapper for arm64Wei Xiao
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-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-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