Age | Commit message (Expand) | Author | Files | Lines |
2016-08-03 | powerpc: fix ifunc-sel.h with GCC 6 | Aurelien Jarno | 1 | -3/+4 |
2016-07-08 | ppc: Fix modf (sNaN) for pre-POWER5+ CPU (bug 20240). | Aurelien Jarno | 2 | -0/+10 |
2016-07-05 | powerpc: Fix return code of strcasecmp for unaligned inputs | Rajalakshmi Srinivasaraghavan | 1 | -3/+14 |
2016-06-30 | powerpc: Add a POWER8-optimized version of sinf() | Anton Blanchard | 5 | -1/+604 |
2016-06-30 | powerpc: Add a POWER8-optimized version of expf() | Tulio Magno Quites Machado Filho | 6 | -1/+388 |
2016-06-24 | Remove atomic_compare_and_exchange_bool_rel. | Torvald Riegel | 3 | -58/+0 |
2016-06-20 | elf: Consolidate machine-agnostic DTV definitions in <dl-dtv.h> | Florian Weimer | 2 | -14/+1 |
2016-06-14 | Use generic fdim on more architectures (bug 6796, bug 20255, bug 20256). | Joseph Myers | 4 | -66/+0 |
2016-06-14 | powerpc: strcasecmp/strncasecmp optmization for power8 | raji | 11 | -49/+598 |
2016-06-06 | powerpc: Fix --disable-multi-arch build on POWER8 | Tulio Magno Quites Machado Filho | 5 | -6/+27 |
2016-05-27 | Fix powerpc64 ceil, rint etc. on sNaN input (bug 20160). | Joseph Myers | 12 | -12/+84 |
2016-05-27 | Fix powerpc32 ceil, rint etc. on sNaN input (bug 20160). | Joseph Myers | 12 | -12/+84 |
2016-05-27 | Avoid "invalid" exceptions from powerpc fabsl (sNaN) (bug 20157). | Joseph Myers | 2 | -5/+21 |
2016-05-25 | Do not raise "inexact" from powerpc64 ceil, floor, trunc (bug 15479). | Joseph Myers | 6 | -18/+36 |
2016-05-25 | Do not raise "inexact" from powerpc32 ceil, floor, trunc (bug 15479). | Joseph Myers | 6 | -18/+36 |
2016-05-04 | powerpc: Fix operand prefixes | Gabriel F. T. Gomes | 1 | -4/+4 |
2016-04-29 | powerpc: Zero pad using memset in strncpy/stpncpy | Gabriel F. T. Gomes | 1 | -67/+56 |
2016-04-25 | powerpc: Add optimized strcspn for P8 | Paul E. Murphy | 8 | -29/+151 |
2016-04-22 | powerpc: strcasestr optmization for power8 | Rajalakshmi Srinivasaraghavan | 9 | -1/+697 |
2016-04-15 | powerpc: Optimization for strlen for POWER8. | Carlos Eduardo Seo | 5 | -4/+345 |
2016-04-07 | powerpc: Add optimized P8 strspn | Paul E. Murphy | 6 | -1/+289 |
2016-04-01 | Remove powerpc64 strspn, strcspn, and strpbrk implementation | Adhemerval Zanella | 3 | -406/+0 |
2016-03-11 | powerpc: Rearrange cfi_offset calls | Rajalakshmi Srinivasaraghavan | 6 | -34/+34 |
2016-03-09 | Fix ldbl-128ibm nearbyintl in non-default rounding modes (bug 19790). | Joseph Myers | 1 | -2/+2 |
2016-03-08 | powerpc: Remove uses of operand modifier (%s) in inline asm | Gabriel F. T. Gomes | 1 | -6/+10 |
2016-03-08 | powerpc: Fix dl-procinfo HWCAP | Carlos Eduardo Seo | 2 | -8/+6 |
2016-02-04 | powerpc: Regenerate libm-test-ulps | Rajalakshmi Srinivasaraghavan | 1 | -0/+10 |
2016-01-27 | Remove unused variables | Andreas Schwab | 2 | -3/+0 |
2016-01-19 | Fix ulps regeneration for *-finite tests. | Joseph Myers | 1 | -2/+2 |
2016-01-18 | Regenerate powerpc-nofpu libm-test-ulps. | Joseph Myers | 1 | -210/+230 |
2016-01-08 | powerpc: Enforce compiler barriers on hardware transactions | Tulio Magno Quites Machado Filho | 2 | -5/+5 |
2016-01-08 | powerpc: Add hwcap2 bits for POWER9. | Carlos Eduardo Seo | 2 | -1/+4 |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 755 | -755/+755 |
2015-12-22 | powerpc: Export __parse_hwcap_and_convert_at_platform to libc.a. | Carlos Eduardo Seo | 1 | -0/+8 |
2015-12-22 | powerpc: Add basic support for POWER9 sans hwcap. | Carlos Eduardo Seo | 9 | -2/+17 |
2015-12-22 | powerpc: Regenerate libm-test-ulps | Adhemerval Zanella | 1 | -169/+199 |
2015-12-17 | Fix POWER7 logb results for negative subnormals (bug 19375) | Adhemerval Zanella | 1 | -0/+1 |
2015-12-03 | powerpc: Add hwcap/hwcap2/platform data to TCB. | Carlos Eduardo Seo | 10 | -6/+406 |
2015-11-19 | powerpc: Spinlock optimization and cleanup | Paul Murphy | 3 | -4/+31 |
2015-11-12 | Fix powerpc round, roundf spurious "inexact" (bug 19238). | Joseph Myers | 4 | -12/+24 |
2015-11-12 | Fix powerpc64 lround, lroundf, llround, llroundf spurious "inexact" exception... | Joseph Myers | 2 | -0/+13 |
2015-11-11 | Fix powerpc nearbyint wrongly clearing "inexact" and leaving traps disabled (... | Joseph Myers | 4 | -8/+16 |
2015-10-28 | powerpc: Provide __tls_get_addr () in static libc | Carlos Eduardo Seo | 1 | -0/+32 |
2015-10-27 | powerpc: Fix usage of elision transient failure adapt param | Paul Murphy | 1 | -3/+3 |
2015-10-19 | PowerPC: Fix a race condition when eliding a lock | Tulio Magno Quites Machado Filho | 1 | -52/+63 |
2015-10-19 | Convert 231 sysdeps function definitions to prototype style. | Joseph Myers | 3 | -6/+3 |
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/+0 |
2015-10-13 | Fix powerpc32 llrint, llrintf bad exceptions (bug 16422). | Joseph Myers | 4 | -2/+94 |