aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/memmove_test.go
AgeCommit message (Expand)Author
2025-07-11runtime: turn off large memmove tests under asan/msanKeith Randall
2025-06-02runtime: additional memmove benchmarksKeith Randall
2025-02-23runtime: exclude allocation(s) from memmove/memclr benchmarkingDmitrii Martynov
2024-03-29runtime: make use of builtin clear in testsJes Cok
2024-03-27all: make use of builtin clearJes Cok
2023-10-24runtime: use max/min funcqiulaidongfeng
2023-05-31runtime: fix alignment code in memmove_riscv64.sMark Ryan
2023-05-24runtime: fix alignment code in memclr_riscv64.sMark Ryan
2023-01-31cmd/compile: inline known-size memclrNoHeapPointers callsJakub Ciolek
2022-09-05runtime: convert local var ready at TestMemmoveAtomicity to atomic typecuiweixie
2022-08-23cmd/compile/internal/ssa: optimize memory moving on arm64eric fang
2022-08-12runtime: run "gofmt -s -w"Cuong Manh Le
2022-05-20runtime: add BenchmarkMemclrRangenimelehin
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