aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-06-11Add Thumb-2 strlen.Matthew Gretton-Dann
2013-04-03Update memcpy comments after testing on big endian.Will Newton
2013-03-26Integrate NEON/VFP/ARM optimised memcpy implementation.Will Newton
2013-01-16This patch fixes an issue in the AArch64 strnlen implementation whichMarcus Shawcroft
2013-01-16This patch fixes an issue in the AArch64 strncmp implementation whichMarcus Shawcroft
2013-01-07Add AArch64 optimised memcmp.Marcus Shawcroft
2013-01-07Add AArch64 optimised strnlen.Marcus Shawcroft
2013-01-07Add AArch64 optimized strlen.Marcus Shawcroft
2013-01-07Add AArch64 optimized strncmp.Marcus Shawcroft
2013-01-07Add AArch64 optimised memmove.Marcus Shawcroft
2012-12-12Add aarch64 implementations of memcpy, memset and strcmp toMichael Hope
2011-12-07Remove cbz from align loop of memchr - can't run off endDr. David Alan Gilbert
2011-10-13Big endian ifdefs in strlenDr. David Alan Gilbert
2011-09-15Remove strcmp from src and build (keep tests and reference for now)Dr. David Alan Gilbert
2011-09-12remove old memcpy.S, memset.S and strlen.c from linaro build that were from 3...Dr. David Alan Gilbert
2011-09-09Minor style changes. Documented the basics of style.Michael Hope
2011-09-08spaces->tabs, use C style comments for the big top commentDr. David Alan Gilbert
2011-09-08use capital .S for strchr.S and strlen.S in linaro-a9Dr. David Alan Gilbert
2011-09-08Mask character to match to string in strchrDr. David Alan Gilbert
2011-09-08Align to 8 bytes instead of 16 before starting the main loop.Michael Hope
2011-09-01Import my memcpy routines (plain ARMv7 and Neon hybrid)Dr. David Alan Gilbert
2011-09-01Fix memset for when ch isn't a char. POSIX says that ch is cast to an unsigne...Michael Hope
2011-08-30Import linaro non-neon memset codeDr. David Alan Gilbert
2011-07-14Add bigendian fixes for linaro-a9 memchr.SDr. David Alan Gilbert
2011-02-10Import of fast memchr, strlen and simple strchr from Dave Gilbert's repoDr. David Alan Gilbert
2010-09-06Added GLIBC add-on supportMichael Hope
2010-09-02Added a README. Re-factored the build into a top level Makefile.Michael Hope
2010-09-02Pulled in the routines and packaged them up.Michael Hope
2010-08-30Modified the imported versions to build locally. Added the CSL routines.Michael Hope
2010-08-26Made the different routines compile. Expanded the tests.Michael Hope
2010-08-27Pulled in the initial versionsMichael Hope