aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/powerpc
AgeCommit message (Expand)AuthorFilesLines
2017-01-04Move wrappers to libm-compat-calls-autoGabriel F. T. Gomes12-15/+12
2017-01-03Remove duplicate strcat implementationsAdhemerval Zanella4-36/+3
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers796-796/+796
2016-12-28powerpc: Fix powerpc32/power7 memchr for large input sizesTulio Magno Quites Machado Filho1-1/+10
2016-12-28powerpc64: strchr/strchrnul optimization for power8Rajalakshmi Srinivasaraghavan8-2/+483
2016-12-27powerpc: Remove f{max,min}{f} assembly implementationsAdhemerval Zanella8-176/+0
2016-12-26Do not stack-protect ifunc resolvers [BZ #7065]Nick Alcock1-0/+2
2016-12-16Fix powerpc64/power7 memchr for large input sizesAdhemerval Zanella1-1/+11
2016-12-15Fix powerpc fmax, fmin sNaN handling (bug 20947).Joseph Myers2-2/+72
2016-12-14Refactor long double information into bits/long-double.h.Joseph Myers1-20/+0
2016-12-13powerpc: remove _dl_platform_string and _dl_powerpc_platformsAndreas Schwab2-62/+11
2016-12-13powerpc: strncmp optimization for power9Rajalakshmi Srinivasaraghavan5-1/+422
2016-12-07Fix hypot sNaN handling (bug 20940).Joseph Myers2-8/+12
2016-12-01powerpc: Remove stpcpy internal clash with IFUNCAdhemerval Zanella1-3/+3
2016-12-01powerpc: strcmp optimization for power9Rajalakshmi Srinivasaraghavan5-1/+326
2016-12-01Refactor FP_ILOGB* out of bits/mathdef.h.Joseph Myers1-16/+0
2016-11-30powerpc: Remove stpcpy internal clash with IFUNCAdhemerval Zanella1-3/+1
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