| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | powerpc: Fix POWER9 implies | Tulio Magno Quites Machado Filho | 2016-09-19 | 1 | -1/+1 |
* | Add e500 version of fetestexceptflag. | Joseph Myers | 2016-09-07 | 1 | -0/+25 |
* | Add femode_t functions: powerpc. | Joseph Myers | 2016-09-07 | 2 | -0/+80 |
* | Add femode_t functions. | Joseph Myers | 2016-09-07 | 1 | -0/+4 |
* | Add fesetexcept: powerpc. | Joseph Myers | 2016-08-16 | 1 | -0/+37 |
* | ppc: Fix modf (sNaN) for pre-POWER5+ CPU (bug 20240). | Aurelien Jarno | 2016-07-08 | 1 | -0/+5 |
* | Remove atomic_compare_and_exchange_bool_rel. | Torvald Riegel | 2016-06-24 | 1 | -19/+0 |
* | Use generic fdim on more architectures (bug 6796, bug 20255, bug 20256). | Joseph Myers | 2016-06-14 | 1 | -5/+0 |
* | Fix powerpc32 ceil, rint etc. on sNaN input (bug 20160). | Joseph Myers | 2016-05-27 | 12 | -12/+84 |
* | Avoid "invalid" exceptions from powerpc fabsl (sNaN) (bug 20157). | Joseph Myers | 2016-05-27 | 1 | -2/+19 |
* | Do not raise "inexact" from powerpc32 ceil, floor, trunc (bug 15479). | Joseph Myers | 2016-05-25 | 6 | -18/+36 |
* | powerpc: Rearrange cfi_offset calls | Rajalakshmi Srinivasaraghavan | 2016-03-11 | 3 | -13/+13 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 326 | -326/+326 |
* | powerpc: Add basic support for POWER9 sans hwcap. | Carlos Eduardo Seo | 2015-12-22 | 3 | -0/+4 |
* | powerpc: Add hwcap/hwcap2/platform data to TCB. | Carlos Eduardo Seo | 2015-12-03 | 1 | -0/+14 |
* | Fix powerpc round, roundf spurious "inexact" (bug 19238). | Joseph Myers | 2015-11-12 | 2 | -6/+12 |
* | Fix powerpc nearbyint wrongly clearing "inexact" and leaving traps disabled (... | Joseph Myers | 2015-11-11 | 2 | -4/+8 |
* | Fix powerpc32 lround, lroundf spurious exceptions (bug 19134). | Joseph Myers | 2015-10-14 | 1 | -2/+41 |
* | Fix powerpc32 llround, llroundf exceptions (bug 19125). | Joseph Myers | 2015-10-13 | 2 | -2/+68 |
* | Move powerpc llround implementations to powerpc32 directory. | Joseph Myers | 2015-10-13 | 2 | -0/+96 |
* | Fix powerpc32 llrint, llrintf bad exceptions (bug 16422). | Joseph Myers | 2015-10-13 | 4 | -2/+94 |
* | Work around powerpc32 integer 0 converting to -0 (bug 887, bug 19049, bug 190... | Joseph Myers | 2015-10-05 | 3 | -0/+75 |
* | Move bits/atomic.h to atomic-machine.h (bug 14912). | Joseph Myers | 2015-09-11 | 1 | -2/+2 |
* | powerpc: Fix tabort usage in syscalls | Paul E. Murphy | 2015-08-25 | 1 | -2/+2 |
* | powerpc: Fix memchr for powerpc32. | Carlos Eduardo Seo | 2015-08-21 | 1 | -1/+1 |
* | Use libc_hidden_proto / libc_hidden_def with __strnlen. | Joseph Myers | 2015-06-02 | 3 | -1/+7 |
* | libc-vdso.h place consolidation | Adhemerval Zanella | 2015-04-20 | 1 | -1/+1 |
* | powerpc: Fix __wcschr static build | Adhemerval Zanella | 2015-04-15 | 1 | -4/+14 |
* | powerpc __tls_get_addr call optimization | Alan Modra | 2015-03-25 | 1 | -0/+48 |
* | Remove HAVE_ASM_PPC_REL16 references | Alan Modra | 2015-03-23 | 1 | -41/+3 |
* | Replace ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY | H.J. Lu | 2015-03-05 | 1 | -1/+1 |
* | powerpc: drop R_PPC_REL16 check | Adhemerval Zanella | 2015-02-10 | 2 | -44/+0 |
* | powerpc: wordcopy/memmove cleanup for ppc32 | Adhemerval Zanella | 2015-02-09 | 6 | -115/+32 |
* | powerpc: multiarch Makefile cleanup for powerpc32 | Adhemerval Zanella | 2015-02-09 | 1 | -4/+10 |
* | powerpc: abort transaction in syscalls | Adhemerval Zanella | 2015-01-12 | 1 | -0/+16 |
* | Fix libm feupdateenv namespace (bug 17748). | Joseph Myers | 2015-01-07 | 1 | -0/+1 |
* | Fix libm fesetround namespace (bug 17748). | Joseph Myers | 2015-01-07 | 1 | -2/+4 |
* | Fix libm fesetenv namespace (bug 17748). | Joseph Myers | 2015-01-06 | 2 | -1/+2 |
* | Fix libm feholdexcept namespace (bug 17748). | Joseph Myers | 2015-01-05 | 1 | -2/+4 |
* | Fix libm fegetround namespace (bug 17748). | Joseph Myers | 2015-01-02 | 1 | -3/+4 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 325 | -325/+325 |
* | Fix libm fegetenv namespace (bug 17748). | Joseph Myers | 2014-12-31 | 1 | -0/+1 |
* | Clean up powerpc fegetround / __fegetround inlines. | Joseph Myers | 2014-12-31 | 1 | -3/+0 |
* | Fix libm feraiseexcept namespace (bug 17723). | Joseph Myers | 2014-12-30 | 1 | -0/+1 |
* | Fix strftime wcschr namespace (bug 17634). | Joseph Myers | 2014-12-10 | 2 | -7/+12 |
* | powerpc: Fix missing barriers in atomic_exchange_and_add_{acq,rel} | Adhemerval Zanella | 2014-11-26 | 1 | -0/+6 |
* | Remove NOT_IN_libc | Siddhesh Poyarekar | 2014-11-24 | 37 | -51/+51 |
* | Remove IS_IN_rtld | Siddhesh Poyarekar | 2014-11-24 | 4 | -4/+4 |
* | Remove IS_IN_libm | Siddhesh Poyarekar | 2014-11-24 | 14 | -14/+14 |
* | Add arch-specific configuration for C11 atomics support. | Torvald Riegel | 2014-11-20 | 1 | -0/+3 |