aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/i386
AgeCommit message (Expand)AuthorFilesLines
2011-02-02AVX audit test failures with gcc 4.6H.J. Lu2-332/+433
2011-01-12Fix alignment in x86 destructor calls.Ulrich Drepper1-0/+1
2011-01-09Clean up some bits/select.h headers.Ulrich Drepper1-25/+8
2010-12-24Remove `.ctors' and `.dtors' output sectionsH.J. Lu1-0/+2
2010-12-19Make PowerPC64 default to nonexecutable stackRyan S. Arnold1-1/+7
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-30Relax libm tests for x86-32.Ulrich Drepper1-2/+2
2010-11-10Fix warnings in __bswap_16.Ulrich Drepper1-7/+8
2010-11-0532bit memset-sse2.S fails with uneven cache sizeUlrich Drepper1-0/+4
2010-10-19Provide FP_FAST_FMA{,F,L} definitions for x86/x86-64.Ulrich Drepper1-1/+15
2010-10-15Implement fmal, some fma bugfixesJakub Jelinek3-94/+0
2010-10-13Implement accurate fma.Jakub Jelinek2-5/+3
2010-10-11Correct implementation of fmaf.Jakub Jelinek3-3/+5
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-08-15Add -fno-asynchronous-unwind-tables to initfini.s for i386H.J. Lu1-0/+4
2010-08-07x86: Add support for frame pointer less mcountAndi Kleen1-0/+25
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. Lu8-0/+179
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. Lu3-0/+43
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-02-09More compact unwind info.Ulrich Drepper1-5/+3
2010-02-09Fix i386 __mpn_lshift unwind infoUlrich Drepper1-1/+3
2010-02-09Avoid PLT call to fegetenv on s390Andreas Schwab1-0/+1
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. Lu31-12/+6232
2009-12-13Define bit_SSE2 and index_SSE2.H.J. Lu3-8/+8
2009-10-19Correct errno handling in expm1.Andreas Schwab3-1/+14
2009-09-15configure tweaks, support $libc_add_on_config_subdirsRoland McGrath2-156/+138
2009-09-03Fix IA-32 strstr in multiarch configuration as well.Ulrich Drepper1-1/+2