aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/i386/i686/multiarch
AgeCommit message (Expand)AuthorFilesLines
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers63-63/+63
2012-10-11Add i686 __libc_ifunc_impl_listH.J. Lu42-0/+396
2012-08-15Remove executable permissions checked in by accidentAndreas Jaeger1-0/+0
2012-08-15Fix segmentation fault in strncasecmp for i686Liubov Dmitrieva1-1/+1
2012-08-09Avoid DWARF definition DIE on ifunc symbolsH.J. Lu1-3/+14
2012-05-21Fix warnings in wcschr-c.cAndreas Jaeger1-3/+9
2012-05-17BZ#14059: Fix AVX and FMA4 detection.Carlos O'Donell2-0/+2
2012-03-30optimize the following memcpy: sysdeps/i386/i686/multiarch/memcpy-ssse3.SLiubov Dmitrieva1-536/+1449
2012-02-29Fix x86 strcasecmp_l (bug 13786).Joseph Myers3-1/+6
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert62-186/+124
2012-02-03Consistently use macros for x86 PIC thunks.Joseph Myers40-407/+91
2011-12-23Fix wrong copying processing for last bytes in x86-32 wcscpyLiubov Dmitrieva1-41/+21
2011-12-22Fix overrun in strcpy destination buffer in x86-32/SSSE3 versionLiubov Dmitrieva1-745/+516
2011-12-17Optimized wcschr and wcscpy for x86-64 and x86-32Ulrich Drepper10-1/+1370
2011-11-16Fix SSSE3/SSE4.2 strcasecmp[_l]/strncasecmp[_l] for non-PIC and -mno-tls-dire...Andreas Schwab2-12/+68
2011-11-14Add SSE4.2 support for strcasecmp and strncasecmp on x86-32Ulrich Drepper8-89/+470
2011-11-13SSSE3 optimized strcasecmp and strncasecmp for x86-32Ulrich Drepper14-266/+1058
2011-11-12Fix warnings in fallback C code of x86-32 wide memory functionsUlrich Drepper3-0/+12
2011-11-08Remove unnecessary code from x86-32 SSSE3 strncmpUlrich Drepper1-3/+1
2011-10-28Fix some warning nitsAndreas Schwab2-7/+5
2011-10-28Move wide char related routines to wcsmbs subdirAndreas Schwab1-3/+7
2011-10-23Fix strnlen changeUlrich Drepper1-0/+1
2011-10-23Add optimized wcslen and strnlen for x86-32Liubov Dmitrieva8-40/+723
2011-10-23Improve x86-32 SSSE3 memcpyMichael Zolotukhin1-219/+708
2011-10-23Fix WSUlrich Drepper1-5/+5
2011-10-23Fix signedness in wcscmp comparisonLiubov Dmitrieva1-71/+87
2011-10-15Optimized memcmp and wmemcmp for x86-64 and x86-32Liubov Dmitrieva7-282/+754
2011-10-12Fix whitespacesUlrich Drepper2-10/+10
2011-10-12Optimized memchr, memrchr, rawmemchr for x86-32Liubov Dmitrieva11-1/+2639
2011-09-07Fix up x86-32 section names for Atom codeLiubov Dmitrieva6-9/+6
2011-09-06Move Atom-optimized code out of the way and togetherUlrich Drepper3-4/+4
2011-09-05Fix whitespacesUlrich Drepper2-2/+0
2011-09-05Optimized strchr and strrchr with SSE2 on x86-32Liubov Dmitrieva7-1/+1656
2011-09-05Fix whitespacesUlrich Drepper3-4/+1
2011-09-05Add x86-32 optimized wcscmpUlrich Drepper4-1/+1075
2011-08-23Fix spurious nop at start of __strspn_ia32Andreas Schwab1-2/+2
2011-08-04Fix whitespacesUlrich Drepper2-2/+0
2011-08-04Improve x86-32 strcat functions with SSE2/SSSE3Liubov Dmitrieva10-317/+2314
2011-07-14Quash a warning in strstr-c.c built for static.Roland McGrath1-0/+2
2011-06-25Fix unwind info in 32bit SSE2/SSSE3 strncpyH.J. Lu2-1/+5
2011-06-24Optimized st{r,p}{,n}cpy for SSE2/SSSE3 on x86-32H.J. Lu14-1/+6542
2011-04-17Fix static linking with checking x86/x86-64 memcpy.Mike Frysinger2-2/+2
2010-12-14Undo accidental checkin.Ulrich Drepper1-25/+30
2010-12-09Fix -D_FORTIFY_SOURCE memmove and bcopJakub Jelinek1-30/+25
2010-12-01Remove dead code from x86-32 SSSE3 strncmp.H.J. Lu1-8/+1
2010-10-13Implement accurate fma.Jakub Jelinek1-1/+1
2010-10-11Correct implementation of fmaf.Jakub Jelinek1-1/+1
2010-08-27Add missing i686/multiarch/Makefile bit for shared x86_64 code.Roland McGrath1-0/+1
2010-08-27Fixup x86 after x86-64 varshift change.Ulrich Drepper2-1/+1
2010-08-25Unroll 32bit SSE strlen and handle slow bsfH.J. Lu4-80/+480