aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/powerpc64
AgeCommit message (Expand)AuthorFilesLines
2016-12-28powerpc64: strchr/strchrnul optimization for power8Rajalakshmi Srinivasaraghavan8-2/+483
2016-12-27powerpc: Remove f{max,min}{f} assembly implementationsAdhemerval Zanella2-10/+0
2016-12-16Fix powerpc64/power7 memchr for large input sizesAdhemerval Zanella1-1/+11
2016-12-13powerpc: strncmp optimization for power9Rajalakshmi Srinivasaraghavan5-1/+422
2016-12-01powerpc: Remove stpcpy internal clash with IFUNCAdhemerval Zanella1-3/+3
2016-12-01powerpc: strcmp optimization for power9Rajalakshmi Srinivasaraghavan5-1/+326
2016-11-30powerpc: Remove stpcpy internal clash with IFUNCAdhemerval Zanella1-3/+1
2016-11-29powerpc: Add hidden definition for __sigsetjmpFlorian Weimer1-0/+11
2016-11-04Define wordsize.h macros everywhereSteve Ellcey1-0/+3
2016-10-25Fix cmpli usage in power6 memset.Joseph Myers1-1/+1
2016-10-19Stop powerpc copysignl raising "invalid" for sNaN argument (bug 20718).Joseph Myers1-6/+4
2016-10-07Use gcc attribute ifunc in libc_ifunc macro instead of inline assembly due to...Stefan Liebler21-136/+201
2016-09-19powerpc: Fix POWER9 impliesTulio Magno Quites Machado Filho1-1/+0
2016-07-08ppc: Fix modf (sNaN) for pre-POWER5+ CPU (bug 20240).Aurelien Jarno1-0/+5
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 Filho5-1/+386
2016-06-24Remove atomic_compare_and_exchange_bool_rel.Torvald Riegel1-33/+0
2016-06-14Use generic fdim on more architectures (bug 6796, bug 20255, bug 20256).Joseph Myers1-5/+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-27Avoid "invalid" exceptions from powerpc fabsl (sNaN) (bug 20157).Joseph Myers1-3/+2
2016-05-25Do not raise "inexact" from powerpc64 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 Srinivasaraghavan8-1/+693
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 Srinivasaraghavan3-21/+21
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers305-305/+305
2015-12-22powerpc: Add basic support for POWER9 sans hwcap.Carlos Eduardo Seo4-0/+6
2015-12-03powerpc: Add hwcap/hwcap2/platform data to TCB.Carlos Eduardo Seo1-0/+14
2015-11-12Fix powerpc round, roundf spurious "inexact" (bug 19238).Joseph Myers2-6/+12
2015-11-12Fix powerpc64 lround, lroundf, llround, llroundf spurious "inexact" exception...Joseph Myers2-0/+13
2015-11-11Fix powerpc nearbyint wrongly clearing "inexact" and leaving traps disabled (...Joseph Myers2-4/+8
2015-10-01PowerPC: Add comments to optimized strncpyGabriel F. T. Gomes1-2/+38
2015-10-01PowerPC: Fix operand prefixesGabriel F. T. Gomes1-6/+6
2015-09-11Move bits/atomic.h to atomic-machine.h (bug 14912).Joseph Myers1-1/+1
2015-08-25powerpc: Fix tabort usage in syscallsPaul E. Murphy1-2/+2
2015-08-25powerpc: Handle worstcase behavior in strstr() for POWER7Rajalakshmi Srinivasaraghavan1-7/+15
2015-08-21powerpc: make memchr use memchr-power7.Carlos Eduardo Seo1-1/+13
2015-08-11powerpc: Fix stpcpy performance for power8Ondrej Bilka1-2/+5
2015-08-11powerpc: Fix PPC64/POWER7 conform testsAdhemerval Zanella2-3/+4
2015-08-11powerpc: Use default strcpy optimization for POWER7Adhemerval Zanella9-794/+66
2015-08-11powerpc: Fix strnlen/power7 buildAdhemerval Zanella1-1/+2
2015-08-11powerpc: Fix strstr/power7 buildAdhemerval Zanella2-0/+28
2015-07-16powerpc: strstr optimizationRajalakshmi Srinivasaraghavan6-1/+626