aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/amd64/string/memmove.S
Commit message (Expand)AuthorAgeFilesLines
* amd64: align target memmove buffer to 16 bytes before using rep movsMateusz Guzik2018-12-011-0/+30
* amd64: handle small memmove buffers with overlapping storesMateusz Guzik2018-11-301-40/+52
* amd64: remove stale attribution for memmove workMateusz Guzik2018-11-301-2/+0
* amd64: tidy up copying backwards in memmoveMateusz Guzik2018-11-301-28/+26
* amd64: import updated kernel memmove to libcMateusz Guzik2018-10-131-4/+269
* Remove duplicate .note.GNU-stack section declaration. bcopy alreadyKonstantin Belousov2011-02-041-2/+0
* Add section .note.GNU-stack for assembly files used by 386 and amd64.Konstantin Belousov2011-01-071-0/+2
* Add machine-specific, optimized implementations of bcopy, bzero, memcpy,Alan Cox2005-04-071-0/+5