aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/memmove_amd64.s
AgeCommit message (Expand)Author
2021-05-13all: add //go:build lines to assembly filesTobias Klauser
2021-04-12runtime: port performance-critical functions to regabiAustin Clements
2020-06-04all: fix dead links to inferno-os bitbucket repositoryTobias Klauser
2020-01-22runtime: document special memmove requirementsAustin Clements
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-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-05-21runtime: use Go function signatures for memclr and memmove commentsMichael Munday
2018-02-15runtime: simplify amd64 memmove of 3/4 bytesJosh Bleecher Snyder
2018-02-15runtime: fix minor doc typos in amd64 memmoveJosh Bleecher Snyder
2017-05-01runtime: refactor cpu feature detection for 386 & amd64Martin Möhrmann
2017-04-25runtime: simplify detection of preference to use AVX memmoveMartin Möhrmann
2017-04-03all: fix minor misspellingsEric Lagergren
2017-01-23runtime: amd64, use 4-byte ops for memmove of 4 bytesKeith Randall
2016-10-06 runtime: improve memmove for amd64Denis Nagorny
2016-08-31Revert "runtime: improve memmove for amd64"Joe Tsai
2016-08-31runtime: fix typoKevin Burke
2016-08-31runtime: improve memmove for amd64Denis Nagorny
2016-08-29all: fix obsolete inferno-os linksEmmanuel Odeke
2016-03-31runtime: don't use REP;MOVSB if CPUID doesn't say it is fastKeith Randall
2016-03-21runtime: use MOVSB instead of MOVSQ for unaligned movesKeith Randall
2016-03-02all: single space after period.Brad Fitzpatrick
2015-11-07runtime: memmove/memclr pointers atomicallyKeith Randall
2014-09-08build: move package sources from src/pkg to srcRuss Cox