| Commit message (Expand) | Author | Age | Files | Lines |
* | powerpc: Optimize lock elision for pthread_mutex_t | Paul Murphy | 2015-10-15 | 4 | -6/+12 |
* | nptl: Add adapt_count parameter to lll_unlock_elision | Paul Murphy | 2015-10-15 | 3 | -3/+3 |
* | Mark _dl_catch_error hidden | H.J. Lu | 2015-10-15 | 1 | -0/+12 |
* | Mark internal _itoa functions hidden | H.J. Lu | 2015-10-15 | 1 | -2/+3 |
* | Mark internal _dl_XXX functions hidden | H.J. Lu | 2015-10-15 | 2 | -19/+25 |
* | Mark _wordcopy_XXX functions hidden | H.J. Lu | 2015-10-15 | 1 | -4/+8 |
* | Mark x86 _dl_unmap/_dl_make_tlsdesc_dynamic hidden | H.J. Lu | 2015-10-15 | 4 | -6/+10 |
* | Add comments for GCC 5 requirement | H.J. Lu | 2015-10-15 | 1 | -0/+4 |
* | Remove assembler -mtune=i686 configure test. | Joseph Myers | 2015-10-15 | 3 | -32/+0 |
* | Remove i386/epoll_pwait.S | H.J. Lu | 2015-10-15 | 2 | -78/+1 |
* | Optimize i386 syscall inlining for GCC 5 | H.J. Lu | 2015-10-15 | 2 | -11/+107 |
* | i386: Remove syscall assembly codes with 6 arguments | H.J. Lu | 2015-10-15 | 5 | -268/+44 |
* | Always enable pointer guard [BZ #18928] | Florian Weimer | 2015-10-15 | 1 | -3/+0 |
* | Fix powerpc32 lround, lroundf spurious exceptions (bug 19134). | Joseph Myers | 2015-10-14 | 1 | -2/+41 |
* | [BZ #19129][ARM] Fix _dl_tlsdesc_resolve_hold to save r0 | Szabolcs Nagy | 2015-10-14 | 1 | -9/+18 |
* | Avoid PLT when calling __sched_getaffinity_new | H.J. Lu | 2015-10-14 | 1 | -0/+7 |
* | Support PLT and GOT references in local PIC check | H.J. Lu | 2015-10-14 | 2 | -15/+15 |
* | Use INTERNAL_SYSCALL and INLINE_SYSCALL_ERROR_RETURN_VALUE | H.J. Lu | 2015-10-14 | 9 | -47/+39 |
* | Fix powerpc32 llround, llroundf exceptions (bug 19125). | Joseph Myers | 2015-10-13 | 2 | -2/+68 |
* | Use INLINE_SYSCALL_ERROR_RETURN_VALUE | H.J. Lu | 2015-10-13 | 29 | -158/+53 |
* | Add INLINE_SYSCALL_ERROR_RETURN_VALUE | H.J. Lu | 2015-10-13 | 22 | -85/+91 |
* | Support x86-64 assmebler without AVX512 | H.J. Lu | 2015-10-13 | 1 | -16/+24 |
* | Move powerpc llround implementations to powerpc32 directory. | Joseph Myers | 2015-10-13 | 2 | -0/+0 |
* | Fix powerpc32 llrint, llrintf bad exceptions (bug 16422). | Joseph Myers | 2015-10-13 | 4 | -2/+94 |
* | Regenerate MIPS libm-test-ulps. | Joseph Myers | 2015-10-09 | 2 | -100/+102 |
* | Regenerate ARM libm-test-ulps. | Joseph Myers | 2015-10-09 | 1 | -115/+119 |
* | Fix llrint, llround missing exceptions for ARM (bug 15470). | Joseph Myers | 2015-10-09 | 1 | -0/+32 |
* | Fix lrint, llrint, lround, llround missing exceptions for MIPS (bug 16399). | Joseph Myers | 2015-10-09 | 10 | -14/+164 |
* | Update lrint/lrintf/lrintl for x32 | H.J. Lu | 2015-10-09 | 6 | -1/+90 |
* | Mark lseek/llseek as non-cancellable | Adhemerval Zanella | 2015-10-09 | 3 | -3/+3 |
* | Remove configure tests for -mno-vzeroupper support. | Joseph Myers | 2015-10-09 | 5 | -64/+1 |
* | Remove configure tests for FMA4 support. | Joseph Myers | 2015-10-09 | 15 | -134/+9 |
* | Fix dbl-64 lrint for 64-bit long (bug 19095). | Joseph Myers | 2015-10-09 | 1 | -1/+1 |
* | Fix lrint, llrint missing exceptions close to overflow threshold (bug 19094). | Joseph Myers | 2015-10-08 | 5 | -22/+178 |
* | Remove configure tests for AVX support. | Joseph Myers | 2015-10-08 | 21 | -273/+86 |
* | Add task_notify to mach_interface_list | Samuel Thibault | 2015-10-08 | 2 | -2/+2 |
* | Fix lround, llround missing exceptions close to overflow threshold (bug 19088). | Joseph Myers | 2015-10-07 | 6 | -13/+142 |
* | Fix ldbl-128 lrintl, lroundl missing exceptions for 32-bit long (bug 19085). | Joseph Myers | 2015-10-07 | 2 | -22/+22 |
* | Use dbl-64/wordsize-64 for MIPS64. | Joseph Myers | 2015-10-07 | 2 | -1/+1 |
* | Don't use dbl-64/wordsize-64 lround based on llround for ILP32 (bug 19079). | Joseph Myers | 2015-10-07 | 4 | -24/+71 |
* | Remove configure tests for SSE4 support. | Joseph Myers | 2015-10-06 | 10 | -98/+4 |
* | Fix ldbl-128ibm expl overflow in non-default rounding modes (bug 19078). | Joseph Myers | 2015-10-06 | 1 | -5/+2 |
* | Fix ldbl-128ibm logl (1) sign of zero result (bug 19077). | Joseph Myers | 2015-10-06 | 1 | -0/+2 |
* | Fix ldbl-128ibm log1pl (-1) sign of infinity (bug 19076). | Joseph Myers | 2015-10-06 | 1 | -1/+1 |
* | Fix ldbl-96 lroundl just below powers of 2 (bug 19071). | Joseph Myers | 2015-10-05 | 1 | -3/+5 |
* | Work around powerpc32 integer 0 converting to -0 (bug 887, bug 19049, bug 190... | Joseph Myers | 2015-10-05 | 14 | -5/+145 |
* | sysdeps/x86_64/fpu/libm-test-ulps: Regenerated on Haswell. | Paul Pluzhnikov | 2015-10-03 | 1 | -1/+1 |
* | Fix nexttoward overflow in non-default rounding modes (bug 19059). | Joseph Myers | 2015-10-02 | 9 | -17/+20 |
* | PowerPC: Add comments to optimized strncpy | Gabriel F. T. Gomes | 2015-10-01 | 1 | -2/+38 |
* | PowerPC: Fix operand prefixes | Gabriel F. T. Gomes | 2015-10-01 | 1 | -6/+6 |