Age | Commit message (Expand) | Author |
2018-04-04 | elf: Unify symbol address run-time calculation [BZ #19818] | Maciej W. Rozycki |
2018-04-03 | [PATCH 1/7] sin/cos slow paths: avoid slow paths for small inputs | Wilco Dijkstra |
2018-03-21 | Use x86_64 backtrace as generic version. | Joseph Myers |
2018-03-15 | Remove all target specific __ieee754_sqrt(f/l) inlines | Wilco Dijkstra |
2018-03-11 | hurd: add gscope support | Samuel Thibault |
2018-02-15 | Remove mplog and mpexp | Wilco Dijkstra |
2018-02-12 | Remove slow paths from exp | Szabolcs Nagy |
2018-02-12 | Remove slow paths from pow | Wilco Dijkstra |
2018-02-05 | x86-64: Use __glibc_likely/__glibc_likely in dl-machine.h | H.J. Lu |
2018-01-25 | Revert Intel CET changes to __jmp_buf_tag (Bug 22743) | Carlos O'Donell |
2018-01-17 | x86-64: Properly align La_x86_64_retval to VEC_SIZE [BZ #22715] | H.J. Lu |
2018-01-16 | Use LIBGCC_S_SO in x86_64 backtrace. | Joseph Myers |
2018-01-08 | x86-64: Add sincosf with vector FMA | H.J. Lu |
2018-01-06 | hurd: Fix build without NO_HIDDEN | Samuel Thibault |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2017-12-19 | Revert exp reimplementation (causes test failures). | Joseph Myers |
2017-12-19 | Update x86_64 libm-test-ulps. | Joseph Myers |
2017-12-19 | Improve __ieee754_exp() performance by greater than 5x on sparc/x86. | Patrick McGehearty |
2017-12-19 | x86: Add feature_1 to tcbhead_t [BZ #22563] | H.J. Lu |
2017-12-15 | Add --enable-static-pie configure option to build static PIE [BZ #19574] | H.J. Lu |
2017-12-14 | x86-64: Remove sysdeps/x86_64/fpu/s_cosf.S | H.J. Lu |
2017-12-12 | x86-64: Add cosf with FMA | H.J. Lu |
2017-12-07 | x86-64: Add sinf with FMA | H.J. Lu |
2017-12-07 | x86-64: Remove sysdeps/x86_64/fpu/s_sinf.S | H.J. Lu |
2017-11-29 | Use libm_alias_float for x86_64. | Joseph Myers |
2017-11-29 | Use libm_alias_double for x86_64. | Joseph Myers |
2017-11-17 | Use libm_alias_ldouble in sysdeps/x86_64/fpu. | Joseph Myers |
2017-11-07 | nptl: Add tests for internal pthread_mutex_t offsets | Adhemerval Zanella |
2017-11-01 | x86: Add sysdeps/x86/sysdep.h | H.J. Lu |
2017-10-25 | Replace "if if " with "if " in comments | H.J. Lu |
2017-10-22 | x86-64: Add powf with FMA | H.J. Lu |
2017-10-22 | x86-64: Add log2f with FMA | H.J. Lu |
2017-10-22 | x86-64: Add logf with FMA | H.J. Lu |
2017-10-22 | x86-64: Add exp2f with FMA | H.J. Lu |
2017-10-22 | x86-64: Replace assembly versions of e_expf with generic e_expf.c | H.J. Lu |
2017-10-20 | x86-64: Use fxsave/xsave/xsavec in _dl_runtime_resolve [BZ #21265] | H.J. Lu |
2017-10-19 | x86-64: Don't set GLRO(dl_platform) to NULL [BZ #22299] | H.J. Lu |
2017-10-03 | Revert x86: Allow undefined _DYNAMIC in static executable | H.J. Lu |
2017-10-02 | Make dbl-64 atan and tan into weak aliases. | Joseph Myers |
2017-10-02 | Do not wrap expf and exp2f | Szabolcs Nagy |
2017-09-29 | Update x86_64 libm-test-ulps. | Joseph Myers |
2017-09-28 | x86: Allow undefined _DYNAMIC in static executable | H.J. Lu |
2017-09-20 | Add SSE4.1 trunc, truncf (bug 20142). | Joseph Myers |
2017-09-12 | x86: Add MathVec_Prefer_No_AVX512 to cpu-features [BZ #21967] | H.J. Lu |
2017-09-11 | x86: Add x86_64 to x86-64 HWCAP [BZ #22093] | H.J. Lu |
2017-09-08 | Update x86_64 ulps for AMD Ryzen. | Markus Trippelsdorf |
2017-09-06 | Remove remaining _HAVE_STRING_ARCH_* definitions (BZ #18858) | Adhemerval Zanella |
2017-09-01 | Obsolete pow10 functions. | Joseph Myers |
2017-08-31 | elf: Remove internal_function attribute | Florian Weimer |
2017-08-28 | x86_64 __redirect_ieee754_expf: Change double to float | H.J. Lu |