summaryrefslogtreecommitdiff
path: root/test/codegen/copy.go
Commit message (Expand)AuthorAgeFilesLines
* test/codegen: merge identical ppc64 and ppc64le testsPaul E. Murphy2023-01-271-10/+10
* test/codegen: combine trivial PPC64 tests into ppc64xPaul E. Murphy2023-01-271-30/+15
* cmd/compile: add PPC64-specific inlining for runtime.memmoveArchana R2021-09-291-0/+8
* cmd/compile: add arch-specific inlining for runtime.memmoveRuslan Andreev2021-05-121-0/+36
* test/codegen, runtime/pprof, runtime: apply fmtalex-semenyuk2020-04-211-14/+14
* cmd/compile: improve lowered moves and zeros for ppc64leLynn Boger2020-04-061-0/+34
* test/codegen: enable more tests for ppc64/ppc64leLynn Boger2018-10-161-0/+7
* cmd/compile: enable disjoint memmove inlining on amd64Ilya Tocar2018-08-201-1/+4
* cmd/compile: convert memmove call into Move when arguments are disjointMichael Munday2018-05-091-2/+25
* cmd/compile: generate constants for NeqPtr, EqPtr and IsNonNil opsMichael Munday2018-04-161-0/+57