index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
memmove_test.go
Age
Commit message (
Expand
)
Author
2025-07-11
runtime: turn off large memmove tests under asan/msan
Keith Randall
2025-06-02
runtime: additional memmove benchmarks
Keith Randall
2025-02-23
runtime: exclude allocation(s) from memmove/memclr benchmarking
Dmitrii Martynov
2024-03-29
runtime: make use of builtin clear in tests
Jes Cok
2024-03-27
all: make use of builtin clear
Jes Cok
2023-10-24
runtime: use max/min func
qiulaidongfeng
2023-05-31
runtime: fix alignment code in memmove_riscv64.s
Mark Ryan
2023-05-24
runtime: fix alignment code in memclr_riscv64.s
Mark Ryan
2023-01-31
cmd/compile: inline known-size memclrNoHeapPointers calls
Jakub Ciolek
2022-09-05
runtime: convert local var ready at TestMemmoveAtomicity to atomic type
cuiweixie
2022-08-23
cmd/compile/internal/ssa: optimize memory moving on arm64
eric fang
2022-08-12
runtime: run "gofmt -s -w"
Cuong Manh Le
2022-05-20
runtime: add BenchmarkMemclrRange
nimelehin
2020-11-02
runtime: improve memmove performance on arm64
Jonathan Swinney
2020-10-27
runtime: add 2-byte and 8-byte sub-benchmarks for memmove load/store
Heisenberg
2020-01-06
runtime: test memmove writes pointers atomically
Cherry Zhang
2019-05-16
runtime: disable some tests in -quick mode
Russ Cox
2018-03-06
runtime, cmd/compile: use ldp for DUFFCOPY on ARM64
Meng Zhuo
2017-10-31
runtime: shorten tests in all.bash
Russ Cox
2017-01-23
runtime: amd64, use 4-byte ops for memmove of 4 bytes
Keith Randall
2016-11-04
all: sprinkle t.Parallel on some slow tests
Brad Fitzpatrick
2016-10-06
runtime: improve memmove for amd64
Denis Nagorny
2016-08-31
Revert "runtime: improve memmove for amd64"
Joe Tsai
2016-08-31
runtime: improve memmove for amd64
Denis Nagorny
2016-05-25
runtime: use of Run for some benchmarks
Marcel van Lohuizen
2016-03-21
runtime: use MOVSB instead of MOVSQ for unaligned moves
Keith Randall
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2015-11-24
runtime: speed up memclr with avx2 on amd64
Ilya Tocar
2015-10-08
runtime: adjust the arm64 memmove and memclr to operate by word as much as th...
Michael Hudson-Doyle
2015-04-15
cmd/6g, runtime: improve duffzero throughput
Josh Bleecher Snyder
2015-01-09
cmd/gc: optimize memclr of slices and arrays
Josh Bleecher Snyder
2014-09-08
build: move package sources from src/pkg to src
Russ Cox