Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-19 | Optimize x86-64 rawmemchr and add test | Ulrich Drepper | |
2011-10-15 | Optimized memcmp and wmemcmp for x86-64 and x86-32 | Liubov Dmitrieva | |
2011-10-13 | Add memrchr tests | Andreas Schwab | |
2011-10-12 | Optimized memchr, memrchr, rawmemchr for x86-32 | Liubov Dmitrieva | |
2011-10-07 | delete 4 lines with unused "define" macros in test-memcmp | Liubov Dmitrieva | |
2011-09-09 | string/strncat.c: fix compilation for some architectures | Denis Zaitceff | |
2011-09-08 | Move wide char tests to wcsmbs directory | Ulrich Drepper | |
2011-09-08 | New comprehensive test for wmemcmp | Liubov Dmitrieva | |
2011-08-14 | More warning patrol. | Roland McGrath | |
2011-08-04 | Provide better output in string tests | Ulrich Drepper | |
If IMPL is called with a macro for the first parameter the macro does not get expanded before the string is stored in the impl_t data structure. | |||
2011-08-04 | Cleanup wcscmp test addition | Ulrich Drepper | |
2011-08-04 | New comprehensive test for wcscmp | Liubov Dmitrieva | |
2011-07-21 | Add more tests for strcat and strncat. | Ulrich Drepper | |
2011-07-19 | Improve 64 bit strcat functions with SSE2/SSSE3 | Liubov Dmitrieva | |
2011-07-19 | Fix alloca accounting in strxfm | Andreas Schwab | |
2011-07-06 | Add string/test-strncat.c | Ulrich Drepper | |
2011-05-21 | Fix last change | Ulrich Drepper | |
And optimize a bit. | |||
2011-05-21 | Always fill output buffer in XPG strerror function | Ulrich Drepper | |
2011-05-21 | Nicer output for negative error numbers in strerror_r | Ulrich Drepper | |
2011-04-07 | Revert "Fix strncmp page test to limit length to size of object" | Andreas Schwab | |
This reverts commit e513f34605747f43eed259519b6fb847591861d2. | |||
2011-04-05 | Fix strncmp page test to limit length to size of object | Andreas Schwab | |
2011-03-21 | Fix whitespace issue. | Ulrich Drepper | |
2011-03-21 | Handle page boundaries in x86 SSE4.2 strncmp. | H.J. Lu | |
2010-12-25 | Change XPG-compliant strerror_r function to return error code. | Ulrich Drepper | |
2010-12-09 | Fix -D_FORTIFY_SOURCE memmove and bcop | Jakub Jelinek | |
2010-11-10 | Fix one exit path in x86-64 SSE4.2 str{,n}casecmp. | H.J. Lu | |
2010-10-26 | Add missing file. | Ulrich Drepper | |
2010-10-26 | Fix concurrency problem between dl_open and dl_iterate_phdr | Andreas Krebbel | |
2010-10-06 | Add test case for strstr problem. | Ulrich Drepper | |
2010-10-06 | Fix strstr and memmem algorithm. | Eric Blake | |
2010-10-03 | Fix handling of tail bytes of buffer in SSE2/SSSE3 x86-64 version strn{,case}cmp | Ulrich Drepper | |
2010-08-14 | Add optimized strncasecmp versions for x86-64. | Ulrich Drepper | |
2010-07-30 | Implement optimized strcaecmp for x86-64. | Ulrich Drepper | |
2010-07-30 | Fix tolower operation in strcasestr. | Ulrich Drepper | |
2010-07-26 | Add optimized x86-64 implementation of strnlen. | Ulrich Drepper | |
While at it, beef up the test suite for strnlen and add performance tests for it, too. | |||
2010-07-23 | Add performance tests for strstr and strcasestr. | Ulrich Drepper | |
2010-06-30 | Improve 64bit memcpy/memmove for Atom, Core 2 and Core i7 | H.J. Lu | |
This patch includes optimized 64bit memcpy/memmove for Atom, Core 2 and Core i7. It improves memcpy by up to 3X on Atom, up to 4X on Core 2 and up to 1X on Core i7. It also improves memmove by up to 3X on Atom, up to 4X on Core 2 and up to 2X on Core i7. | |||
2010-04-15 | Fix bugs in x86-32 strcmp-sse4.S and strcmp-ssse3.S | H.J. Lu | |
2010-03-24 | Test case for last x86 memcmp problem | H.J. Lu | |
2010-01-14 | Relax onditions in strings.h. | Ulrich Drepper | |
2010-01-10 | Cleanup strings.h. | Ulrich Drepper | |
Cleanup the strings.h header for XPG7 and update the tests. | |||
2010-01-09 | Add support for XPG7 testing. | Ulrich Drepper | |
The header conformance testing code needed extending for XPG7. This exposed a few bugs in the headers. There are more changes to come. | |||
2009-11-10 | Avoid memset warning in one case. | Caolan McNamara | |
2009-07-20 | SSE4.2 strstr/strcasestr for x86-64. | H.J. Lu | |
This patch implements SSE4.2 strstr/strcasestr, using Knuth-Morris-Pratt string searching algorithm. | |||
2009-07-02 | SSSE3 strcpy/stpcpy for x86-64 | H.J. Lu | |
This patch adds SSSE3 strcpy/stpcpy. I got up to 4X speed up on Core 2 and Core i7. I disabled it on Atom since SSSE3 version is slower for shorter (<64byte) data. | |||
2009-06-22 | Add SSE4.2 support for strcmp and strncmp on x86-64. | H.J. Lu | |
2009-06-16 | Fix x86-64 memchr for large lengths. | Jakub Jelinek | |
2009-05-16 | Remove redundant .gitignore files. | Andreas Schwab | |
2009-05-15 | rename each .cvsignore file to .gitignore | Jim Meyering | |
2009-05-09 | * string/stratcliff.c (do_test): Test for zero length | Ulrich Drepper | |
STRNLEN, MEMCHR, STRNCPY, STPNCPY, MEMCPY, MEMPCPY and memccpy at the end of the page. |