aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/memmove_test.go
AgeCommit message (Expand)Author
2020-11-02runtime: improve memmove performance on arm64Jonathan Swinney
2020-10-27runtime: add 2-byte and 8-byte sub-benchmarks for memmove load/storeHeisenberg
2020-01-06runtime: test memmove writes pointers atomicallyCherry Zhang
2019-05-16runtime: disable some tests in -quick modeRuss Cox
2018-03-06runtime, cmd/compile: use ldp for DUFFCOPY on ARM64Meng Zhuo
2017-10-31runtime: shorten tests in all.bashRuss Cox
2017-01-23runtime: amd64, use 4-byte ops for memmove of 4 bytesKeith Randall
2016-11-04all: sprinkle t.Parallel on some slow testsBrad Fitzpatrick
2016-10-06 runtime: improve memmove for amd64Denis Nagorny
2016-08-31Revert "runtime: improve memmove for amd64"Joe Tsai
2016-08-31runtime: improve memmove for amd64Denis Nagorny
2016-05-25runtime: use of Run for some benchmarksMarcel van Lohuizen
2016-03-21runtime: use MOVSB instead of MOVSQ for unaligned movesKeith Randall
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-11-24runtime: speed up memclr with avx2 on amd64Ilya Tocar
2015-10-08runtime: adjust the arm64 memmove and memclr to operate by word as much as th...Michael Hudson-Doyle
2015-04-15cmd/6g, runtime: improve duffzero throughputJosh Bleecher Snyder
2015-01-09cmd/gc: optimize memclr of slices and arraysJosh Bleecher Snyder
2014-09-08build: move package sources from src/pkg to srcRuss Cox