summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/memmove_386.s
Commit message (Expand)AuthorAgeFilesLines
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-176/+0
* runtime: use new #include "textflag.h"Russ Cox2014-09-041-1/+1
* runtime: prevent pointless jmp in amd64 and 386 memmoveJosh Bleecher Snyder2014-08-011-0/+1
* runtime: convert map implementation to Go.Keith Randall2014-07-161-1/+1
* runtime: use unoptimized memmove and memclr on Plan 9Anthony Martin2014-03-121-0/+2
* runtime: convert .s textflags from numbers to symbolic constants.Keith Randall2013-08-071-1/+3
* runtime: record argument size in assembly functionsRuss Cox2013-07-161-1/+1
* runtime: faster x86 memmove (a.k.a. built-in copy())Keith Randall2013-05-171-12/+97
* runtime: make more build-friendlyRuss Cox2011-12-161-0/+86
* copy tweaksRuss Cox2009-11-171-65/+0
* install copy predefinedKen Thompson2009-11-171-0/+65