summaryrefslogtreecommitdiff
path: root/src/runtime/memmove_amd64.s
Commit message (Expand)AuthorAgeFilesLines
* all: align cpu feature variable offset namingMartin Möhrmann2018-08-241-1/+1
* runtime: use internal/cpu variables in assembler codeMartin Möhrmann2018-08-241-1/+2
* runtime: remove TODO notes suggesting jump tablesIskander Sharipov2018-06-111-1/+2
* all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper2018-06-011-1/+1
* runtime: use Go function signatures for memclr and memmove commentsMichael Munday2018-05-211-1/+1
* runtime: simplify amd64 memmove of 3/4 bytesJosh Bleecher Snyder2018-02-151-4/+3
* runtime: fix minor doc typos in amd64 memmoveJosh Bleecher Snyder2018-02-151-2/+2
* runtime: refactor cpu feature detection for 386 & amd64Martin Möhrmann2017-05-011-2/+2
* runtime: simplify detection of preference to use AVX memmoveMartin Möhrmann2017-04-251-2/+2
* all: fix minor misspellingsEric Lagergren2017-04-031-1/+1
* runtime: amd64, use 4-byte ops for memmove of 4 bytesKeith Randall2017-01-231-2/+8
* runtime: improve memmove for amd64Denis Nagorny2016-10-061-1/+242
* Revert "runtime: improve memmove for amd64"Joe Tsai2016-08-311-242/+1
* runtime: fix typoKevin Burke2016-08-311-2/+2
* runtime: improve memmove for amd64Denis Nagorny2016-08-311-1/+242
* all: fix obsolete inferno-os linksEmmanuel Odeke2016-08-291-1/+1
* runtime: don't use REP;MOVSB if CPUID doesn't say it is fastKeith Randall2016-03-311-10/+14
* runtime: use MOVSB instead of MOVSQ for unaligned movesKeith Randall2016-03-211-0/+13
* all: single space after period.Brad Fitzpatrick2016-03-021-3/+3
* runtime: memmove/memclr pointers atomicallyKeith Randall2015-11-071-2/+8
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+252