summaryrefslogtreecommitdiff
path: root/lib/libc/amd64/string
Commit message (Expand)AuthorAgeFilesLines
* libc: spelling fixes.Pedro F. Giffuni2016-04-301-1/+1
* Remove incorrect attribution.George V. Neville-Neil2011-07-211-1/+1
* Make both stpcpy and strcpy be assembly language implementationsGeorge V. Neville-Neil2011-07-213-20/+60
* 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-079-0/+18
* We've been lax about matching END() macros in asm code for some time. ThisPeter Wemm2008-11-028-0/+16
* Optimize the instruction alignment.Alan Cox2005-04-231-2/+1
* Add a machine-specific, optimized implementation of strcat.Alan Cox2005-04-102-1/+166
* Eliminate a conditional branch and as a side-effect eliminate a branch toAlan Cox2005-04-101-5/+4
* Add a machine-specific, optimized implementation of strcpy.Alan Cox2005-04-102-1/+113
* Add a machine-specific, optimized implementation of strcmp.Alan Cox2005-04-092-1/+75
* Add machine-specific, optimized implementations of bcmp and memcmp.Alan Cox2005-04-083-1/+67
* Eliminate unneeded instructions that are a vestige of mechanicalAlan Cox2005-04-081-10/+4
* Eliminate an unneeded instruction that is a vestige of mechanicalAlan Cox2005-04-071-7/+5
* Add machine-specific, optimized implementations of bcopy, bzero, memcpy,Alan Cox2005-04-076-0/+212