about summary refs log tree commit diff
path: root/sysdeps/powerpc/powerpc64/multiarch
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Rearrange little endian specific filesRajalakshmi Srinivasaraghavan2018-08-166-6/+21
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-01135-135/+135
* powerpc: POWER8 memcpy optimization for cached memoryAdhemerval Zanella2017-12-114-12/+193
* powerpc: Use latest optimization for internal function callsRajalakshmi Srinivasaraghavan2017-11-071-1/+1
* [PowerPC64] sysdep.h doesn't need to be included in multiarch filesAlan Modra2017-10-3155-110/+0
* [PowerPC64] strncase_l-power7.c should use strncase_l.cAlan Modra2017-10-311-2/+4
* [PowerPC64] Tidy strcasecmp_l-power7.S symbolsAlan Modra2017-10-311-1/+3
* [PowerPC64] Wrap str{,n}cmp-power{8,9}.S in IS_IN(libc)Alan Modra2017-10-314-0/+8
* [PowerPC64] Remove duplicate define in stpncpy-power8.SAlan Modra2017-10-311-2/+0
* powerpc: Fix IFUNC for memrchrRajalakshmi Srinivasaraghavan2017-10-062-17/+7
* powerpc: Optimize memrchr for power8Rajalakshmi Srinivasaraghavan2017-10-024-3/+47
* powerpc: refactor strrchr IFUNCRajalakshmi Srinivasaraghavan2017-06-231-17/+1
* powerpc: Optimize memchr for power8Rajalakshmi Srinivasaraghavan2017-06-214-1/+36
* Remove bits/string.h.Zack Weinberg2017-06-202-2/+2
* PowerPC64 ENTRY_TOCLESSAlan Modra2017-06-141-8/+11
* PowerPC64 strncpy, stpncpy and strstr fixesAlan Modra2017-06-145-0/+19
* PowerPC64 sysdep.h tidyAlan Modra2017-06-141-2/+2
* powerpc: Improve memcmp performance for POWER8Rajalakshmi Srinivasaraghavan2017-05-184-2/+36
* powerpc: Fix strncat ifunc selectionRajalakshmi Srinivasaraghavan2017-05-041-1/+1
* powerpc64: strrchr optimization for power8Rajalakshmi Srinivasaraghavan2017-04-184-1/+46
* powerpc: Optimized strncat for POWER8Rajalakshmi Srinivasaraghavan2017-04-134-2/+40
* powerpc: refactor memcmp and memmove IFUNC.Wainer dos Santos Moschetta2017-04-113-45/+3
* powerpc: refactor memcpy and mempcpy IFUNC.Wainer dos Santos Moschetta2017-04-117-105/+7
* powerpc: refactor memchr, memrchr, and rawmemchr IFUNC.Wainer dos Santos Moschetta2017-04-113-42/+3
* powerpc: refactor memset IFUNC.Wainer dos Santos Moschetta2017-04-115-75/+5
* powerpc: refactor strcasestr and strstr IFUNC.Wainer dos Santos Moschetta2017-04-112-30/+2
* powerpc: refactor strchr, strchrnul, and strrchr IFUNC.Wainer dos Santos Moschetta2017-04-116-84/+6
* powerpc: refactor strnlen and strlen IFUNC.Wainer dos Santos Moschetta2017-04-114-56/+4
* powerpc: refactor strcasecmp, strcmp, and strncmp IFUNC.Wainer dos Santos Moschetta2017-04-1110-153/+11
* powerpc: refactor stpcpy, stpncpy, strcpy, and strncpy IFUNC.Wainer dos Santos Moschetta2017-04-116-90/+6
* powerpc64: Add POWER8 strnlenWainer dos Santos Moschetta2017-04-054-5/+40
* powerpc: Use latest optimizations for internal function callsRajalakshmi Srinivasaraghavan2017-02-072-3/+3
* Remove duplicate strcat implementationsAdhemerval Zanella2017-01-033-3/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-01128-128/+128
* powerpc64: strchr/strchrnul optimization for power8Rajalakshmi Srinivasaraghavan2016-12-286-2/+92
* powerpc: strncmp optimization for power9Rajalakshmi Srinivasaraghavan2016-12-134-1/+47
* powerpc: Remove stpcpy internal clash with IFUNCAdhemerval Zanella2016-12-011-3/+3
* powerpc: strcmp optimization for power9Rajalakshmi Srinivasaraghavan2016-12-014-1/+48
* powerpc: Remove stpcpy internal clash with IFUNCAdhemerval Zanella2016-11-301-3/+1
* Use gcc attribute ifunc in libc_ifunc macro instead of inline assembly due to...Stefan Liebler2016-10-0715-85/+127
* powerpc: strcasecmp/strncasecmp optmization for power8raji2016-06-149-49/+132
* powerpc: Fix --disable-multi-arch build on POWER8Tulio Magno Quites Machado Filho2016-06-062-0/+6
* powerpc: Add optimized strcspn for P8Paul E. Murphy2016-04-256-18/+97
* powerpc: strcasestr optmization for power8Rajalakshmi Srinivasaraghavan2016-04-225-1/+130
* powerpc: Optimization for strlen for POWER8.Carlos Eduardo Seo2016-04-154-4/+48
* powerpc: Add optimized P8 strspnPaul E. Murphy2016-04-075-1/+110
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-04110-110/+110
* 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: Use default strcpy optimization for POWER7Adhemerval Zanella2015-08-116-105/+78