aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/i386
AgeCommit message (Expand)AuthorFilesLines
2011-10-20Check for FMA4 support and generate appropriate fma functionsUlrich Drepper2-20/+54
2011-10-15No need for boundary case handling in x86-32 __ieee_logUlrich Drepper1-52/+1
2011-10-15Optimize expUlrich Drepper3-3/+34
2011-10-15No need for boundary case handling in x86-32 __ieee_logfUlrich Drepper1-52/+1
2011-10-15Optimized memcmp and wmemcmp for x86-64 and x86-32Liubov Dmitrieva7-282/+754
2011-10-14Optimize x86-32 logUlrich Drepper6-3/+299
2011-10-12Fix whitespacesUlrich Drepper2-10/+10
2011-10-12Optimized memchr, memrchr, rawmemchr for x86-32Liubov Dmitrieva11-1/+2639
2011-10-12Optimize libmUlrich Drepper46-149/+179
2011-10-05Don't call ifunc functions in trace modeAndreas Schwab1-11/+16
2011-09-13Avoid macro clash between <sys/select.h> and <linux/posix_types.h>Andreas Schwab1-3/+3
2011-09-11Remove --wth-tls option, TLS support is requiredUlrich Drepper2-10/+5
2011-09-10Remove support for !USE___THREADUlrich Drepper1-24/+16
2011-09-09Fix jn precisionPetr Baudis1-4/+50
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 Drepper4-5/+7
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-29rtld, i386: Fix cfi directive in audit trampoline codeJiri Olsa1-2/+2
2011-08-23Fix spurious nop at start of __strspn_ia32Andreas Schwab1-2/+2
2011-08-14More warning patrol, in dead code (sigh).Roland McGrath1-5/+13
2011-08-04Fix whitespacesUlrich Drepper2-2/+0
2011-08-04Improve x86-32 strcat functions with SSE2/SSSE3Liubov Dmitrieva10-317/+2314
2011-08-04Fix inline strncat/strncmp on x86Andreas Schwab1-8/+8
2011-07-16Never use -mpreferred-stack-boundary=2 on i386, now disallowed by GCC.Roland McGrath1-1/+4
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-06-20Add an elf_ifunc_invoke interface so that architectures can implementDavid S. Miller1-1/+8
2011-04-22Remove doubled words.Jim Meyering1-2/+2
2011-04-17Fix static linking with checking x86/x86-64 memcpy.Mike Frysinger2-2/+2
2011-04-10Fix memory leak in TLS of loaded objects.Ulrich Drepper1-1/+4
2011-03-10Regenerate.Ulrich Drepper1-12/+90
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