Age | Commit message (Expand) | Author | Files | Lines |
2015-10-14 | Fix powerpc32 lround, lroundf spurious exceptions (bug 19134). | Joseph Myers | 1 | -2/+41 |
2015-10-13 | Fix powerpc32 llround, llroundf exceptions (bug 19125). | Joseph Myers | 2 | -2/+68 |
2015-10-13 | Move powerpc llround implementations to powerpc32 directory. | Joseph Myers | 2 | -0/+96 |
2015-10-13 | Fix powerpc32 llrint, llrintf bad exceptions (bug 16422). | Joseph Myers | 4 | -2/+94 |
2015-10-05 | Work around powerpc32 integer 0 converting to -0 (bug 887, bug 19049, bug 190... | Joseph Myers | 3 | -0/+75 |
2015-09-11 | Move bits/atomic.h to atomic-machine.h (bug 14912). | Joseph Myers | 1 | -2/+2 |
2015-08-25 | powerpc: Fix tabort usage in syscalls | Paul E. Murphy | 1 | -2/+2 |
2015-08-21 | powerpc: Fix memchr for powerpc32. | Carlos Eduardo Seo | 1 | -1/+1 |
2015-06-02 | Use libc_hidden_proto / libc_hidden_def with __strnlen. | Joseph Myers | 3 | -1/+7 |
2015-04-20 | libc-vdso.h place consolidation | Adhemerval Zanella | 1 | -1/+1 |
2015-04-15 | powerpc: Fix __wcschr static build | Adhemerval Zanella | 1 | -4/+14 |
2015-03-25 | powerpc __tls_get_addr call optimization | Alan Modra | 1 | -0/+48 |
2015-03-23 | Remove HAVE_ASM_PPC_REL16 references | Alan Modra | 1 | -41/+3 |
2015-03-05 | Replace ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY | H.J. Lu | 1 | -1/+1 |
2015-02-10 | powerpc: drop R_PPC_REL16 check | Adhemerval Zanella | 2 | -44/+0 |
2015-02-09 | powerpc: wordcopy/memmove cleanup for ppc32 | Adhemerval Zanella | 6 | -115/+32 |
2015-02-09 | powerpc: multiarch Makefile cleanup for powerpc32 | Adhemerval Zanella | 1 | -4/+10 |
2015-01-12 | powerpc: abort transaction in syscalls | Adhemerval Zanella | 1 | -0/+16 |
2015-01-07 | Fix libm feupdateenv namespace (bug 17748). | Joseph Myers | 1 | -0/+1 |
2015-01-07 | Fix libm fesetround namespace (bug 17748). | Joseph Myers | 1 | -2/+4 |
2015-01-06 | Fix libm fesetenv namespace (bug 17748). | Joseph Myers | 2 | -1/+2 |
2015-01-05 | Fix libm feholdexcept namespace (bug 17748). | Joseph Myers | 1 | -2/+4 |
2015-01-02 | Fix libm fegetround namespace (bug 17748). | Joseph Myers | 1 | -3/+4 |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 325 | -325/+325 |
2014-12-31 | Fix libm fegetenv namespace (bug 17748). | Joseph Myers | 1 | -0/+1 |
2014-12-31 | Clean up powerpc fegetround / __fegetround inlines. | Joseph Myers | 1 | -3/+0 |
2014-12-30 | Fix libm feraiseexcept namespace (bug 17723). | Joseph Myers | 1 | -0/+1 |
2014-12-10 | Fix strftime wcschr namespace (bug 17634). | Joseph Myers | 2 | -7/+12 |
2014-11-26 | powerpc: Fix missing barriers in atomic_exchange_and_add_{acq,rel} | Adhemerval Zanella | 1 | -0/+6 |
2014-11-24 | Remove NOT_IN_libc | Siddhesh Poyarekar | 37 | -51/+51 |
2014-11-24 | Remove IS_IN_rtld | Siddhesh Poyarekar | 4 | -4/+4 |
2014-11-24 | Remove IS_IN_libm | Siddhesh Poyarekar | 14 | -14/+14 |
2014-11-20 | Add arch-specific configuration for C11 atomics support. | Torvald Riegel | 1 | -0/+3 |
2014-11-14 | Fix build of C mempcpy and stpcpy. | Joseph Myers | 1 | -0/+1 |
2014-11-04 | Don't use INTDEF/INTUSE with _dl_init (bug 14132). | Joseph Myers | 1 | -1/+1 |
2014-11-04 | Don't use INTDEF/INTUSE with _dl_argv (bug 14132). | Joseph Myers | 1 | -1/+1 |
2014-10-31 | powerpc: Change atomic_write_barrier to have release semantics. | Torvald Riegel | 1 | -0/+2 |
2014-10-23 | Don't use INTDEF for powerpc32 compat symbols (bug 14132). | Joseph Myers | 1 | -14/+0 |
2014-09-02 | Define __GI_fegetenv for e500 libm | Khem Raj | 1 | -0/+1 |
2014-08-21 | Remove unnecessary uses of NOT_IN_libc | Siddhesh Poyarekar | 1 | -1/+1 |
2014-07-08 | PowerPC: Cleanup powerpc memmove | Adhemerval Zanella | 3 | -2/+4 |
2014-07-08 | PowerPC: Fix compiler warnings | Adhemerval Zanella | 2 | -2/+2 |
2014-07-08 | PowerPC: Add ifunc tests for memmove | Adhemerval Zanella | 1 | -0/+6 |
2014-07-07 | PowerPC: Align power7 memcpy using VSX to quadword | Adhemerval Zanella | 1 | -2/+2 |
2014-07-07 | PowerPC: optimized memmove for POWER7/PPC32 | Adhemerval Zanella | 4 | -1/+100 |
2014-07-03 | Always provide HP_SMALL_TIMING_AVAIL | Richard Henderson | 1 | -0/+1 |
2014-07-03 | Unify hp-timing implementations | Richard Henderson | 1 | -53/+1 |
2014-07-03 | Remove HP_TIMING_DIFF_INIT and dl_hp_timing_overhead | Richard Henderson | 2 | -48/+0 |
2014-07-03 | Removing HP_TIMING_ACCUM as unused | Richard Henderson | 1 | -16/+2 |
2014-07-03 | Removing HP_TIMING_ZERO as unused | Richard Henderson | 1 | -5/+0 |