| Commit message (Expand) | Author | Age | Files | Lines |
* | hurd: Bump remaining LGPL2+ htl licences to LGPL 2.1+ | Samuel Thibault | 2018-04-02 | 1 | -7/+7 |
* | hurd: Add hurd thread library | Samuel Thibault | 2018-04-02 | 3 | -0/+79 |
* | Fix i386 memmove issue (bug 22644). | Andrew Senkevich | 2018-03-23 | 1 | -6/+6 |
* | Add narrowing subtract functions. | Joseph Myers | 2018-03-20 | 1 | -0/+41 |
* | Update i386 libm-test-ulps. | Joseph Myers | 2018-03-16 | 2 | -24/+24 |
* | Add support for sqrt asm redirects | Wilco Dijkstra | 2018-03-15 | 2 | -0/+2 |
* | hurd: add gscope support | Samuel Thibault | 2018-03-11 | 1 | -0/+1 |
* | Fix i386 fenv_private.h float128 for 32-bit --with-fpmath=sse (bug 22902). | Joseph Myers | 2018-02-28 | 1 | -0/+6 |
* | Remove mplog and mpexp | Wilco Dijkstra | 2018-02-15 | 2 | -2/+0 |
* | Remove slow paths from exp | Szabolcs Nagy | 2018-02-12 | 1 | -1/+0 |
* | Remove slow paths from pow | Wilco Dijkstra | 2018-02-12 | 2 | -2/+0 |
* | Add narrowing add functions. | Joseph Myers | 2018-02-10 | 1 | -0/+41 |
* | Add build infrastructure for narrowing libm functions. | Joseph Myers | 2018-02-09 | 1 | -0/+2 |
* | i386: Use __glibc_likely/__glibc_likely in dl-machine.h | H.J. Lu | 2018-02-05 | 1 | -12/+12 |
* | Revert Intel CET changes to __jmp_buf_tag (Bug 22743) | Carlos O'Donell | 2018-01-25 | 2 | -5/+0 |
* | i386: Regenerate libm-test-ulps for for gcc 7 on i686 | Samuel Thibault | 2018-01-06 | 1 | -12/+12 |
* | hurd: Fix build without NO_HIDDEN | Samuel Thibault | 2018-01-06 | 1 | -0/+4 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2018-01-01 | 288 | -288/+288 |
* | Revert exp reimplementation (causes test failures). | Joseph Myers | 2017-12-19 | 1 | -0/+1 |
* | Improve __ieee754_exp() performance by greater than 5x on sparc/x86. | Patrick McGehearty | 2017-12-19 | 1 | -1/+0 |
* | x86: Add feature_1 to tcbhead_t [BZ #22563] | H.J. Lu | 2017-12-19 | 2 | -0/+5 |
* | Add --enable-static-pie configure option to build static PIE [BZ #19574] | H.J. Lu | 2017-12-15 | 2 | -0/+56 |
* | Add _Float32 function aliases. | Joseph Myers | 2017-12-07 | 2 | -4/+10 |
* | Add _Float64, _Float32x function aliases. | Joseph Myers | 2017-12-06 | 2 | -16/+18 |
* | Use libm_alias_float for i386. | Joseph Myers | 2017-11-29 | 29 | -29/+63 |
* | Use libm_alias_double for i386. | Joseph Myers | 2017-11-28 | 22 | -26/+44 |
* | Add _Float64x function aliases. | Joseph Myers | 2017-11-27 | 2 | -8/+8 |
* | Use libm_alias_ldouble in sysdeps/i386/fpu. | Joseph Myers | 2017-11-17 | 21 | -21/+42 |
* | nptl: Add tests for internal pthread_mutex_t offsets | Adhemerval Zanella | 2017-11-07 | 1 | -0/+5 |
* | x86: Add sysdeps/x86/sysdep.h | H.J. Lu | 2017-11-01 | 1 | -44/+1 |
* | i586: Use conditional branches in strcpy.S [BZ #22353] | H.J. Lu | 2017-10-30 | 1 | -17/+11 |
* | i386: Regenerate libm-test-ulps for for gcc 7 | H.J. Lu | 2017-10-27 | 1 | -6/+6 |
* | i386: Replace assembly versions of e_powf with generic e_powf.c | H.J. Lu | 2017-10-22 | 8 | -401/+66 |
* | i386: Replace assembly versions of e_log2f with generic e_log2f.c | H.J. Lu | 2017-10-22 | 8 | -72/+49 |
* | i386: Replace assembly versions of e_logf with generic e_logf.c | H.J. Lu | 2017-10-22 | 9 | -143/+62 |
* | i386: Replace assembly versions of e_exp2f with generic e_exp2f.c | H.J. Lu | 2017-10-22 | 7 | -54/+46 |
* | i386: Replace assembly versions of e_expf with generic e_expf.c | H.J. Lu | 2017-10-22 | 12 | -442/+35 |
* | i386: Regenerate libm-test-ulps | H.J. Lu | 2017-10-19 | 1 | -2/+2 |
* | Don't use hidden visibility in libc.a with PIE on i386 | H.J. Lu | 2017-10-04 | 2 | -1/+12 |
* | i386: Use "movl main@GOT(%ebx), %eax" in start.S | H.J. Lu | 2017-10-03 | 1 | -2/+5 |
* | Revert x86: Allow undefined _DYNAMIC in static executable | H.J. Lu | 2017-10-03 | 1 | -9/+2 |
* | Do not wrap logf, log2f and powf | Szabolcs Nagy | 2017-10-02 | 3 | -0/+3 |
* | Do not wrap expf and exp2f | Szabolcs Nagy | 2017-10-02 | 3 | -0/+3 |
* | Mark internal functions with attribute_hidden [BZ #18822] | H.J. Lu | 2017-10-01 | 1 | -1/+1 |
* | New generic powf | Szabolcs Nagy | 2017-09-29 | 1 | -0/+1 |
* | New generic log2f | Szabolcs Nagy | 2017-09-29 | 1 | -0/+1 |
* | New generic logf | Szabolcs Nagy | 2017-09-29 | 1 | -0/+1 |
* | x86: Allow undefined _DYNAMIC in static executable | H.J. Lu | 2017-09-28 | 1 | -2/+9 |
* | Optimized generic expf and exp2f with wrappers | Szabolcs Nagy | 2017-09-25 | 2 | -0/+2 |
* | Enable unwind info in libc-start.c and backtrace.c | Wilco Dijkstra | 2017-09-19 | 1 | -4/+0 |