summaryrefslogtreecommitdiff
path: root/sysdeps/i386
AgeCommit message (Expand)Author
2012-06-23Some missing bits from sysdeps/*/elf dismissal.Thomas Schwinge
2012-06-21Fix a typo in i386 SYSCALL_PIC_SETUPH.J. Lu
2012-06-18Use x86-64 fpu_control.h for i386 and x86_64H.J. Lu
2012-06-15Use i386 bits/mathinline.h for i386 and x86_64H.J. Lu
2012-06-15Disable x87 inline functions for x86-64H.J. Lu
2012-06-12Add SSE math and C++ namespace to i386 bits/mathinline.hH.J. Lu
2012-06-06Use x86_64 fpu/bits/fenv.h for i386 and x86_64H.J. Lu
2012-06-04Use i486 bits/string.h for i386 and x86_64H.J. Lu
2012-06-04Provide 32-bit inline string functions for >= i486H.J. Lu
2012-05-30Use i386 bits/huge_vall.h for i386/x86-64H.J. Lu
2012-05-30Use x86_64 bits/select.h for i386/x86_64H.J. Lu
2012-05-30Use x86_64 bits/setjmp.h for i386/x86_64H.J. Lu
2012-05-30Use x86_64 bits/mathdef.h for i386/x86_64H.J. Lu
2012-05-30Use x86_64 bits/{link.h,linkmap.h} for i386/x86_64H.J. Lu
2012-05-30Use the same bits/endian.h for i386/x86_64H.J. Lu
2012-05-30Use x86-64 bits/byteswap.h for both i386 and x86_64H.J. Lu
2012-05-25Add systemtap static probe points in setjmp/longjmp on x86.Roland McGrath
2012-05-24Don't include exceptions in libm-test-ulps test names.Joseph Myers
2012-05-24Test underflow exceptions in libm-test.inc.Joseph Myers
2012-05-21Fix warnings in wcschr-c.cAndreas Jaeger
2012-05-19Fix ccos, csin, ccosh, csinh overflows (bug 14123).Joseph Myers
2012-05-17Fix warnings on Linux/i686Andreas Jaeger
2012-05-17BZ#14059: Fix AVX and FMA4 detection.Carlos O'Donell
2012-05-15Split up stackguard-macros.h into sysdeps directories.Joseph Myers
2012-05-14Remove unused functions from i386/mathinline.hAndreas Jaeger
2012-05-14Add optimized expf for x86Liubov Dmitrieva
2012-05-07Fix x86/x86_64 expm1l inaccuracy and exceptions (bugs 13885, 13923).Joseph Myers
2012-05-06Fix exp10 inaccuracy and exceptions (bugs 13884, 13914).Joseph Myers
2012-05-05Fix missing exceptions from exp (bugs 13787, 13922, 14036).Joseph Myers
2012-05-05Use .S sources for x86/x86_64 expl.Joseph Myers
2012-05-03Update sysdeps/i386/fpu/libm-test-ulpsAndreas Jaeger
2012-05-01Fix nexttoward bugs (bugs 2550, 2570).Joseph Myers
2012-04-30Fix x86 acos near 1 (bug 13942).Joseph Myers
2012-04-30Fix acos (-1) in round-downwards mode on x86 (bug 14034).Joseph Myers
2012-04-18Remove useless __ilogb*_finite aliasesAndreas Schwab
2012-04-17Fix ilogb exception and errno (bug 6794)Adhemerval Zanella
2012-04-16Reverse arguments of fdivp in i386 code.Marek Polacek
2012-04-09Fix spurious overflow exceptions from x86/x86_64 powl (bug 13872).Joseph Myers
2012-04-09Fix ctan, ctanh overflow (bug 11521).Joseph Myers
2012-04-09Fix missing clobber in i386 __sincos_code asm.Roland McGrath
2012-04-09Fix x86 pow inaccuracy for large integer exponents (bug 706).Joseph Myers
2012-04-08memset: also update copyright yearsMike Frysinger
2012-04-07memset: fix define usage for shared libsMike Frysinger
2012-04-06Add byteswap-16.h for __bswap_16H.J. Lu
2012-04-03Add __bswap_64 definition for non GCC compilers.Andreas Jaeger
2012-04-02Call __ctype_init in early glibc startup.Thomas Schwinge
2012-03-30optimize the following memcpy: sysdeps/i386/i686/multiarch/memcpy-ssse3.SLiubov Dmitrieva
2012-03-28Fix pow of negative numbers to integer exponents (bugs 369, 2678, 3866).Joseph Myers
2012-03-27RegenerateAndreas Jaeger
2012-03-27Merge branch 'elf-move'Andreas Jaeger