| Commit message (Expand) | Author | Age | Files | Lines |
* | powerpc: Enforce compiler barriers on hardware transactions | Tulio Magno Quites Machado Filho | 2016-01-08 | 2 | -5/+5 |
* | powerpc: Add hwcap2 bits for POWER9. | Carlos Eduardo Seo | 2016-01-08 | 2 | -1/+4 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 755 | -755/+755 |
* | powerpc: Export __parse_hwcap_and_convert_at_platform to libc.a. | Carlos Eduardo Seo | 2015-12-22 | 1 | -0/+8 |
* | powerpc: Add basic support for POWER9 sans hwcap. | Carlos Eduardo Seo | 2015-12-22 | 9 | -2/+17 |
* | powerpc: Regenerate libm-test-ulps | Adhemerval Zanella | 2015-12-22 | 1 | -169/+199 |
* | Fix POWER7 logb results for negative subnormals (bug 19375) | Adhemerval Zanella | 2015-12-17 | 1 | -0/+1 |
* | powerpc: Add hwcap/hwcap2/platform data to TCB. | Carlos Eduardo Seo | 2015-12-03 | 10 | -6/+406 |
* | powerpc: Spinlock optimization and cleanup | Paul Murphy | 2015-11-19 | 3 | -4/+31 |
* | Fix powerpc round, roundf spurious "inexact" (bug 19238). | Joseph Myers | 2015-11-12 | 4 | -12/+24 |
* | Fix powerpc64 lround, lroundf, llround, llroundf spurious "inexact" exception... | Joseph Myers | 2015-11-12 | 2 | -0/+13 |
* | Fix powerpc nearbyint wrongly clearing "inexact" and leaving traps disabled (... | Joseph Myers | 2015-11-11 | 4 | -8/+16 |
* | powerpc: Provide __tls_get_addr () in static libc | Carlos Eduardo Seo | 2015-10-28 | 1 | -0/+32 |
* | powerpc: Fix usage of elision transient failure adapt param | Paul Murphy | 2015-10-27 | 1 | -3/+3 |
* | PowerPC: Fix a race condition when eliding a lock | Tulio Magno Quites Machado Filho | 2015-10-19 | 1 | -52/+63 |
* | Convert 231 sysdeps function definitions to prototype style. | Joseph Myers | 2015-10-19 | 3 | -6/+3 |
* | 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/+0 |
* | 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 |
* | PowerPC: Add comments to optimized strncpy | Gabriel F. T. Gomes | 2015-10-01 | 1 | -2/+38 |
* | PowerPC: Fix operand prefixes | Gabriel F. T. Gomes | 2015-10-01 | 1 | -6/+6 |
* | Fix hypot missing underflows (bug 18803). | Joseph Myers | 2015-09-24 | 1 | -1/+3 |
* | Move bits/atomic.h to atomic-machine.h (bug 14912). | Joseph Myers | 2015-09-11 | 3 | -6/+6 |
* | powerpc: Sync hwcap.h with kernel | Carlos Eduardo Seo | 2015-08-26 | 2 | -1/+3 |
* | powerpc: Fix tabort usage in syscalls | Paul E. Murphy | 2015-08-25 | 2 | -4/+4 |
* | powerpc: Handle worstcase behavior in strstr() for POWER7 | Rajalakshmi Srinivasaraghavan | 2015-08-25 | 1 | -7/+15 |
* | powerpc: Fix memchr for powerpc32. | Carlos Eduardo Seo | 2015-08-21 | 1 | -1/+1 |
* | powerpc: make memchr use memchr-power7. | Carlos Eduardo Seo | 2015-08-21 | 1 | -1/+13 |
* | PowerPC: Extend Program Priority Register support | Gabriel F. T. Gomes | 2015-08-19 | 1 | -0/+31 |
* | powerpc: Add missing hwcap strings. | Carlos Eduardo Seo | 2015-08-18 | 2 | -5/+5 |
* | powerpc: Fix stpcpy performance for power8 | Ondrej Bilka | 2015-08-11 | 1 | -2/+5 |
* | powerpc: Fix PPC64/POWER7 conform tests | Adhemerval Zanella | 2015-08-11 | 2 | -3/+4 |
* | powerpc: Use default strcpy optimization for POWER7 | Adhemerval Zanella | 2015-08-11 | 9 | -794/+66 |
* | powerpc: Fix strnlen/power7 build | Adhemerval Zanella | 2015-08-11 | 1 | -1/+2 |
* | powerpc: Fix strstr/power7 build | Adhemerval Zanella | 2015-08-11 | 2 | -0/+28 |
* | Update powerpc-fpu libm-test-ulps. | Adhemerval Zanella | 2015-07-24 | 1 | -56/+152 |
* | powerpc: strstr optimization | Rajalakshmi Srinivasaraghavan | 2015-07-16 | 6 | -1/+626 |
* | Regenerate powerpc-nofpu libm-test-ulps. | Joseph Myers | 2015-07-01 | 1 | -483/+673 |
* | Fix sin, sincos missing underflows (bug 16526, bug 16538). | Joseph Myers | 2015-06-23 | 1 | -1/+5 |
* | Use libc_hidden_proto / libc_hidden_def with __strnlen. | Joseph Myers | 2015-06-02 | 3 | -1/+7 |
* | Update powerpc-fpu libm-test-ulps. | Adhemerval Zanella | 2015-05-29 | 1 | -516/+450 |
* | libc-vdso.h place consolidation | Adhemerval Zanella | 2015-04-20 | 2 | -2/+2 |
* | powerpc: Fix __wcschr static build | Adhemerval Zanella | 2015-04-15 | 1 | -4/+14 |
* | Harden powerpc64 elf_machine_fixup_plt | Alan Modra | 2015-03-26 | 1 | -5/+25 |
* | powerpc __tls_get_addr call optimization | Alan Modra | 2015-03-25 | 6 | -0/+181 |
* | powerpc64 configure message | Alan Modra | 2015-03-25 | 2 | -3/+3 |
* | Remove HAVE_ASM_PPC_REL16 references | Alan Modra | 2015-03-23 | 1 | -41/+3 |
* | soft-fp: Define and use _FP_STATIC_ASSERT. | Joseph Myers | 2015-03-12 | 1 | -0/+2 |