| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix x86 SSE cosf, sinf issues | Liubov Dmitrieva | 2012-09-10 | 2 | -29/+16 |
* | Update libm-test-ulps | Andreas Jaeger | 2012-09-03 | 1 | -0/+6 |
* | Add optimized sinf and cosf routines for x86 and x86-64 | Liubov Dmitrieva | 2012-09-03 | 3 | -4/+1124 |
* | Use the first element of GOT for ld.so addresses | H.J. Lu | 2012-09-02 | 1 | -32/+8 |
* | Clean up x86_64/multiarch/strstr-c.c include order. | Roland McGrath | 2012-08-15 | 1 | -6/+26 |
* | Clean up x86_64/multiarch/memmove.c include order. | Roland McGrath | 2012-08-15 | 1 | -20/+18 |
* | i386/x86_64: punt HAVE_CPP_ASM_DEBUGINFO | Mike Frysinger | 2012-08-14 | 2 | -83/+4 |
* | Update x86-64 ULPs | Markus Trippelsdorf | 2012-08-13 | 1 | -0/+3 |
* | Avoid DWARF definition DIE on ifunc symbols | H.J. Lu | 2012-08-09 | 2 | -10/+32 |
* | Get rid of ASM_TYPE_DIRECTIVE{,_PREFIX}. | Marek Polacek | 2012-08-02 | 12 | -44/+42 |
* | Improve clog, clog10 handling of values with real or imaginary part slightly ... | Joseph Myers | 2012-07-31 | 1 | -2/+69 |
* | Improve clog, clog10 handling of values with real or imaginary part 1 (bug 13... | Joseph Myers | 2012-07-26 | 1 | -0/+57 |
* | Move testsuite audit definitions to sysdeps tst-audit.h files. | Joseph Myers | 2012-07-26 | 1 | -0/+32 |
* | Move ldsodefs.h audit definitions to sysdeps directories. | Joseph Myers | 2012-07-25 | 1 | -0/+55 |
* | Remove TLS configure checks. | Marek Polacek | 2012-07-17 | 2 | -63/+0 |
* | Split tls-macros.h into sysdeps directories. | Joseph Myers | 2012-07-17 | 1 | -0/+39 |
* | Get rid of ASM_GLOBAL_DIRECTIVE. | Marek Polacek | 2012-07-10 | 4 | -6/+6 |
* | Fix clog, clog10 spurious underflow exceptions (bug 14337). | Joseph Myers | 2012-07-09 | 1 | -0/+152 |
* | Fix expm1 spurious underflow exceptions (bug 6778). | Joseph Myers | 2012-07-06 | 2 | -14/+31 |
* | Fix csqrt underflow (bugs 14157, 14331). | Joseph Myers | 2012-07-05 | 1 | -0/+30 |
* | Fix ctan, ctanh of subnormals in round-upwards mode (bug 14328). | Joseph Myers | 2012-07-04 | 1 | -0/+278 |
* | Use x86-64 fpu_control.h for i386 and x86_64 | H.J. Lu | 2012-06-18 | 1 | -109/+0 |
* | Use __volatile__ to access fpu control word | H.J. Lu | 2012-06-18 | 1 | -5/+14 |
* | Use i386 bits/mathinline.h for i386 and x86_64 | H.J. Lu | 2012-06-15 | 1 | -289/+0 |
* | Use RAX_LP/RDX_LP on SAVE_PTR in x86_64 strtok.S | H.J. Lu | 2012-06-14 | 1 | -9/+8 |
* | Use x86_64 fpu/bits/fenv.h for i386 and x86_64 | H.J. Lu | 2012-06-06 | 2 | -141/+1 |
* | Check __SSE_MATH__ in x86_64 feraiseexcept | H.J. Lu | 2012-06-06 | 1 | -1/+11 |
* | Use i486 bits/string.h for i386 and x86_64 | H.J. Lu | 2012-06-04 | 1 | -25/+0 |
* | Use x86_64/bits/xtitypes.h for i386/x86-64 | H.J. Lu | 2012-05-30 | 1 | -33/+0 |
* | Use x86_64 bits/wordsize.h for both i386/x86_64 | H.J. Lu | 2012-05-30 | 1 | -13/+0 |
* | Use x86_64 bits/select.h for i386/x86_64 | H.J. Lu | 2012-05-30 | 1 | -63/+0 |
* | Use x86_64 bits/setjmp.h for i386/x86_64 | H.J. Lu | 2012-05-30 | 1 | -40/+0 |
* | Use x86_64 bits/mathdef.h for i386/x86_64 | H.J. Lu | 2012-05-30 | 1 | -59/+0 |
* | Use x86_64 bits/{link.h,linkmap.h} for i386/x86_64 | H.J. Lu | 2012-05-30 | 2 | -163/+0 |
* | Use the same bits/endian.h for i386/x86_64 | H.J. Lu | 2012-05-30 | 1 | -7/+0 |
* | Use x86-64 bits/byteswap.h for both i386 and x86_64 | H.J. Lu | 2012-05-30 | 3 | -203/+1 |
* | Convert WORDSIZE[32|64]/ld entries to abi-variants | H.J. Lu | 2012-05-30 | 2 | -2/+0 |
* | Add systemtap static probe points in setjmp/longjmp on x86. | Roland McGrath | 2012-05-25 | 2 | -0/+6 |
* | Add x32 C++ type data | H.J. Lu | 2012-05-24 | 1 | -0/+4 |
* | Don't include exceptions in libm-test-ulps test names. | Joseph Myers | 2012-05-24 | 1 | -17/+17 |
* | Test underflow exceptions in libm-test.inc. | Joseph Myers | 2012-05-24 | 1 | -12/+12 |
* | Rename __WORDSIZE_COMPAT32 to __WORDSIZE_TIME64_COMPAT32 | H.J. Lu | 2012-05-21 | 1 | -1/+1 |
* | x32: Don't lose high bits of %rbp in setjmp/longjmp mangling/demangling. | Roland McGrath | 2012-05-21 | 2 | -7/+22 |
* | Define __SYSCALL_WORDSIZE for x86-64 | H.J. Lu | 2012-05-21 | 1 | -0/+5 |
* | Fix ccos, csin, ccosh, csinh overflows (bug 14123). | Joseph Myers | 2012-05-19 | 1 | -0/+114 |
* | Add a comment to sysdeps/x86_64/x32/_itoa.h | H.J. Lu | 2012-05-19 | 1 | -0/+1 |
* | Add sysdeps/x86_64/x32/_itoa.h | H.J. Lu | 2012-05-18 | 1 | -0/+3 |
* | Do not provide inlines for GCC build-in functions | Andreas Jaeger | 2012-05-18 | 1 | -2/+5 |
* | Cast to unsigned long | H.J. Lu | 2012-05-17 | 1 | -1/+1 |
* | Add tst-mallocalign1 | H.J. Lu | 2012-05-17 | 2 | -0/+76 |