Age | Commit message (Expand) | Author | Files | Lines |
2019-11-26 | nptl: Add default pthread-offsets.h | Adhemerval Zanella | 1 | -3/+0 |
2019-11-26 | nptl: Add default pthreadtypes-arch.h | Adhemerval Zanella | 1 | -35/+0 |
2019-11-26 | nptl: Add struct_rwlock.h | Adhemerval Zanella | 2 | -19/+43 |
2019-11-26 | nptl: Add struct_mutex.h | Adhemerval Zanella | 1 | -7/+0 |
2019-11-26 | nptl: Remove rwlock elision definitions | Adhemerval Zanella | 1 | -2/+0 |
2019-11-26 | nptl: Add tests for internal pthread_rwlock_t offsets | Adhemerval Zanella | 1 | -0/+2 |
2019-11-26 | nptl: Cleanup mutex internal offset tests | Adhemerval Zanella | 1 | -4/+0 |
2019-10-21 | Remove math-finite.h | Wilco Dijkstra | 1 | -24/+0 |
2019-10-01 | Split up endian.h to minimize exposure of BYTE_ORDER. | Alistair Francis | 2 | -2/+13 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 86 | -86/+86 |
2019-08-13 | Declare most TS 18661-1 interfaces for C2X. | Joseph Myers | 1 | -1/+1 |
2019-03-22 | Refactor hp-timing rtld usage | Adhemerval Zanella | 1 | -4/+0 |
2019-03-14 | Remove obsolete, never-implemented XSI STREAMS declarations | Florian Weimer | 1 | -33/+0 |
2019-02-27 | Add some spaces before '('. | Joseph Myers | 1 | -1/+1 |
2019-01-12 | Fix a few typos in comments | Dmitry V. Levin | 3 | -3/+3 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 87 | -87/+87 |
2018-11-21 | Remove the error handling wrapper from pow | Szabolcs Nagy | 1 | -3/+9 |
2018-11-21 | Remove the error handling wrapper from log2 | Szabolcs Nagy | 1 | -3/+9 |
2018-11-21 | Remove the error handling wrapper from log | Szabolcs Nagy | 1 | -0/+6 |
2018-11-21 | Remove the error handling wrapper from exp and exp2 | Szabolcs Nagy | 2 | -3/+15 |
2018-11-12 | Remove redundant macro definitions from ia64 sfp-machine.h. | Joseph Myers | 1 | -10/+0 |
2018-10-26 | i64: fix missing exp2f, log2f and powf symbols in libm.a [BZ #23822] | Szabolcs Nagy | 3 | -9/+9 |
2018-09-28 | Remove unnecessary math_private.h includes. | Joseph Myers | 2 | -2/+0 |
2018-09-19 | Add new pow implementation | Szabolcs Nagy | 1 | -0/+1 |
2018-09-12 | Add new log2 implementation | Szabolcs Nagy | 1 | -0/+1 |
2018-09-12 | Add new log implementation | Szabolcs Nagy | 1 | -0/+1 |
2018-09-05 | Add new exp and exp2 implementations | Szabolcs Nagy | 3 | -1/+2 |
2018-08-24 | Remove unused math files | Wilco Dijkstra | 3 | -3/+0 |
2018-08-10 | Move SNAN_TESTS_* out of math-tests.h. | Joseph Myers | 1 | -4/+13 |
2018-08-10 | Improve performance of sincosf | Wilco Dijkstra | 1 | -0/+1 |
2018-06-08 | Mark _init and _fini as hidden [BZ #23145] | H.J. Lu | 1 | -0/+2 |
2018-04-04 | elf: Unify symbol address run-time calculation [BZ #19818] | Maciej W. Rozycki | 1 | -1/+1 |
2018-03-21 | Use x86_64 backtrace as generic version. | Joseph Myers | 1 | -1/+0 |
2018-03-11 | hurd: add gscope support | Samuel Thibault | 1 | -0/+1 |
2018-02-15 | Remove mplog and mpexp | Wilco Dijkstra | 2 | -2/+0 |
2018-02-12 | Remove slow paths from exp | Szabolcs Nagy | 1 | -1/+0 |
2018-02-12 | Remove slow paths from pow | Wilco Dijkstra | 2 | -2/+0 |
2018-02-06 | Unify and simplify bits/byteswap.h, bits/byteswap-16.h headers (bug 14508, bu... | Joseph Myers | 2 | -142/+0 |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 89 | -89/+89 |
2017-12-19 | Revert exp reimplementation (causes test failures). | Joseph Myers | 1 | -0/+1 |
2017-12-19 | Improve __ieee754_exp() performance by greater than 5x on sparc/x86. | Patrick McGehearty | 1 | -1/+0 |
2017-12-19 | ia64: Fix memchr for large input sizes (BZ #22603) | Adhemerval Zanella | 1 | -0/+4 |
2017-12-12 | Update IA64 libm-test-ulps | Adhemerval Zanella | 1 | -26/+1914 |
2017-12-06 | Correct some ia64 libm_alias_float_other calls. | Joseph Myers | 3 | -3/+3 |
2017-11-29 | Use libm_alias_float for ia64. | Joseph Myers | 50 | -3/+52 |
2017-11-29 | Use libm_alias_double for ia64. | Joseph Myers | 49 | -3/+51 |
2017-11-27 | Add _Float64x function aliases. | Joseph Myers | 2 | -0/+13 |
2017-11-23 | Use libm_alias_ldouble macros in sysdeps/ia64/fpu. | Joseph Myers | 47 | -4/+52 |
2017-11-17 | Support bits/floatn.h inclusion from .S files. | Joseph Myers | 1 | -28/+32 |
2017-11-07 | nptl: Define __PTHREAD_MUTEX_{NUSERS_AFTER_KIND,USE_UNION} | Adhemerval Zanella | 1 | -0/+2 |