aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/memclr_amd64.s
AgeCommit message (Expand)Author
2022-05-10runtime: store pointer-size words in memclrnimelehin
2022-05-09runtime: use ERMS in memclr_amd64nimelehin
2022-03-31runtime: remove AVX2less code in memclrNoHeapPointers for GOAMD64 >= 3vpachkov
2021-11-06all: remove more leftover // +build linesTobias Klauser
2021-08-11[dev.typeparams] runtime, internal/bytealg: remove regabi fallback code on AMD64Cherry Mui
2021-06-11[dev.typeparams] all: always enable regabig on AMD64Cherry Mui
2021-05-13all: add //go:build lines to assembly filesTobias Klauser
2021-04-13runtime: eliminate externalthreadhandlerAustin Clements
2021-04-12runtime: port performance-critical functions to regabiAustin Clements
2021-01-29runtime: document pointer write atomicity for memclrNoHeapPointersCherry Zhang
2018-08-24all: align cpu feature variable offset namingMartin Möhrmann
2018-08-24runtime: use internal/cpu variables in assembler codeMartin Möhrmann
2018-06-11runtime: remove TODO notes suggesting jump tablesIskander Sharipov
2018-05-21runtime: use Go function signatures for memclr and memmove commentsMichael Munday
2018-04-15runtime: use internal/cpu.X86.HasAVX2 instead of support_avx2Tobias Klauser
2016-10-28runtime, cmd/compile: rename memclr -> memclrNoHeapPointersAustin Clements
2016-02-24all: fix typos and spellingMartin Möhrmann
2016-01-24cmd/asm: correct, complete newly added AVX instructionsRuss Cox
2015-11-24runtime: speed up memclr with avx2 on amd64Ilya Tocar
2015-11-07runtime: memmove/memclr pointers atomicallyKeith Randall
2014-10-28[dev.power64] cmd/5a, cmd/6a, cmd/8a, cmd/9a: make labels function-scopedRuss Cox
2014-09-09runtime: fix windows/386 buildRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox