Age | Commit message (Expand) | Author | Files | Lines |
2020-11-16 | nptl: Move stack list variables into _rtld_global | Florian Weimer | 1 | -2/+0 |
2020-11-10 | RISC-V: Add _dl_start_user. | Jim Wilson | 1 | -1/+3 |
2020-10-02 | aarch64: enforce >=64K guard size [BZ #26691] | Szabolcs Nagy | 1 | -0/+3 |
2020-08-27 | RISC-V: Build infrastructure for 32-bit port | Zong Li | 4 | -5/+6 |
2020-08-27 | RISC-V: Fix llrint and llround missing exceptions on RV32 | Zong Li | 1 | -0/+38 |
2020-08-27 | RISC-V: Add the RV32 libm-test-ulps | Alistair Francis | 2 | -0/+1406 |
2020-08-27 | RISC-V: Add hard float support for 32-bit CPUs | Zong Li | 4 | -0/+124 |
2020-08-27 | RISC-V: Support the 32-bit ABI implementation | Alistair Francis | 6 | -22/+91 |
2020-08-04 | RISC-V: Update lp64d libm-test-ulps according to HiFive Unleashed | Maciej W. Rozycki | 1 | -15/+18 |
2020-06-22 | riscv: Use sqrt{f} builtin | Adhemerval Zanella | 3 | -56/+4 |
2020-05-06 | semaphore: consolidate arch headers into a generic one | Vineet Gupta | 1 | -33/+0 |
2020-03-19 | math: Remove inline math tests | Adhemerval Zanella | 2 | -1635/+0 |
2020-02-18 | Introduce <elf-initfini.h> and ELF_INITFINI for all architectures | Florian Weimer | 1 | -2/+0 |
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 | 3 | -3/+6 |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 93 | -93/+93 |
2019-12-09 | sysdeps/riscv/start.S: rename .Lload_gp to load_gp (bug 24376) | Andreas Schwab | 1 | -3/+3 |
2019-11-26 | nptl: Add default pthread-offsets.h | Adhemerval Zanella | 1 | -22/+0 |
2019-11-26 | nptl: Add struct_rwlock.h | Adhemerval Zanella | 2 | -19/+45 |
2019-11-26 | nptl: Add struct_mutex.h | Adhemerval Zanella | 1 | -6/+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 | -6/+12 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 93 | -93/+93 |
2019-08-13 | Declare most TS 18661-1 interfaces for C2X. | Joseph Myers | 1 | -1/+1 |
2019-07-04 | riscv: restore ABI compatibility (bug 24484) | Andreas Schwab | 1 | -0/+5 |
2019-04-25 | riscv: remove DL_RO_DYN_SECTION | David Abdurachmanov | 1 | -4/+0 |
2019-01-24 | RISC-V: Update nofpu ULPs | Darius Rad | 1 | -0/+8 |
2019-01-09 | RISC-V: Update LP64D libm-test-ulps. | Jim Wilson | 1 | -48/+66 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 93 | -93/+93 |
2018-10-30 | RISC-V: properly terminate call chain (bug 23125) | Andreas Schwab | 1 | -1/+6 |
2018-09-28 | Remove unnecessary math_private.h includes. | Joseph Myers | 35 | -35/+2 |
2018-09-27 | Use copysign functions not __copysign functions in glibc libm. | Joseph Myers | 2 | -0/+2 |
2018-09-27 | Use round functions not __round functions in glibc libm. | Joseph Myers | 2 | -0/+2 |
2018-09-20 | Use trunc functions not __trunc functions in glibc libm. | Joseph Myers | 2 | -0/+2 |
2018-09-17 | Use ceil functions not __ceil 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-14 | Use floor functions not __floor functions in glibc libm. | Joseph Myers | 2 | -0/+2 |
2018-09-03 | Do not include fenv_private.h in math_private.h. | Joseph Myers | 33 | -0/+33 |
2018-08-28 | Split fenv_private.h out of math_private.h more consistently. | Joseph Myers | 1 | -3/+3 |
2018-08-24 | Move EXCEPTION_ENABLE_SUPPORTED out of math-tests.h. | Joseph Myers | 1 | -3/+6 |
2018-08-23 | Move EXCEPTION_TESTS_* out of math-tests.h | Joseph Myers | 2 | -9/+29 |
2018-08-22 | Move ROUNDING_TESTS_* out of math-tests.h. | Joseph Myers | 2 | -7/+27 |
2018-08-06 | RISC-V: Don't use ps_get_thread_area in libthread_db (bug 23402) | Andreas Schwab | 1 | -2/+3 |
2018-08-03 | Regen RISC-V rvd ULPs | DJ Delorie | 1 | -4/+12 |
2018-08-03 | RISC-V: Fix rounding save/restore bug. | DJ Delorie | 1 | -1/+1 |
2018-08-01 | Move SNAN_TESTS_PRESERVE_PAYLOAD out of math-tests.h. | Joseph Myers | 2 | -3/+26 |
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 |