Age | Commit message (Expand) | Author | Files | Lines |
2012-05-30 | Use i386 bits/huge_vall.h for i386/x86-64 | H.J. Lu | 1 | -42/+0 |
2012-05-30 | Use x86_64 bits/select.h for i386/x86_64 | H.J. Lu | 1 | -54/+0 |
2012-05-30 | Use x86_64 bits/setjmp.h for i386/x86_64 | H.J. Lu | 1 | -31/+0 |
2012-05-30 | Use x86_64 bits/mathdef.h for i386/x86_64 | H.J. Lu | 1 | -59/+0 |
2012-05-30 | Use x86_64 bits/{link.h,linkmap.h} for i386/x86_64 | H.J. Lu | 2 | -65/+0 |
2012-05-30 | Use the same bits/endian.h for i386/x86_64 | H.J. Lu | 1 | -7/+0 |
2012-05-30 | Use x86-64 bits/byteswap.h for both i386 and x86_64 | H.J. Lu | 3 | -175/+1 |
2012-05-25 | Add systemtap static probe points in setjmp/longjmp on x86. | Roland McGrath | 4 | -6/+15 |
2012-05-24 | Don't include exceptions in libm-test-ulps test names. | Joseph Myers | 1 | -16/+16 |
2012-05-24 | Test underflow exceptions in libm-test.inc. | Joseph Myers | 1 | -11/+11 |
2012-05-21 | Fix warnings in wcschr-c.c | Andreas Jaeger | 1 | -3/+9 |
2012-05-19 | Fix ccos, csin, ccosh, csinh overflows (bug 14123). | Joseph Myers | 1 | -0/+217 |
2012-05-17 | Fix warnings on Linux/i686 | Andreas Jaeger | 1 | -1/+3 |
2012-05-17 | BZ#14059: Fix AVX and FMA4 detection. | Carlos O'Donell | 2 | -0/+2 |
2012-05-15 | Split up stackguard-macros.h into sysdeps directories. | Joseph Myers | 1 | -0/+4 |
2012-05-14 | Remove unused functions from i386/mathinline.h | Andreas Jaeger | 1 | -37/+0 |
2012-05-14 | Add optimized expf for x86 | Liubov Dmitrieva | 4 | -0/+364 |
2012-05-07 | Fix x86/x86_64 expm1l inaccuracy and exceptions (bugs 13885, 13923). | Joseph Myers | 3 | -132/+68 |
2012-05-06 | Fix exp10 inaccuracy and exceptions (bugs 13884, 13914). | Joseph Myers | 2 | -47/+31 |
2012-05-05 | Fix missing exceptions from exp (bugs 13787, 13922, 14036). | Joseph Myers | 1 | -1/+18 |
2012-05-05 | Use .S sources for x86/x86_64 expl. | Joseph Myers | 2 | -78/+92 |
2012-05-03 | Update sysdeps/i386/fpu/libm-test-ulps | Andreas Jaeger | 1 | -0/+75 |
2012-05-01 | Fix nexttoward bugs (bugs 2550, 2570). | Joseph Myers | 2 | -16/+4 |
2012-04-30 | Fix x86 acos near 1 (bug 13942). | Joseph Myers | 4 | -11/+29 |
2012-04-30 | Fix acos (-1) in round-downwards mode on x86 (bug 14034). | Joseph Myers | 4 | -0/+194 |
2012-04-18 | Remove useless __ilogb*_finite aliases | Andreas Schwab | 3 | -3/+0 |
2012-04-17 | Fix ilogb exception and errno (bug 6794) | Adhemerval Zanella | 3 | -9/+24 |
2012-04-16 | Reverse arguments of fdivp in i386 code. | Marek Polacek | 1 | -2/+2 |
2012-04-09 | Fix spurious overflow exceptions from x86/x86_64 powl (bug 13872). | Joseph Myers | 1 | -12/+19 |
2012-04-09 | Fix ctan, ctanh overflow (bug 11521). | Joseph Myers | 1 | -8/+58 |
2012-04-09 | Fix missing clobber in i386 __sincos_code asm. | Roland McGrath | 1 | -7/+7 |
2012-04-09 | Fix x86 pow inaccuracy for large integer exponents (bug 706). | Joseph Myers | 1 | -4/+49 |
2012-04-08 | memset: also update copyright years | Mike Frysinger | 1 | -1/+1 |
2012-04-07 | memset: fix define usage for shared libs | Mike Frysinger | 1 | -1/+1 |
2012-04-06 | Add byteswap-16.h for __bswap_16 | H.J. Lu | 2 | -27/+51 |
2012-04-03 | Add __bswap_64 definition for non GCC compilers. | Andreas Jaeger | 1 | -2/+17 |
2012-04-02 | Call __ctype_init in early glibc startup. | Thomas Schwinge | 1 | -1/+5 |
2012-03-30 | optimize the following memcpy: sysdeps/i386/i686/multiarch/memcpy-ssse3.S | Liubov Dmitrieva | 1 | -536/+1449 |
2012-03-28 | Fix pow of negative numbers to integer exponents (bugs 369, 2678, 3866). | Joseph Myers | 3 | -12/+62 |
2012-03-27 | Regenerate | Andreas Jaeger | 1 | -1/+0 |
2012-03-27 | Merge branch 'elf-move' | Andreas Jaeger | 7 | -172/+85 |
2012-03-22 | Fix cexp overflow (bug 13892). | Joseph Myers | 1 | -0/+37 |
2012-03-21 | Use autoconf macro for testing compiler options with empty input. | Joseph Myers | 2 | -36/+30 |
2012-03-21 | Remove inaccurate x86 cexp implementations (bug 13883). | Joseph Myers | 4 | -786/+66 |
2012-03-21 | Fix pow of zero and infinity to large powers. | Joseph Myers | 3 | -32/+103 |
2012-03-20 | Move stdio-common/_itoa.h to sysdeps/generic | H.J. Lu | 1 | -1/+1 |
2012-03-20 | Merge branch 'master' into elf-move | Andreas Jaeger | 1 | -0/+60 |
2012-03-19 | Fix clog overflow/underflow (bug 13629). | Joseph Myers | 1 | -0/+60 |
2012-03-19 | Merge sysdeps/i386/elf/Versions into sysdeps/i386/Versions. | Andreas Jaeger | 6 | -170/+40 |
2012-03-19 | Optimize private 387 fenv access; share code between i386 and x86_64. | Richard Henderson | 2 | -44/+306 |