| Commit message (Expand) | Author | Age | Files | Lines |
* | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 2019-09-07 | 317 | -317/+317 |
* | Fix spellings of contributor names in comments and doc | Paul Eggert | 2019-08-23 | 10 | -10/+10 |
* | Declare most TS 18661-1 interfaces for C2X. | Joseph Myers | 2019-08-13 | 1 | -1/+1 |
* | nptl: Rename lll_timedlock to lll_clocklock and add clockid parameter | Mike Crowe | 2019-07-12 | 2 | -7/+10 |
* | Refactor hp-timing rtld usage | Adhemerval Zanella | 2019-03-22 | 2 | -4/+0 |
* | Fix output of LD_SHOW_AUXV=1. | Stefan Liebler | 2019-03-13 | 1 | -2/+2 |
* | Break further lines before not after operators. | Joseph Myers | 2019-02-26 | 1 | -22/+22 |
* | Fix SPARC64 handling of R_SPARC_H34 (bug 24231). | Joseph Myers | 2019-02-18 | 1 | -0/+1 |
* | nptl: Reinstate pthread_timedjoin_np as a cancellation point (BZ#24215) | Adhemerval Zanella | 2019-02-14 | 2 | -41/+0 |
* | soft-fp: Properly check _FP_W_TYPE_SIZE [BZ #24066] | H.J. Lu | 2019-01-07 | 8 | -8/+8 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2019-01-01 | 318 | -318/+318 |
* | Fix sparc64 build with GCC 9. | Joseph Myers | 2018-11-13 | 1 | -1/+2 |
* | Regenerate sparc ulps. | David S. Miller | 2018-10-18 | 1 | -44/+44 |
* | Use copysign functions not __copysign functions in glibc libm. | Joseph Myers | 2018-09-27 | 2 | -0/+2 |
* | Use trunc functions not __trunc functions in glibc libm. | Joseph Myers | 2018-09-20 | 2 | -0/+2 |
* | Use ceil functions not __ceil functions in glibc libm. | Joseph Myers | 2018-09-17 | 2 | -0/+2 |
* | Use rint functions not __rint functions in glibc libm. | Joseph Myers | 2018-09-14 | 4 | -0/+4 |
* | Use floor functions not __floor functions in glibc libm. | Joseph Myers | 2018-09-14 | 2 | -0/+2 |
* | [BZ #20271] Add newlines in __libc_fatal calls. | Paul Pluzhnikov | 2018-08-31 | 2 | -2/+2 |
* | Split fenv_private.h out of math_private.h more consistently. | Joseph Myers | 2018-08-28 | 2 | -10/+5 |
* | Mark _init and _fini as hidden [BZ #23145] | H.J. Lu | 2018-06-08 | 1 | -0/+2 |
* | Remove sysdeps/sparc/sparc64/soft-fp directory. | Joseph Myers | 2018-05-25 | 34 | -121/+38 |
* | Remove sysdeps/sparc/sparc32/soft-fp directory. | Joseph Myers | 2018-05-25 | 33 | -38/+15 |
* | nptl: Remove __ASSUME_PRIVATE_FUTEX | H.J. Lu | 2018-05-17 | 1 | -3/+0 |
* | Update SPARC libm-test-ulps. | Adhemerval Zanella | 2018-04-05 | 1 | -0/+6 |
* | elf: Unify symbol address run-time calculation [BZ #19818] | Maciej W. Rozycki | 2018-04-04 | 2 | -2/+2 |
* | Remove powerpc, sparc fdim inlines (bug 22987). | Joseph Myers | 2018-03-20 | 1 | -57/+0 |
* | Remove all target specific __ieee754_sqrt(f/l) inlines | Wilco Dijkstra | 2018-03-15 | 1 | -80/+0 |
* | hurd: add gscope support | Samuel Thibault | 2018-03-11 | 1 | -0/+1 |
* | Update sparc ulps | Adhemerval Zanella | 2018-02-22 | 1 | -0/+2 |
* | sparc: Check PIC instead of SHARED in start.S [BZ #22638] | H.J. Lu | 2018-02-05 | 2 | -4/+4 |
* | Update sparc ULPs. | Patrick McGehearty | 2018-01-26 | 1 | -26/+26 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2018-01-01 | 321 | -321/+321 |
* | Update SPARC divrem generation to match output. | Joseph Myers | 2017-12-15 | 6 | -11/+13 |
* | sparc: M7 optimized memset/bzero | Patrick McGehearty | 2017-12-14 | 6 | -2/+345 |
* | sparc: M7 optimized memcpy/mempcpy/memmove | Patrick McGehearty | 2017-12-14 | 12 | -2/+1072 |
* | sparc: assembly version of memmove for ultra1+ | Jose E. Marchesi | 2017-12-14 | 4 | -0/+191 |
* | sparc: support the ADP hw capability | Jose E. Marchesi | 2017-12-14 | 3 | -3/+4 |
* | Sparc ulp update. | David S. Miller | 2017-12-06 | 1 | -0/+6 |
* | sparc: Remove ununsed ifunc assembly macros | Adhemerval Zanella | 2017-12-01 | 1 | -142/+10 |
* | sparc: Fix sparv9 multiarch build | Adhemerval Zanella | 2017-12-01 | 1 | -1/+1 |
* | sparc: refactor cpu_relax to C | Adhemerval Zanella | 2017-12-01 | 4 | -68/+39 |
* | sparc: refactor sparc32 nearbyint{f} selector to C | Adhemerval Zanella | 2017-12-01 | 7 | -32/+75 |
* | sparc: refactor sparc32 rint{f} selector to C | Adhemerval Zanella | 2017-12-01 | 7 | -30/+74 |
* | sparc: refactor sparc32 llrint{f} selector to C | Adhemerval Zanella | 2017-12-01 | 7 | -33/+73 |
* | sparc: refactor sparc32 fabs{f} selector to C | Adhemerval Zanella | 2017-12-01 | 7 | -30/+74 |
* | sparc: refactor sparc32 copysign selector to C | Adhemerval Zanella | 2017-12-01 | 7 | -36/+91 |
* | sparc: refactor sparc64 __mpn_add_n selector to C | Adhemerval Zanella | 2017-11-30 | 4 | -58/+32 |
* | sparc: refactor sparc64 __mpn_submul_1 selector to C | Adhemerval Zanella | 2017-11-30 | 4 | -57/+32 |
* | sparc: refactor sparc64 __mpn_addmul_1 selector to C | Adhemerval Zanella | 2017-11-30 | 4 | -58/+32 |