| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | i386: Use _CET_NOTRACK in memcmp-sse4.S | H.J. Lu | 2018-07-18 | 1 | -2/+2 |
* | i386: Use _CET_NOTRACK in memset-sse2.S | H.J. Lu | 2018-07-18 | 1 | -2/+2 |
* | i386: Use _CET_NOTRACK in i686/memcmp.S | H.J. Lu | 2018-07-18 | 1 | -2/+2 |
* | i386: Add _CET_ENDBR to indirect jump targets in add_n.S/sub_n.S | H.J. Lu | 2018-07-17 | 1 | -1/+26 |
* | x86: Make strncmp usable from rtld | Florian Weimer | 2018-06-12 | 1 | -1/+1 |
* | math: Update i686 ulps | Florian Weimer | 2018-06-01 | 1 | -270/+278 |
* | Update i386 libm-test-ulps. | Adhemerval Zanella | 2018-04-06 | 1 | -4/+10 |
* | Fix i386 memmove issue (bug 22644). | Andrew Senkevich | 2018-03-23 | 1 | -6/+6 |
* | Update i386 libm-test-ulps. | Joseph Myers | 2018-03-16 | 1 | -12/+12 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2018-01-01 | 136 | -136/+136 |
* | Add _Float32 function aliases. | Joseph Myers | 2017-12-07 | 1 | -2/+5 |
* | Add _Float64, _Float32x function aliases. | Joseph Myers | 2017-12-06 | 1 | -6/+7 |
* | Use libm_alias_float for i386. | Joseph Myers | 2017-11-29 | 11 | -11/+27 |
* | Use libm_alias_double for i386. | Joseph Myers | 2017-11-28 | 3 | -3/+6 |
* | Add _Float64x function aliases. | Joseph Myers | 2017-11-27 | 1 | -4/+4 |
* | Use libm_alias_ldouble in sysdeps/i386/fpu. | Joseph Myers | 2017-11-17 | 2 | -2/+4 |
* | i386: Replace assembly versions of e_powf with generic e_powf.c | H.J. Lu | 2017-10-22 | 4 | -7/+60 |
* | i386: Replace assembly versions of e_log2f with generic e_log2f.c | H.J. Lu | 2017-10-22 | 4 | -1/+47 |
* | i386: Replace assembly versions of e_logf with generic e_logf.c | H.J. Lu | 2017-10-22 | 5 | -38/+52 |
* | i386: Replace assembly versions of e_exp2f with generic e_exp2f.c | H.J. Lu | 2017-10-22 | 4 | -1/+44 |
* | i386: Replace assembly versions of e_expf with generic e_expf.c | H.J. Lu | 2017-10-22 | 7 | -365/+29 |
* | Do not wrap expf and exp2f | Szabolcs Nagy | 2017-10-02 | 1 | -0/+1 |
* | Remove remaining _HAVE_STRING_ARCH_* definitions (BZ #18858) | Adhemerval Zanella | 2017-09-06 | 1 | -1/+0 |
* | Obsolete pow10 functions. | Joseph Myers | 2017-09-01 | 1 | -30/+0 |
* | i686: Implement IFUNC selectors in C | H.J. Lu | 2017-08-04 | 99 | -1732/+2078 |
* | x86: Remove __memset_zero_constant_len_parameter [BZ #21790] | H.J. Lu | 2017-08-04 | 2 | -12/+1 |
* | i686/multiarch: Regenerate ulps | Aurelien Jarno | 2017-08-03 | 1 | -7/+7 |
* | i386: Check PIC to enable PIC setups in multiarch functions | H.J. Lu | 2017-08-02 | 8 | -34/+34 |
* | i386: Don't define multiarch __memmove_chk in libc.a [BZ #21791] | H.J. Lu | 2017-08-02 | 3 | -3/+3 |
* | i386: Test memmove_chk and memset_chk only in libc.so [BZ #21741] | H.J. Lu | 2017-07-19 | 1 | -0/+4 |
* | Add float128 support for x86_64, x86. | Joseph Myers | 2017-06-26 | 1 | -0/+562 |
* | Update x86 ulps for GCC 7. | Joseph Myers | 2017-06-23 | 1 | -8/+8 |
* | Remove bits/string.h. | Zack Weinberg | 2017-06-20 | 1 | -6/+1 |
* | i686: Add missing IS_IN (libc) guards to vectorized strcspn | Florian Weimer | 2017-06-14 | 2 | -3/+7 |
* | Remove __need macros from errno.h (__need_Emath, __need_error_t). | Zack Weinberg | 2017-06-14 | 3 | -6/+3 |
* | x86: Optimize SSE2 memchr overflow calculation | H.J. Lu | 2017-05-19 | 1 | -8/+6 |
* | Fix i686 memchr overflow calculation (BZ#21182) | Adhemerval Zanella | 2017-03-29 | 1 | -1/+1 |
* | Move tests of catan, catanh to auto-libm-test-*. | Joseph Myers | 2017-02-17 | 1 | -0/+12 |
* | Move tests of casin, casinh to auto-libm-test-*. | Joseph Myers | 2017-02-17 | 1 | -36/+36 |
* | Move tests of cacos, cacosh to auto-libm-test-*. | Joseph Myers | 2017-02-17 | 1 | -18/+18 |
* | nptl: Remove COLORING_INCREMENT | Adhemerval Zanella | 2017-02-06 | 1 | -5/+0 |
* | Remove i686, x86_64, and powerpc strtok implementations | Adhemerval Zanella | 2017-02-06 | 2 | -249/+0 |
* | Fix x86 strncat optimized implementation for large sizes | Adhemerval Zanella | 2017-01-03 | 1 | -0/+2 |
* | Fix i686 memchr for large input sizes | Adhemerval Zanella | 2017-01-02 | 2 | -3/+15 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 96 | -96/+96 |
* | Fix x86, x86_64 fmax, fmin sNaN handling, add tests (bug 20947). | Joseph Myers | 2016-12-15 | 2 | -8/+48 |
* | Do not hardcode platform names in manual/libm-err-tab.pl (bug 14139). | Joseph Myers | 2016-11-04 | 1 | -0/+1 |
* | Remove remnants of .og patterns | Florian Weimer | 2016-09-20 | 1 | -2/+0 |
* | Regenerate i686 libm-test-ulps with GCC 6.1 at -O3 [BZ #20347] | H.J. Lu | 2016-07-13 | 1 | -2/+2 |
* | i686/multiarch: Regenerate ulps | Aurelien Jarno | 2016-06-30 | 1 | -8/+8 |