summaryrefslogtreecommitdiffstats
path: root/lib/libc/amd64/string
Commit message (Expand)AuthorAgeFilesLines
* Remove incorrect attribution.gnn2011-07-211-1/+1
* Make both stpcpy and strcpy be assembly language implementationsgnn2011-07-213-20/+60
* Remove duplicate .note.GNU-stack section declaration. bcopy alreadykib2011-02-041-2/+0
* Add section .note.GNU-stack for assembly files used by 386 and amd64.kib2011-01-079-0/+18
* We've been lax about matching END() macros in asm code for some time. Thispeter2008-11-028-0/+16
* Optimize the instruction alignment.alc2005-04-231-2/+1
* Add a machine-specific, optimized implementation of strcat.alc2005-04-102-1/+166
* Eliminate a conditional branch and as a side-effect eliminate a branch toalc2005-04-101-5/+4
* Add a machine-specific, optimized implementation of strcpy.alc2005-04-102-1/+113
* Add a machine-specific, optimized implementation of strcmp.alc2005-04-092-1/+75
* Add machine-specific, optimized implementations of bcmp and memcmp.alc2005-04-083-1/+67
* Eliminate unneeded instructions that are a vestige of mechanicalalc2005-04-081-10/+4
* Eliminate an unneeded instruction that is a vestige of mechanicalalc2005-04-071-7/+5
* Add machine-specific, optimized implementations of bcopy, bzero, memcpy,alc2005-04-076-0/+212
OpenPOWER on IntegriCloud