summaryrefslogtreecommitdiff
path: root/sysdeps/i386/i686
AgeCommit message (Expand)AuthorFilesLines
2011-10-15Optimized memcmp and wmemcmp for x86-64 and x86-32Liubov Dmitrieva7-282/+754
2011-10-14Optimize x86-32 logUlrich Drepper3-0/+242
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-11-0532bit memset-sse2.S fails with uneven cache sizeUlrich Drepper1-0/+4
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
2010-08-24Clean up SSE variable shiftsRichard Henderson3-1/+3
2010-08-19Fix ifunc thunk for strspn on x86 in static libcAndreas Schwab1-2/+2
2010-07-21Add missing file from last commit.Andreas Schwab1-0/+2
2010-07-21Add strcasestr-nonascii to i386 buildAndreas Schwab1-1/+2
2010-04-15Fix bugs in x86-32 strcmp-sse4.S and strcmp-ssse3.SH.J. Lu2-7/+8
2010-04-14Add x86-32 FMA supportH.J. Lu6-0/+143
2010-03-18Fix sysdeps/i386/i686/multiarch/memcmp-ssse3.SH.J. Lu1-0/+15
2010-03-04Pass -mtune=i686 to assembler when compiling for i686H.J. Lu1-0/+16
2010-02-26Fix unwind info in x86 strcmp-sse4.SH.J. Lu1-1/+3
2010-02-24Fix issues in x86 memcpy-ssse3-rep.SH.J. Lu1-106/+140
2010-02-24Fix issues in x86 memcpy-ssse3.SH.J. Lu1-40/+73
2010-02-24Fix issues in x86 memset-sse2.S/memset-sse2-rep.SH.J. Lu2-15/+18
2010-02-18Use CPUID_OFFSET instead of FEATURE_OFFSETH.J. Lu2-2/+2
2010-02-17Align x86 memcmp-sse4.S and fix unwind info.H.J. Lu1-7/+23
2010-02-17Fix unwind info in x86 memcmp-ssse3.H.J. Lu1-5/+1
2010-02-17Simplify x86 strcmp-sse4 unwind info.H.J. Lu1-15/+7
2010-02-17Fix and cleanup unwind info in x86 strcmp-ssse<F3>.Ulrich Drepper1-73/+14
2010-02-15Remove commented-out code.Ulrich Drepper1-6/+0
2010-02-15Fix up new x86 string functions.Ulrich Drepper4-38/+151
2010-02-1532bit memcmp/strcmp/strncmp optimized for SSSE3/SSS4.2H.J. Lu11-1/+5743
2010-01-19Support __memmove_ssse3_rep when SHARED isn't defined.H.J. Lu1-0/+3
2010-01-12Fix whitespace problems.Ulrich Drepper6-20/+20
2010-01-12Optimize 32bit memset/memcpy with SSE2/SSSE3.H.J. Lu30-12/+6229
2009-12-13Define bit_SSE2 and index_SSE2.H.J. Lu3-8/+8