aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/powerpc
AgeCommit message (Expand)AuthorFilesLines
2016-11-29powerpc: Add hidden definition for __sigsetjmpFlorian Weimer3-0/+13
2016-11-29powerpc: Remove unintended __longjmp symbol from ABIFlorian Weimer1-3/+1
2016-11-29Refactor FP_FAST_* into bits/fp-fast.h.Joseph Myers2-6/+39
2016-11-24Remove cached PID/TID in cloneAdhemerval Zanella1-1/+0
2016-11-24Refactor float_t, double_t information into bits/flt-eval-method.h.Joseph Myers1-4/+0
2016-11-04Do not hardcode platform names in manual/libm-err-tab.pl (bug 14139).Joseph Myers2-0/+2
2016-11-04Define wordsize.h macros everywhereSteve Ellcey2-0/+6
2016-10-28Document a behavior of an elided pthread_rwlock_unlockTulio Magno Quites Machado Filho1-0/+3
2016-10-25Fix cmpli usage in power6 memset.Joseph Myers2-2/+2
2016-10-21powerpc: Cleanup fenv_private.hPaul Murphy1-103/+53
2016-10-19Stop powerpc copysignl raising "invalid" for sNaN argument (bug 20718).Joseph Myers2-9/+24
2016-10-09powerpc32: make PLT call in _mcount compatible with -msecure-plt (bug 20554)Alan Modra1-3/+24
2016-10-07Use gcc attribute ifunc in libc_ifunc macro instead of inline assembly due to...Stefan Liebler37-222/+338
2016-10-06Add iseqsig.Joseph Myers1-0/+28
2016-10-05powerpc: Regenerate ULPsTulio Magno Quites Machado Filho1-55/+55
2016-10-04powerpc: Installed-header hygieneTulio Magno Quites Machado Filho1-9/+9
2016-09-19powerpc: Fix POWER9 impliesTulio Magno Quites Machado Filho2-2/+1
2016-09-07Add e500 version of fetestexceptflag.Joseph Myers1-0/+25
2016-09-07Add femode_t functions: powerpc.Joseph Myers6-0/+222
2016-09-07Add femode_t functions.Joseph Myers5-0/+24
2016-08-16Add fesetexcept: powerpc.Joseph Myers3-0/+107
2016-08-12Add comment from sysdeps/powerpc/fpu/fraiseexcpt.c to fsetexcptflg.c.Joseph Myers1-0/+1
2016-08-10Fix powerpc fesetexceptflag clearing FE_INVALID (bug 20455).Joseph Myers1-1/+4
2016-08-10Add tests for fegetexceptflag, fesetexceptflag.Joseph Myers1-0/+6
2016-08-03powerpc: fix ifunc-sel.h fix asm constraints and clobber listAurelien Jarno1-2/+4
2016-08-03powerpc: fix ifunc-sel.h with GCC 6Aurelien Jarno1-3/+4
2016-07-08ppc: Fix modf (sNaN) for pre-POWER5+ CPU (bug 20240).Aurelien Jarno2-0/+10
2016-07-05powerpc: Fix return code of strcasecmp for unaligned inputsRajalakshmi Srinivasaraghavan1-3/+14
2016-06-30powerpc: Add a POWER8-optimized version of sinf()Anton Blanchard5-1/+604
2016-06-30powerpc: Add a POWER8-optimized version of expf()Tulio Magno Quites Machado Filho6-1/+388
2016-06-24Remove atomic_compare_and_exchange_bool_rel.Torvald Riegel3-58/+0
2016-06-20elf: Consolidate machine-agnostic DTV definitions in <dl-dtv.h>Florian Weimer2-14/+1
2016-06-14Use generic fdim on more architectures (bug 6796, bug 20255, bug 20256).Joseph Myers4-66/+0
2016-06-14powerpc: strcasecmp/strncasecmp optmization for power8raji11-49/+598
2016-06-06powerpc: Fix --disable-multi-arch build on POWER8Tulio Magno Quites Machado Filho5-6/+27
2016-05-27Fix powerpc64 ceil, rint etc. on sNaN input (bug 20160).Joseph Myers12-12/+84
2016-05-27Fix powerpc32 ceil, rint etc. on sNaN input (bug 20160).Joseph Myers12-12/+84
2016-05-27Avoid "invalid" exceptions from powerpc fabsl (sNaN) (bug 20157).Joseph Myers2-5/+21
2016-05-25Do not raise "inexact" from powerpc64 ceil, floor, trunc (bug 15479).Joseph Myers6-18/+36
2016-05-25Do not raise "inexact" from powerpc32 ceil, floor, trunc (bug 15479).Joseph Myers6-18/+36
2016-05-04powerpc: Fix operand prefixesGabriel F. T. Gomes1-4/+4
2016-04-29powerpc: Zero pad using memset in strncpy/stpncpyGabriel F. T. Gomes1-67/+56
2016-04-25powerpc: Add optimized strcspn for P8Paul E. Murphy8-29/+151
2016-04-22powerpc: strcasestr optmization for power8Rajalakshmi Srinivasaraghavan9-1/+697
2016-04-15powerpc: Optimization for strlen for POWER8.Carlos Eduardo Seo5-4/+345
2016-04-07powerpc: Add optimized P8 strspnPaul E. Murphy6-1/+289
2016-04-01Remove powerpc64 strspn, strcspn, and strpbrk implementationAdhemerval Zanella3-406/+0
2016-03-11powerpc: Rearrange cfi_offset callsRajalakshmi Srinivasaraghavan6-34/+34
2016-03-09Fix ldbl-128ibm nearbyintl in non-default rounding modes (bug 19790).Joseph Myers1-2/+2
2016-03-08powerpc: Remove uses of operand modifier (%s) in inline asmGabriel F. T. Gomes1-6/+10