Age | Commit message (Expand) | Author | Files | Lines |
2016-10-25 | Add strfromd, strfromf, and strfroml functions | Gabriel F. T. Gomes | 31 | -0/+96 |
2016-10-25 | Fix cmpli usage in power6 memset. | Joseph Myers | 2 | -2/+2 |
2016-10-24 | * sysdeps/unix/sysv/linux/fxstat.c: Remove useless cast. | Yury Norov | 6 | -6/+6 |
2016-10-24 | Fix Linux sh4 pread/pwrite argument passing | Adhemerval Zanella | 10 | -100/+19 |
2016-10-24 | Fix -Wformat-length warning in tst-setgetname.c | Steve Ellcey | 1 | -1/+1 |
2016-10-21 | powerpc: Cleanup fenv_private.h | Paul Murphy | 1 | -103/+53 |
2016-10-20 | Use VSQRT instruction for ARM sqrt (bug 20660). | Joseph Myers | 2 | -0/+90 |
2016-10-19 | Stop powerpc copysignl raising "invalid" for sNaN argument (bug 20718). | Joseph Myers | 2 | -9/+24 |
2016-10-19 | Add getpayload, getpayloadf, getpayloadl. | Joseph Myers | 33 | -0/+307 |
2016-10-18 | Fix Linux fallocate tests for EOPNOTSUPP | Adhemerval Zanella | 2 | -2/+10 |
2016-10-17 | Bug 20689: Fix FMA and AVX2 detection on Intel | Carlos O'Donell | 1 | -10/+14 |
2016-10-17 | Define HIGH_ORDER_BIT_IS_SET_FOR_SNAN to 0 or 1. | Joseph Myers | 22 | -36/+104 |
2016-10-17 | S390: Fix fp comparison not raising FE_INVALID. | Stefan Liebler | 1 | -0/+36 |
2016-10-15 | hppa: Optimize atomic_compare_and_exchange_val_acq | John David Anglin | 1 | -17/+5 |
2016-10-15 | Add totalordermag, totalordermagf, totalordermagl. | Joseph Myers | 37 | -3/+428 |
2016-10-14 | Fix warnings from latest GCC. | steve ellcey-CA Eng-Software | 1 | -4/+4 |
2016-10-12 | Fix posix_fadvise64 build on mips64n64 | Adhemerval Zanella | 1 | -0/+5 |
2016-10-12 | X86: Don't assert on older Intel CPUs [BZ #20647] | H.J. Lu | 1 | -1/+3 |
2016-10-12 | Add totalorder, totalorderf, totalorderl. | Joseph Myers | 39 | -3/+564 |
2016-10-11 | Consolidate Linux sync_file_range implementations | Adhemerval Zanella | 7 | -94/+140 |
2016-10-09 | powerpc32: make PLT call in _mcount compatible with -msecure-plt (bug 20554) | Alan Modra | 1 | -3/+24 |
2016-10-07 | Consolidate posix_fadvise implementations | Adhemerval Zanella | 19 | -572/+113 |
2016-10-07 | Consolidate posix_fallocate{64} implementations | Adhemerval Zanella | 9 | -135/+11 |
2016-10-07 | Consolidate fallocate{64} implementations | Adhemerval Zanella | 11 | -102/+150 |
2016-10-07 | Use libc_ifunc macro for siglongjmp, longjmp in libpthread. | Stefan Liebler | 1 | -2/+2 |
2016-10-07 | ppc: Use libc_ifunc macro for time, gettimeofday. | Stefan Liebler | 2 | -62/+65 |
2016-10-07 | i386, x86: Use libc_ifunc macro for time, gettimeofday. | Stefan Liebler | 4 | -34/+48 |
2016-10-07 | s390: Refactor ifunc resolvers due to false debuginfo. | Stefan Liebler | 30 | -85/+169 |
2016-10-07 | Use gcc attribute ifunc in libc_ifunc macro instead of inline assembly due to... | Stefan Liebler | 37 | -222/+338 |
2016-10-06 | Add iseqsig. | Joseph Myers | 30 | -0/+153 |
2016-10-06 | Update comments for some functions in s_sin.c | Siddhesh Poyarekar | 1 | -22/+17 |
2016-10-06 | Adjust calls to do_sincos_1 and do_sincos_2 in s_sincos.c | Siddhesh Poyarekar | 1 | -4/+4 |
2016-10-06 | Make quadrant shift a boolean in reduce_and_compute in s_sin.c | Siddhesh Poyarekar | 1 | -4/+4 |
2016-10-06 | Check n instead of k1 to decide on sign of sin/cos result | Siddhesh Poyarekar | 1 | -1/+1 |
2016-10-06 | Make the quadrant shift K a bool in do_sincos_* functions | Siddhesh Poyarekar | 1 | -19/+19 |
2016-10-05 | powerpc: Regenerate ULPs | Tulio Magno Quites Machado Filho | 1 | -55/+55 |
2016-10-04 | powerpc: Installed-header hygiene | Tulio Magno Quites Machado Filho | 3 | -9/+11 |
2016-10-04 | S390: Regenerate ULPs | Stefan Liebler | 1 | -8/+2 |
2016-10-03 | Add TCP_REPAIR_WINDOW from Linux 4.8. | Joseph Myers | 1 | -0/+11 |
2016-09-30 | Use __builtin_fma more in dbl-64 code. | Joseph Myers | 2 | -8/+4 |
2016-09-30 | Fix ldbl-128ibm iscanonical for -mlong-double-64. | Joseph Myers | 1 | -1/+5 |
2016-09-30 | Add iscanonical. | Joseph Myers | 17 | -1/+520 |
2016-09-30 | Use copysign instead of ternary for some sin/cos input ranges | Siddhesh Poyarekar | 1 | -13/+13 |
2016-09-30 | Use copysign instead of ternary conditions for positive constants | Siddhesh Poyarekar | 1 | -19/+19 |
2016-09-30 | consolidate sign checks for slow2 | Siddhesh Poyarekar | 1 | -8/+10 |
2016-09-28 | posix: Fix open file action for posix_spawn on Linux | Adhemerval Zanella | 1 | -0/+8 |
2016-09-28 | linux: spawni.c: simplify error reporting to parent | Rasmus Villemoes | 1 | -46/+25 |
2016-09-28 | Minor correction to the "installed header hygiene" patches. | Zack Weinberg | 1 | -2/+2 |
2016-09-26 | Add INTERNAL_SYSCALL_CALL | Adhemerval Zanella | 1 | -18/+55 |
2016-09-23 | Installed header hygiene (BZ#20366): Test of installed headers. | Zack Weinberg | 5 | -2/+19 |