aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/asm_ppc64x.s
AgeCommit message (Expand)Author
2017-08-08runtime: remove unused prefetch functionsMartin Möhrmann
2017-04-17cmd/asm: detect invalid DS form offsets for ppc64xLynn Boger
2017-03-16runtime: improve IndexByte for ppc64xCarlos Eduardo Seo
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-17bytes: fix typo in ppc64le asm for CompareLynn Boger
2016-10-17runtime: print a message on bad morestackAustin Clements
2016-10-17bytes: improve performance for bytes.Compare on ppc64xLynn Boger
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-30runtime: fix cgocallback_gofunc on ppc64xMichael Munday
2016-04-29cmd/cgo, runtime, runtime/cgo: use cgo context functionIan Lance Taylor
2016-03-23bytes: Equal perf improvements on ppc64le/ppc64Lynn Boger
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-23runtime: unify memeq and memequalKeith Randall
2016-01-11runtime: fix ppc64le cgocallback codeIan Lance Taylor
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-13cmd/link, runtime: implement & call addmoduledata on ppc64leMichael Hudson-Doyle
2015-11-12cmd/compile, cmd/link, runtime: on ppc64x, maintain the TOC pointer in R2 whe...Michael Hudson-Doyle
2015-11-12cmd/internal/obj, cmd/link, runtime: use a larger stack frame on ppc64Michael Hudson-Doyle
2015-11-10runtime: break atomics out into package runtime/internal/atomicMichael Matloob
2015-10-19runtime: tweaks to allow -buildmode=shared to workMichael Hudson-Doyle
2015-10-18runtime, runtime/cgo: conform to PIC register use rules in ppc64 asmMichael Hudson-Doyle
2015-10-18reflect, runtime, runtime/cgo: use ppc64 asm constant for fixed frame sizeMichael Hudson-Doyle
2015-10-18cmd/internal/obj, runtime: add NOFRAME flag to suppress stack frame set up on...Michael Hudson-Doyle
2015-08-31runtime: implement cmpstring and bytes.Compare in assembly for ppc64Shenghou Ma
2015-08-27runtime: remove unused xchgp/xchgp1Michael Hudson-Doyle
2015-06-19runtime: rename cgocall_errno and asmcgocall_errno into cgocall and asmcgocallAlex Brainman
2015-06-18runtime: remove cgocall and asmcgocallAlex Brainman
2015-06-06all: use RET instead of RETURN on ppc64Austin Clements
2015-06-02runtime: implement GC stack barriersAustin Clements
2015-04-22runtime: fix more vet reported issuesShenghou 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-20runtime: implement atomicand8 atomicallyRuss Cox
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-06runtime: speed up eqstringJosh Bleecher Snyder
2015-01-07runtime: remove size argument from hash and equal algorithmsKeith Randall
2015-01-07cmd/cgo, runtime/cgo: support ppc64Austin Clements