summaryrefslogtreecommitdiff
path: root/src/runtime/memclr_ppc64x.s
Commit message (Expand)AuthorAgeFilesLines
* runtime: improve performance of memclr, memmove on ppc64xLynn Boger2018-11-061-14/+115
* runtime: use Go function signatures for memclr and memmove commentsMichael Munday2018-05-211-1/+1
* runtime, cmd/compile: rename memclr -> memclrNoHeapPointersAustin Clements2016-10-281-2/+2
* runtime: memclr perf improvements on ppc64xLynn Boger2016-10-051-21/+52
* cmd/internal/obj, runtime: add NOFRAME flag to suppress stack frame set up on...Michael Hudson-Doyle2015-10-181-1/+1
* runtime: adjust the ppc64x memmove and memclr to copy by word as much as it canMichael Hudson-Doyle2015-10-021-3/+14
* all: use RET instead of RETURN on ppc64Austin Clements2015-06-061-1/+1
* all: power64 is now ppc64Russ Cox2014-12-051-0/+20