| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove x86 ifunc-defines.sym and rtld-global-offsets.sym | H.J. Lu | 2016-05-11 | 2 | -20/+0 |
* | Use HAS_ARCH_FEATURE with Fast_Rep_String | H.J. Lu | 2016-03-06 | 9 | -9/+9 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 64 | -64/+64 |
* | Remove configure tests for AVX support. | Joseph Myers | 2015-10-08 | 5 | -11/+3 |
* | Remove configure tests for SSE4 support. | Joseph Myers | 2015-10-06 | 3 | -14/+2 |
* | Move i486/strcat.S to strcat.S | H.J. Lu | 2015-08-27 | 1 | -1/+1 |
* | Remove the unused IFUNC files | H.J. Lu | 2015-08-20 | 1 | -4/+0 |
* | Move x86_64 init-arch.h to sysdeps/x86/init-arch.h | H.J. Lu | 2015-08-20 | 1 | -1/+0 |
* | Remove x86 init-arch.c | H.J. Lu | 2015-08-20 | 1 | -1/+0 |
* | Update i686 multiarch functions for <cpu-features.h> | H.J. Lu | 2015-08-13 | 34 | -882/+346 |
* | Add _dl_x86_cpu_features to rtld_global | H.J. Lu | 2015-08-13 | 3 | -7/+0 |
* | Fix regcomp wcscoll, wcscmp namespace (bug 18497). | Joseph Myers | 2015-06-09 | 2 | -4/+7 |
* | Use libc_hidden_proto / libc_hidden_def with __strnlen. | Joseph Myers | 2015-06-02 | 1 | -1/+3 |
* | powerpc: Fix __wcschr static build | Adhemerval Zanella | 2015-04-15 | 1 | -2/+8 |
* | Fix __memcpy_chk on non-SSE2 CPUs | Evangelos Foutras | 2015-02-10 | 1 | -2/+2 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 64 | -64/+64 |
* | i386: memcpy functions with SSE2 unaligned load/store | Andrew Senkevich | 2014-12-30 | 13 | -3/+769 |
* | Fix strftime wcschr namespace (bug 17634). | Joseph Myers | 2014-12-10 | 2 | -3/+6 |
* | Remove NOT_IN_libc | Siddhesh Poyarekar | 2014-11-24 | 62 | -64/+64 |
* | Fix misdetected Slow_SSE4_2 cpu feature bit (bug 17501) | Andreas Schwab | 2014-10-27 | 3 | -6/+6 |
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 63 | -63/+63 |
* | Remove use of SSE4.2 functions for strstr on i686 | Andreas Schwab | 2013-12-18 | 6 | -49/+2 |
* | Remove --disable-versioning. | Joseph Myers | 2013-09-04 | 1 | -1/+1 |
* | Fix handling LC_CTYPE nonascii-case fallback in i686 SSE4.2 and SSSE3 strcase... | Andreas Schwab | 2013-08-27 | 2 | -0/+24 |
* | Fix typos. | Ondřej Bílka | 2013-08-21 | 7 | -11/+11 |
* | i686: Skip SSE4_2 version for strcmp, strncmp, strncase, strcasecmp | Liubov Dmitrieva | 2013-08-21 | 3 | -0/+12 |
* | Enable static 32-bit SSE4.2 strcasecmp/strncasecmp | H.J. Lu | 2013-07-02 | 2 | -6/+0 |
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 63 | -63/+63 |
* | Add i686 __libc_ifunc_impl_list | H.J. Lu | 2012-10-11 | 42 | -0/+396 |
* | Remove executable permissions checked in by accident | Andreas Jaeger | 2012-08-15 | 1 | -0/+0 |
* | Fix segmentation fault in strncasecmp for i686 | Liubov Dmitrieva | 2012-08-15 | 1 | -1/+1 |
* | Avoid DWARF definition DIE on ifunc symbols | H.J. Lu | 2012-08-09 | 1 | -3/+14 |
* | Fix warnings in wcschr-c.c | Andreas Jaeger | 2012-05-21 | 1 | -3/+9 |
* | BZ#14059: Fix AVX and FMA4 detection. | Carlos O'Donell | 2012-05-17 | 2 | -0/+2 |
* | optimize the following memcpy: sysdeps/i386/i686/multiarch/memcpy-ssse3.S | Liubov Dmitrieva | 2012-03-30 | 1 | -536/+1449 |
* | Fix x86 strcasecmp_l (bug 13786). | Joseph Myers | 2012-02-29 | 3 | -1/+6 |
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 62 | -186/+124 |
* | Consistently use macros for x86 PIC thunks. | Joseph Myers | 2012-02-03 | 40 | -407/+91 |
* | Fix wrong copying processing for last bytes in x86-32 wcscpy | Liubov Dmitrieva | 2011-12-23 | 1 | -41/+21 |
* | Fix overrun in strcpy destination buffer in x86-32/SSSE3 version | Liubov Dmitrieva | 2011-12-22 | 1 | -745/+516 |
* | Optimized wcschr and wcscpy for x86-64 and x86-32 | Ulrich Drepper | 2011-12-17 | 10 | -1/+1370 |
* | Fix SSSE3/SSE4.2 strcasecmp[_l]/strncasecmp[_l] for non-PIC and -mno-tls-dire... | Andreas Schwab | 2011-11-16 | 2 | -12/+68 |
* | Add SSE4.2 support for strcasecmp and strncasecmp on x86-32 | Ulrich Drepper | 2011-11-14 | 8 | -89/+470 |
* | SSSE3 optimized strcasecmp and strncasecmp for x86-32 | Ulrich Drepper | 2011-11-13 | 14 | -266/+1058 |
* | Fix warnings in fallback C code of x86-32 wide memory functions | Ulrich Drepper | 2011-11-12 | 3 | -0/+12 |
* | Remove unnecessary code from x86-32 SSSE3 strncmp | Ulrich Drepper | 2011-11-08 | 1 | -3/+1 |
* | Fix some warning nits | Andreas Schwab | 2011-10-28 | 2 | -7/+5 |
* | Move wide char related routines to wcsmbs subdir | Andreas Schwab | 2011-10-28 | 1 | -3/+7 |
* | Fix strnlen change | Ulrich Drepper | 2011-10-23 | 1 | -0/+1 |
* | Add optimized wcslen and strnlen for x86-32 | Liubov Dmitrieva | 2011-10-23 | 8 | -40/+723 |