aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/memclr_ppc64x.s
AgeCommit message (Expand)Author
2021-05-13all: add //go:build lines to assembly filesTobias Klauser
2021-01-29runtime: document pointer write atomicity for memclrNoHeapPointersCherry Zhang
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-10-28runtime, cmd/compile: rename memclr -> memclrNoHeapPointersAustin Clements
2016-10-05runtime: memclr perf improvements on ppc64xLynn Boger
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