summaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2014-01-29Disable x87 inline functions for SSE2 mathH.J. Lu
2014-01-28Add -mieee to SH sysdep-CFLAGS for older SH compilers.Kaz Kojima
2014-01-27Regenerate SH libm-test-ulps with proper compiler options.Kaz Kojima
2014-01-24Rebuild sparc ULPs.David S. Miller
2014-01-25Move SH libm-test-ulps to sysdeps/sh and regenerate it.Kaz Kojima
2014-01-24Restore ucontext ABI for soft-float sh4.Kaz Kojima
2014-01-23Adjust SH specific fpu_control.h and ucontext.h files.Kaz Kojima
2014-01-22S/390: Merge 32 and 64 bit ucontext.h.Andreas Krebbel
2014-01-20Include generic symbol-hacks.h for x32H.J. Lu
2014-01-20PowerPC: Fix gettimeofday ifunc selectionAdhemerval Zanella
2014-01-16s390: implement sotruss supportMike Frysinger
2014-01-16PowerPC: Fix ftime gettimeofday internal call returning bogus dataAdhemerval Zanella
2014-01-15PowerPC: sotruss-lib implementationAdhemerval Zanella
2014-01-15Do not enable asynchronous cancellation in system. Fixes bug 14782.Ondřej Bílka
2014-01-15[BZ #16427] Fix ldbl-128 exp overflows.Andreas Krebbel
2014-01-15S/390: Regenerate ULPs.Andreas Krebbel
2014-01-10ARM: Disable compat mcount code when unneeded.Roland McGrath
2014-01-09Fix a thinko/typo in i686's memmove (aka __memmove_ia32).Yuriy Kaminskiy
2014-01-08PowerPC: remove wrong truncl implementation for PowerPC64Adhemerval Zanella
2014-01-08Update powerpc-fpu ULPs.Adhemerval Zanella
2014-01-08Fix ldbl-128ibm expm1l on large arguments (bug 16408).Joseph Myers
2014-01-07Regenerate powerpc-nofpu ulps (again).Joseph Myers
2014-01-07Fix ldbl-128ibm coshl spurious overflows (bug 16407).Joseph Myers
2014-01-07S/390: Remove __tls_get_addr argument cast.Andreas Krebbel
2014-01-07S/390: Get rid of unused variable warning in dl-machine.hAndreas Krebbel
2014-01-07S/390: Make ucontext_t extendible.Andreas Krebbel
2014-01-07S/390: Make jmp_buf extendible.Andreas Krebbel
2014-01-06Fix ldbl-128 / ldbl-128ibm lgammal spurious underflow (bug 16400).Joseph Myers
2014-01-06ptrace.h: add __ prefix to ptrace_peeksiginfo_argsMike Frysinger
2014-01-05Update ULPs for i386Andreas Jaeger
2014-01-04tst-fanotify: switch to AC_DEFINEMike Frysinger
2014-01-03Fix soft-float ldbl-128ibm atan2l signs of zero results (bug 16390).Joseph Myers
2014-01-03PowerPC: Fix compiler warningsAdhemerval Zanella
2014-01-03Regenerate powerpc-nofpu ulps.Joseph Myers
2014-01-02Fix ldbl-128ibm logl inaccuracy (bug 16386).Joseph Myers
2014-01-02Fix ldbl-128ibm asinhl inaccuracy (bug 16385).Joseph Myers
2014-01-02Fix ldbl-128ibm acoshl inaccuracy (bug 16384).Joseph Myers
2014-01-01Regenerate x86 / x86_64 ulps.Joseph Myers
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-12-31tst-fanotify: check for linux/fanotify.h existenceMike Frysinger
2013-12-27Fix typo in csloww()Allan McRae
2013-12-23Update powerpc-fpu ULPs.Adhemerval Zanella
2013-12-22Fix ldbl-128 lgammal for small negative arguments (bug 16337).Joseph Myers
2013-12-22Flatten sysdeps/unix/bsd/bsd4.4 into sysdeps/unix/bsd.Joseph Myers
2013-12-21Fix x86 / x86_64 expl / expl10l wild results in directed rounding modes (bug ...Joseph Myers
2013-12-20Add more libm-test coverage of [a-c]* real functions.Joseph Myers
2013-12-20Move tests of cpow from libm-test.inc to auto-libm-test-in.Joseph Myers
2013-12-20Move various TEST_c_c tests from libm-test.inc to auto-libm-test-inc.Joseph Myers
2013-12-20Consolidate code to compute sin and cos from lookup tablesSiddhesh Poyarekar
2013-12-20Remove more redundant computations in s_sin.cSiddhesh Poyarekar