about summary refs log tree commit diff
path: root/sysdeps/powerpc/powerpc64
Commit message (Expand)AuthorAgeFilesLines
* 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
* powerpc: Simplify bcopy default implementationAdhemerval Zanella2015-02-091-4/+6
* powerpc: multiarch Makefile cleanup for powerpc64Adhemerval Zanella2015-02-091-5/+10
* powerpc: Fix fsqrt build in libm [BZ#16576]Adhemerval Zanella2015-01-282-60/+0
* powerpc: Fix powerpc64 build failure with binutils 2.22Adhemerval Zanella2015-01-241-1/+4
* powerpc: Fix ifuncmain6pie failure with GCC 4.9Adhemerval Zanella2015-01-241-1/+3
* powerpc: Fix POWER7/PPC64 performance regression on LEAdhemerval Zanella2015-01-131-588/+282
* powerpc: Optimized strncmp for POWER8/PPC64Adhemerval Zanella2015-01-135-5/+374
* powerpc: Optimize POWER7 strcmp trailing checksRajalakshmi Srinivasaraghavan2015-01-131-114/+83
* powerpc: Optimized strcmp for POWER8/PPC64Adhemerval Zanella2015-01-135-3/+306
* powerpc: Optimized st{r,p}ncpy for POWER8/PPC64Adhemerval Zanella2015-01-138-6/+542
* powerpc: Optimized strncat for POWER7/PPC64Adhemerval Zanella2015-01-133-270/+31
* powerpc: Optimized strcat for POWER8/PPC64Adhemerval Zanella2015-01-134-4/+40
* powerpc: Optimized st{r,p}cpy for POWER8/PPC64Adhemerval Zanella2015-01-137-3/+377
* powerpc: abort transaction in syscallsAdhemerval Zanella2015-01-121-0/+16
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-02297-297/+297
* powerpc: POWER7 strcpy optimization for unaligned stringsRajalakshmi Srinivasaraghavan2014-12-311-82/+245
* Fix strftime wcschr namespace (bug 17634).Joseph Myers2014-12-101-1/+3
* powerpc: Add powerpc64 strpbrk optimizationAdhemerval Zanella2014-12-026-147/+25
* powerpc: Add powerpc64 strcspn optimizationAdhemerval Zanella2014-12-026-145/+23
* powerpc: Add powerpc64 strspn optimizationAdhemerval Zanella2014-12-026-160/+27
* powerpc: strtok{_r} optimization for powerpc64Rajalakshmi Srinivasaraghavan2014-12-012-0/+250
* powerpc: Fix missing barriers in atomic_exchange_and_add_{acq,rel}Adhemerval Zanella2014-11-261-0/+28