aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/memmove_ppc64x.s
AgeCommit message (Expand)Author
2021-05-13all: add //go:build lines to assembly filesTobias Klauser
2021-03-13all: remove duplicate wordsJohn Bampton
2020-03-19runtime: improve memmove for short moves on ppc64Lynn Boger
2020-01-22runtime: document special memmove requirementsAustin Clements
2018-11-06runtime: improve performance of memclr, memmove on ppc64xLynn Boger
2018-05-21runtime: use Go function signatures for memclr and memmove commentsMichael Munday
2016-04-13runtime: improve memmove performance ppc64,ppc64leLynn Boger
2016-02-24all: fix typos and spellingMartin Möhrmann
2015-10-18cmd/internal/obj, runtime: add NOFRAME flag to suppress stack frame set up on...Michael Hudson-Doyle
2015-10-02runtime: adjust the ppc64x memmove and memclr to copy by word as much as it canMichael Hudson-Doyle
2015-06-06all: use RET instead of RETURN on ppc64Austin Clements
2014-12-05all: power64 is now ppc64Russ Cox