Age | Commit message (Expand) | Author | Files | Lines |
2020-04-08 | Update alpha libm-test-ulps | Adhemerval Zanella | 1 | -27/+28 |
2020-03-19 | math: Remove inline math tests | Adhemerval Zanella | 1 | -837/+0 |
2020-03-03 | alpha: Do not build with -fpic | Florian Weimer | 1 | -4/+0 |
2020-02-18 | Introduce <elf-initfini.h> and ELF_INITFINI for all architectures | Florian Weimer | 1 | -0/+20 |
2020-02-10 | nptl: add missing pthread-offsets.h | Andreas Schwab | 1 | -0/+3 |
2020-01-03 | Add libm_alias_finite for _finite symbols | Wilco Dijkstra | 5 | -32/+28 |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 164 | -164/+164 |
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 | -17/+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-01 | Split up endian.h to minimize exposure of BYTE_ORDER. | Alistair Francis | 2 | -7/+11 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 164 | -164/+164 |
2019-09-03 | Update Alpha libm-test-ulps | Aurelien Jarno | 1 | -8/+8 |
2019-08-13 | Declare most TS 18661-1 interfaces for C2X. | Joseph Myers | 1 | -1/+1 |
2019-04-01 | alpha: Improve sysdeps/alpha/divqu.S and sysdeps/alpha/remqu.S | Uros Bizjak | 2 | -8/+11 |
2019-03-22 | Refactor hp-timing rtld usage | Adhemerval Zanella | 1 | -9/+9 |
2019-01-24 | alpha: Fix __remqu corrupting $f3 register | Uroš Bizjak | 1 | -0/+4 |
2019-01-07 | soft-fp: Properly check _FP_W_TYPE_SIZE [BZ #24066] | H.J. Lu | 2 | -2/+2 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 164 | -164/+164 |
2018-12-28 | Update Alpha libm-test-ulps | Aurelien Jarno | 1 | -40/+48 |
2018-09-27 | Use copysign functions not __copysign functions in glibc libm. | Joseph Myers | 2 | -0/+2 |
2018-09-14 | Use rint functions not __rint functions in glibc libm. | Joseph Myers | 2 | -0/+2 |
2018-09-05 | Remove alpha math_private.h. | Joseph Myers | 1 | -18/+0 |
2018-06-08 | Mark _init and _fini as hidden [BZ #23145] | H.J. Lu | 1 | -0/+2 |
2018-05-23 | Remove sysdeps/alpha/soft-fp directory. | Joseph Myers | 20 | -20/+18 |
2018-05-09 | Move math_opt_barrier, math_force_eval to separate math-barriers.h. | Joseph Myers | 2 | -6/+28 |
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-15 | Remove all target specific __ieee754_sqrt(f/l) inlines | Wilco Dijkstra | 1 | -26/+0 |
2018-03-11 | hurd: add gscope support | Samuel Thibault | 1 | -0/+1 |
2018-03-10 | Don't include math.h/math_private.h in math_ldbl_opt.h. | Zack Weinberg | 1 | -0/+1 |
2018-01-27 | Update Alpha libm-test-ulps | James Clarke | 1 | -26/+26 |
2018-01-04 | alpha: Remove s_trunc{f} implementation (BZ#22666) | Adhemerval Zanella | 2 | -89/+0 |
2018-01-04 | alpha: Remove s_ceil{f} and s_floor{f} implementation (BZ#22665) | Adhemerval Zanella | 4 | -210/+0 |
2018-01-02 | Remove alpha specific fmax, fmin to fix sNaN handling [BZ #22660] | Aurelien Jarno | 4 | -106/+0 |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 171 | -171/+171 |
2017-12-06 | Update Alpha libm-test-ulps | Adhemerval Zanella | 1 | -2/+8 |
2017-11-28 | Use libm_alias_float for alpha. | Joseph Myers | 34 | -38/+52 |
2017-11-28 | Use libm_alias_double for alpha. | Joseph Myers | 10 | -90/+23 |
2017-11-07 | nptl: Define __PTHREAD_MUTEX_{NUSERS_AFTER_KIND,USE_UNION} | Adhemerval Zanella | 1 | -0/+2 |
2017-11-07 | nptl: Add tests for internal pthread_mutex_t offsets | Adhemerval Zanella | 1 | -0/+5 |
2017-10-04 | Use libm_alias_double for dbl-64 fma. | Joseph Myers | 1 | -0/+2 |
2017-10-04 | Remove alpha nearbyint wrapper. | Joseph Myers | 1 | -25/+0 |
2017-09-28 | Remove ancient __signbit inlines | Wilco Dijkstra | 1 | -110/+0 |
2017-09-28 | Simplify C99 isgreater macros | Wilco Dijkstra | 1 | -15/+0 |
2017-09-01 | Obsolete pow10 functions. | Joseph Myers | 1 | -30/+0 |