aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/memmove_386.s
AgeCommit message (Expand)Author
2021-05-13all: add //go:build lines to assembly filesTobias Klauser
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-05-21runtime: use Go function signatures for memclr and memmove commentsMichael Munday
2017-05-01runtime: refactor cpu feature detection for 386 & amd64Martin Möhrmann
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