Age | Commit message (Expand) | Author | Files | Lines |
2020-10-02 | aarch64: enforce >=64K guard size [BZ #26691] | Szabolcs Nagy | 1 | -0/+3 |
2020-06-22 | m68k: Use sqrt{f} builtin for coldfire | Adhemerval Zanella | 3 | -53/+4 |
2020-06-19 | New exp10f version without SVID compat wrapper | Adhemerval Zanella | 1 | -0/+5 |
2020-03-19 | math: Remove inline math tests | Adhemerval Zanella | 2 | -652/+0 |
2020-03-19 | m68k: Remove mathinline.h | Adhemerval Zanella | 15 | -378/+238 |
2020-02-18 | Introduce <elf-initfini.h> and ELF_INITFINI for all architectures | Florian Weimer | 1 | -0/+20 |
2020-02-14 | linux: Remove INTERNAL_SYSCALL_DECL | Adhemerval Zanella | 1 | -3/+2 |
2020-02-14 | Add a generic scalb implementation | Tulio Magno Quites Machado Filho | 2 | -2/+2 |
2020-01-03 | Add libm_alias_finite for _finite symbols | Wilco Dijkstra | 47 | -49/+58 |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 121 | -121/+121 |
2019-11-26 | nptl: Add default pthread-offsets.h | Adhemerval Zanella | 1 | -3/+0 |
2019-11-26 | nptl: Add struct_rwlock.h | Adhemerval Zanella | 1 | -17/+0 |
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-01 | Split up endian.h to minimize exposure of BYTE_ORDER. | Alistair Francis | 3 | -8/+12 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 121 | -121/+121 |
2019-08-13 | Declare most TS 18661-1 interfaces for C2X. | Joseph Myers | 1 | -1/+1 |
2019-02-27 | wcsmbs: optimize wcpcpy | Adhemerval Zanella | 1 | -36/+0 |
2019-02-26 | Add and move fall-through comments in system-specific code. | Joseph Myers | 2 | -0/+17 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 122 | -122/+122 |
2018-11-21 | Remove the error handling wrapper from pow | Szabolcs Nagy | 1 | -0/+1 |
2018-11-21 | Remove the error handling wrapper from log2 | Szabolcs Nagy | 1 | -0/+1 |
2018-11-21 | Remove the error handling wrapper from log | Szabolcs Nagy | 1 | -0/+1 |
2018-11-21 | Remove the error handling wrapper from exp and exp2 | Szabolcs Nagy | 2 | -0/+2 |
2018-09-20 | Use trunc functions not __trunc functions in glibc libm. | Joseph Myers | 1 | -0/+1 |
2018-09-19 | Add new pow implementation | Szabolcs Nagy | 1 | -0/+1 |
2018-09-17 | Use ceil functions not __ceil functions in glibc libm. | Joseph Myers | 1 | -0/+1 |
2018-09-14 | Use rint functions not __rint functions in glibc libm. | Joseph Myers | 5 | -0/+5 |
2018-09-14 | Use floor functions not __floor functions in glibc libm. | Joseph Myers | 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 | -9/+0 |
2018-08-23 | Move EXCEPTION_TESTS_* out of math-tests.h | Joseph Myers | 1 | -26/+0 |
2018-08-22 | Move ROUNDING_TESTS_* out of math-tests.h. | Joseph Myers | 1 | -3/+0 |
2018-08-10 | Improve performance of sincosf | Wilco Dijkstra | 1 | -0/+1 |
2018-06-22 | m68k: Reorganize log1p and significand implementations | Tulio Magno Quites Machado Filho | 6 | -32/+44 |
2018-06-08 | Mark _init and _fini as hidden [BZ #23145] | H.J. Lu | 1 | -0/+2 |
2018-05-11 | Do not include math-barriers.h in math_private.h. | Joseph Myers | 1 | -0/+1 |
2018-05-09 | Move math_opt_barrier, math_force_eval to separate math-barriers.h. | Joseph Myers | 2 | -20/+37 |
2018-04-20 | Drop fpregset unused symbol exposition | Samuel Thibault | 1 | -1/+1 |
2018-04-04 | elf: Unify symbol address run-time calculation [BZ #19818] | Maciej W. Rozycki | 1 | -1/+1 |
2018-03-16 | Revert m68k __ieee754_sqrt change | Wilco Dijkstra | 1 | -0/+1 |
2018-03-15 | Remove all target specific __ieee754_sqrt(f/l) inlines | Wilco Dijkstra | 1 | -1/+0 |
2018-03-15 | Rename all __ieee754_sqrt(f/l) calls to sqrt(f/l) | Wilco Dijkstra | 1 | -1/+1 |
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 |