aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/amd64/string
Commit message (Expand)AuthorAgeFilesLines
* 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