about summary refs log tree commit diff
path: root/sysdeps/powerpc/powerpc64
Commit message (Expand)AuthorAgeFilesLines
* Use gcc attribute ifunc in libc_ifunc macro instead of inline assembly due to...Stefan Liebler2016-10-0721-136/+201
* powerpc: Fix POWER9 impliesTulio Magno Quites Machado Filho2016-09-191-1/+0
* ppc: Fix modf (sNaN) for pre-POWER5+ CPU (bug 20240).Aurelien Jarno2016-07-081-0/+5
* powerpc: Fix return code of strcasecmp for unaligned inputsRajalakshmi Srinivasaraghavan2016-07-051-3/+14
* powerpc: Add a POWER8-optimized version of sinf()Anton Blanchard2016-06-305-1/+604
* powerpc: Add a POWER8-optimized version of expf()Tulio Magno Quites Machado Filho2016-06-305-1/+386
* Remove atomic_compare_and_exchange_bool_rel.Torvald Riegel2016-06-241-33/+0
* Use generic fdim on more architectures (bug 6796, bug 20255, bug 20256).Joseph Myers2016-06-141-5/+0
* powerpc: strcasecmp/strncasecmp optmization for power8raji2016-06-1411-49/+598
* powerpc: Fix --disable-multi-arch build on POWER8Tulio Magno Quites Machado Filho2016-06-065-6/+27
* Fix powerpc64 ceil, rint etc. on sNaN input (bug 20160).Joseph Myers2016-05-2712-12/+84
* Avoid "invalid" exceptions from powerpc fabsl (sNaN) (bug 20157).Joseph Myers2016-05-271-3/+2
* Do not raise "inexact" from powerpc64 ceil, floor, trunc (bug 15479).Joseph Myers2016-05-256-18/+36
* powerpc: Fix operand prefixesGabriel F. T. Gomes2016-05-041-4/+4
* powerpc: Zero pad using memset in strncpy/stpncpyGabriel F. T. Gomes2016-04-291-67/+56
* powerpc: Add optimized strcspn for P8Paul E. Murphy2016-04-258-29/+151
* powerpc: strcasestr optmization for power8Rajalakshmi Srinivasaraghavan2016-04-228-1/+693
* powerpc: Optimization for strlen for POWER8.Carlos Eduardo Seo2016-04-155-4/+345
* powerpc: Add optimized P8 strspnPaul E. Murphy2016-04-076-1/+289
* Remove powerpc64 strspn, strcspn, and strpbrk implementationAdhemerval Zanella2016-04-013-406/+0
* powerpc: Rearrange cfi_offset callsRajalakshmi Srinivasaraghavan2016-03-113-21/+21
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-04305-305/+305
* powerpc: Add basic support for POWER9 sans hwcap.Carlos Eduardo Seo2015-12-224-0/+6
* powerpc: Add hwcap/hwcap2/platform data to TCB.Carlos Eduardo Seo2015-12-031-0/+14
* Fix powerpc round, roundf spurious "inexact" (bug 19238).Joseph Myers2015-11-122-6/+12
* Fix powerpc64 lround, lroundf, llround, llroundf spurious "inexact" exception...Joseph Myers2015-11-122-0/+13
* Fix powerpc nearbyint wrongly clearing "inexact" and leaving traps disabled (...Joseph Myers2015-11-112-4/+8
* PowerPC: Add comments to optimized strncpyGabriel F. T. Gomes2015-10-011-2/+38
* PowerPC: Fix operand prefixesGabriel F. T. Gomes2015-10-011-6/+6
* Move bits/atomic.h to atomic-machine.h (bug 14912).Joseph Myers2015-09-111-1/+1
* powerpc: Fix tabort usage in syscallsPaul E. Murphy2015-08-251-2/+2
* powerpc: Handle worstcase behavior in strstr() for POWER7Rajalakshmi Srinivasaraghavan2015-08-251-7/+15
* powerpc: make memchr use memchr-power7.Carlos Eduardo Seo2015-08-211-1/+13
* powerpc: Fix stpcpy performance for power8Ondrej Bilka2015-08-111-2/+5
* powerpc: Fix PPC64/POWER7 conform testsAdhemerval Zanella2015-08-112-3/+4
* powerpc: Use default strcpy optimization for POWER7Adhemerval Zanella2015-08-119-794/+66
* powerpc: Fix strnlen/power7 buildAdhemerval Zanella2015-08-111-1/+2
* powerpc: Fix strstr/power7 buildAdhemerval Zanella2015-08-112-0/+28
* powerpc: strstr optimizationRajalakshmi Srinivasaraghavan2015-07-166-1/+626
* libc-vdso.h place consolidationAdhemerval Zanella2015-04-201-1/+1
* Harden powerpc64 elf_machine_fixup_pltAlan Modra2015-03-261-5/+25
* powerpc __tls_get_addr call optimizationAlan Modra2015-03-251-0/+48
* powerpc64 configure messageAlan Modra2015-03-252-3/+3
* powerpc: Remove HAVE_ASM_GLOBAL_DOT_NAME defineAdhemerval Zanella2015-03-114-85/+11
* Replace ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPYH.J. Lu2015-03-051-1/+1
* powerpc: Fix memmove static buildAdhemerval Zanella2015-02-251-1/+3
* powerpc: POWER7 strncpy optimization for unaligned stringRajalakshmi Srinivasaraghavan2015-02-121-2/+378
* powerpc: wordcopy/memmove cleanup for ppc32Adhemerval Zanella2015-02-091-4/+0
* powerpc: wordcopy/memmove cleanup for ppc64Adhemerval Zanella2015-02-095-95/+23
* powerpc: Remove POWER7 wordcopy ifuncAdhemerval Zanella2015-02-093-45/+9