aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/powerpc
AgeCommit message (Expand)AuthorFilesLines
2020-07-10powerpc64: Fix calls when r2 is not used [BZ #26173]Tulio Magno Quites Machado Filho5-3/+48
2020-06-29powerpc: Add support for POWER10Tulio Magno Quites Machado Filho14-3/+26
2020-06-23powerpc: Add new hwcap valuesTulio Magno Quites Machado Filho2-1/+3
2020-06-22powerpc: Use sqrt{f} builtinAdhemerval Zanella3-80/+42
2020-06-22math: Decompose math-use-builtins.hAdhemerval Zanella2-77/+9
2020-06-16powerpc64le: refactor e_sqrtf128.cPaul E. Murphy2-39/+7
2020-06-11powerpc: Automatic CPU detection in preconfigurePaul E. Murphy2-7/+113
2020-06-05powerpc64le: add optimized strlen for P9Paul E. Murphy6-1/+226
2020-06-05powerpc64le: use common fmaf128 implementationPaul E. Murphy3-38/+10
2020-06-04powerpc: Fix powerpc64le due a7a3435c9aAdhemerval Zanella1-0/+2
2020-06-03powerpc/fpu: use generic fma functionsVineet Gupta3-54/+69
2020-05-18powerpc: Optimized rawmemchr for POWER9Anton Blanchard5-3/+145
2020-05-18powerpc: Optimized stpcpy for POWER9Anton Blanchard via Libc-alpha6-21/+123
2020-05-18powerpc: Optimized strcpy for POWER9Anton Blanchard via Libc-alpha5-1/+182
2020-05-04powerpc64le/power9: guard power9 strcmp against rtld usage [BZ# 25905]Paul E. Murphy1-0/+2
2020-04-30powerpc64le: Enable support for IEEE long doubleGabriel F. T. Gomes3-0/+9
2020-04-30powerpc64le: blacklist broken GCC compilers (e.g GCC 7.5.0)Paul E. Murphy2-0/+42
2020-04-30powerpc64le: bump binutils version requirement to >= 2.26Paul E. Murphy2-0/+69
2020-04-30powerpc64le: raise GCC requirement to 7.4 for long double transitionPaul E. Murphy2-0/+94
2020-04-07powerpc: Update ULPs and xfail more ibm128 outputsTulio Magno Quites Machado Filho1-16/+18
2020-04-06powerpc64le: enforce non-specific long double in .gnu.attributes sectionPaul E. Murphy2-1/+56
2020-04-06powerpc64le: workaround ieee long double / _Float128 stdc++ bugPaul E. Murphy1-0/+11
2020-04-06powerpc64le: Enforce -mabi=ibmlongdouble when -mfloat128 usedPaul E. Murphy2-43/+53
2020-04-06powerpc64le/multiarch: don't generate strong aliases for fmaf128-ppc64Paul E. Murphy1-0/+2
2020-03-30powerpc: Add support for fmaf128() in hardwareRaphael Moreira Zinsly5-1/+127
2020-03-30math: Remove fenvinline.hAdhemerval Zanella4-113/+5
2020-03-25powerpc64: apply -mabi=ibmlongdouble to special filesPaul E. Murphy3-2/+13
2020-03-25powerpc64le: add -mno-gnu-attribute to *f128 objects and difftimePaul E. Murphy2-9/+16
2020-03-25Makeconfig: sandwich gnulib-tests between libc/ld linking of testsPaul E. Murphy1-17/+1
2020-03-25powerpc64le: Ensure correct ldouble compiler flags are usedGabriel F. T. Gomes1-0/+58
2020-03-19math: Remove inline math testsAdhemerval Zanella3-2000/+1
2020-03-06powerpc: Fix feraiseexcept and feclearexcept macrosMatheus Castanho1-2/+2
2020-02-25powerpc: Refactor fenvinline.hRogerio Alves1-13/+19
2020-02-18Introduce <elf-initfini.h> and ELF_INITFINI for all architecturesFlorian Weimer1-0/+20
2020-02-14linux: Remove INTERNAL_SYSCALL_DECLAdhemerval Zanella1-3/+2
2020-01-21Fix array overflow in backtrace on PowerPC (bug 25423)Andreas Schwab2-0/+4
2020-01-18powerpc32: Fix syntax error in __GLRO macroAndreas Schwab1-1/+1
2020-01-17powerpc: Move cache line size to rtld_global_roTulio Magno Quites Machado Filho14-45/+275
2020-01-03elf: Move vDSO setup to rtld (BZ#24967)Adhemerval Zanella2-12/+12
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra12-22/+21
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers577-577/+577
2019-12-19powerpc: Do not run IFUNC resolvers for LD_DEBUG=unused [BZ #24214]Adhemerval Zanella2-4/+6
2019-12-03Expand $(as-needed) and $(no-as-needed) throughout the build systemFlorian Weimer1-1/+1
2019-11-26nptl: Add default pthreadtypes-arch.hAdhemerval Zanella1-44/+0
2019-11-26nptl: Add struct_rwlock.hAdhemerval Zanella2-27/+61
2019-11-26nptl: Add struct_mutex.hAdhemerval Zanella2-7/+63
2019-11-26nptl: Remove rwlock elision definitionsAdhemerval Zanella1-5/+2
2019-11-26nptl: Add tests for internal pthread_rwlock_t offsetsAdhemerval Zanella1-0/+6
2019-11-26nptl: Cleanup mutex internal offset testsAdhemerval Zanella1-8/+0
2019-10-02[powerpc] No need to enter "Ignore Exceptions Mode"Paul A. Clarke1-4/+15