about summary refs log tree commit diff
path: root/sysdeps/i386/i686/multiarch
Commit message (Expand)AuthorAgeFilesLines
* Remove use of SSE4.2 functions for strstr on i686Andreas Schwab2013-12-186-49/+2
* Remove --disable-versioning.Joseph Myers2013-09-041-1/+1
* Fix handling LC_CTYPE nonascii-case fallback in i686 SSE4.2 and SSSE3 strcase...Andreas Schwab2013-08-272-0/+24
* Fix typos.Ondřej Bílka2013-08-217-11/+11
* i686: Skip SSE4_2 version for strcmp, strncmp, strncase, strcasecmpLiubov Dmitrieva2013-08-213-0/+12
* Enable static 32-bit SSE4.2 strcasecmp/strncasecmpH.J. Lu2013-07-022-6/+0
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-0263-63/+63
* Add i686 __libc_ifunc_impl_listH.J. Lu2012-10-1142-0/+396
* Remove executable permissions checked in by accidentAndreas Jaeger2012-08-151-0/+0
* Fix segmentation fault in strncasecmp for i686Liubov Dmitrieva2012-08-151-1/+1
* Avoid DWARF definition DIE on ifunc symbolsH.J. Lu2012-08-091-3/+14
* Fix warnings in wcschr-c.cAndreas Jaeger2012-05-211-3/+9
* BZ#14059: Fix AVX and FMA4 detection.Carlos O'Donell2012-05-172-0/+2
* optimize the following memcpy: sysdeps/i386/i686/multiarch/memcpy-ssse3.SLiubov Dmitrieva2012-03-301-536/+1449
* Fix x86 strcasecmp_l (bug 13786).Joseph Myers2012-02-293-1/+6
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-0962-186/+124
* Consistently use macros for x86 PIC thunks.Joseph Myers2012-02-0340-407/+91
* Fix wrong copying processing for last bytes in x86-32 wcscpyLiubov Dmitrieva2011-12-231-41/+21
* Fix overrun in strcpy destination buffer in x86-32/SSSE3 versionLiubov Dmitrieva2011-12-221-745/+516
* Optimized wcschr and wcscpy for x86-64 and x86-32Ulrich Drepper2011-12-1710-1/+1370
* Fix SSSE3/SSE4.2 strcasecmp[_l]/strncasecmp[_l] for non-PIC and -mno-tls-dire...Andreas Schwab2011-11-162-12/+68
* Add SSE4.2 support for strcasecmp and strncasecmp on x86-32Ulrich Drepper2011-11-148-89/+470
* SSSE3 optimized strcasecmp and strncasecmp for x86-32Ulrich Drepper2011-11-1314-266/+1058
* Fix warnings in fallback C code of x86-32 wide memory functionsUlrich Drepper2011-11-123-0/+12
* Remove unnecessary code from x86-32 SSSE3 strncmpUlrich Drepper2011-11-081-3/+1
* Fix some warning nitsAndreas Schwab2011-10-282-7/+5
* Move wide char related routines to wcsmbs subdirAndreas Schwab2011-10-281-3/+7
* Fix strnlen changeUlrich Drepper2011-10-231-0/+1
* Add optimized wcslen and strnlen for x86-32Liubov Dmitrieva2011-10-238-40/+723
* Improve x86-32 SSSE3 memcpyMichael Zolotukhin2011-10-231-219/+708
* Fix WSUlrich Drepper2011-10-231-5/+5
* Fix signedness in wcscmp comparisonLiubov Dmitrieva2011-10-231-71/+87
* Optimized memcmp and wmemcmp for x86-64 and x86-32Liubov Dmitrieva2011-10-157-282/+754
* Fix whitespacesUlrich Drepper2011-10-122-10/+10
* Optimized memchr, memrchr, rawmemchr for x86-32Liubov Dmitrieva2011-10-1211-1/+2639
* Fix up x86-32 section names for Atom codeLiubov Dmitrieva2011-09-076-9/+6
* Move Atom-optimized code out of the way and togetherUlrich Drepper2011-09-063-4/+4
* Fix whitespacesUlrich Drepper2011-09-052-2/+0
* Optimized strchr and strrchr with SSE2 on x86-32Liubov Dmitrieva2011-09-057-1/+1656
* Fix whitespacesUlrich Drepper2011-09-053-4/+1
* Add x86-32 optimized wcscmpUlrich Drepper2011-09-054-1/+1075
* Fix spurious nop at start of __strspn_ia32Andreas Schwab2011-08-231-2/+2
* Fix whitespacesUlrich Drepper2011-08-042-2/+0
* Improve x86-32 strcat functions with SSE2/SSSE3Liubov Dmitrieva2011-08-0410-317/+2314
* Quash a warning in strstr-c.c built for static.Roland McGrath2011-07-141-0/+2
* Fix unwind info in 32bit SSE2/SSSE3 strncpyH.J. Lu2011-06-252-1/+5
* Optimized st{r,p}{,n}cpy for SSE2/SSSE3 on x86-32H.J. Lu2011-06-2414-1/+6542
* Fix static linking with checking x86/x86-64 memcpy.Mike Frysinger2011-04-172-2/+2
* Undo accidental checkin.Ulrich Drepper2010-12-141-25/+30
* Fix -D_FORTIFY_SOURCE memmove and bcopJakub Jelinek2010-12-091-30/+25