about summary refs log tree commit diff
path: root/sysdeps/powerpc/powerpc64/multiarch
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Remove power8 strcasestr optimizationAdhemerval Zanella2024-03-125-115/+1
* powerpc: Remove power7 strstr optimizationAdhemerval Zanella2024-02-235-108/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-01130-130/+130
* powerpc : Add optimized memchr for POWER10MAHESH BODAPATI2023-12-144-10/+52
* powerpc: Optimized strcmp for power10Amrita H S2023-12-074-1/+36
* PowerPC: Influence cpu/arch hwcap features via GLIBC_TUNABLESMahesh Bodapati2023-08-011-3/+4
* powerpc: Fix powerpc64 strchrnul build with old gccAdhemerval Zanella Netto2023-07-261-7/+7
* powerpc: Disable stack protector in early static initializationAdhemerval Zanella2023-04-031-0/+3
* powerpc: Remove powerpc64 strncmp variantsAdhemerval Zanella Netto2023-03-026-56/+9
* string: Add libc_hidden_proto for memrchrAdhemerval Zanella2023-02-081-9/+9
* string: Add libc_hidden_proto for strchrnulAdhemerval Zanella2023-02-081-0/+1
* string: Improve generic memchrAdhemerval Zanella2023-02-061-8/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-06130-130/+130
* powerpc64: Remove old strncmp optimizationRajalakshmi Srinivasaraghavan2022-12-024-31/+2
* Add bounds check to __libc_ifunc_impl_listWilco Dijkstra2022-06-101-7/+2
* powerpc: Remove powerpc64 bzero optimizationsAdhemerval Zanella2022-02-238-104/+1
* powerpc: Remove bcopy optimizationsAdhemerval Zanella2022-02-236-85/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-01134-134/+134
* String: Add hidden defs for __memcmpeq() to enable internal usageNoah Goldstein2021-10-264-0/+8
* String: Add support for __memcmpeq() ABI on all targetsNoah Goldstein2021-10-265-0/+12
* powerpc64: Add checks for Altivec and VSX in ifunc selectionAnton Blanchard2021-08-0626-68/+139
* powerpc64: Check cacheline size before using optimised memset routinesAnton Blanchard2021-08-062-10/+23
* powerpc64: Replace some PPC_FEATURE_HAS_VSX with PPC_FEATURE_ARCH_2_06Anton Blanchard2021-08-0620-38/+38
* powerpc64: Remove strcspn ifunc from the loaderTulio Magno Quites Machado Filho2021-07-081-0/+18
* powerpc: Optimized memcmp for power10Lucas A. M. Magalhaes2021-05-314-1/+39
* powerpc: Add optimized rawmemchr for POWER10Matheus Castanho2021-05-174-2/+31
* powerpc64le: Fix ifunc selection for memset, memmove, bzero and bcopyRaoni Fassina Firmino2021-05-075-20/+22
* powerpc64le: Optimize memset for POWER10Raoni Fassina Firmino2021-04-305-1/+58
* powerpc64le: Optimize memcpy for POWER10Tulio Magno Quites Machado Filho2021-04-304-1/+40
* powerpc64le: Optimized memmove for POWER10Lucas A. M. Magalhaes2021-04-306-7/+66
* powerpc: Add optimized strlen for POWER10Matheus Castanho2021-04-224-1/+9
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-02128-128/+128
* powerpc: Add optimized stpncpy for POWER9Raphael M Zinsly2020-11-124-1/+44
* powerpc: Add optimized strncpy for POWER9Raphael M Zinsly2020-11-124-1/+47
* powerpc: fix ifunc implementation list for POWER9 strlen and stpcpyRaphael Moreira Zinsly2020-09-171-2/+2
* powerpc64le: add optimized strlen for P9Paul E. Murphy2020-06-054-1/+12
* powerpc: Optimized rawmemchr for POWER9Anton Blanchard2020-05-184-3/+38
* powerpc: Optimized stpcpy for POWER9Anton Blanchard via Libc-alpha2020-05-184-6/+41
* powerpc: Optimized strcpy for POWER9Anton Blanchard via Libc-alpha2020-05-184-1/+38
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-01123-123/+123
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-07123-123/+123
* powerpc: Use generic wcsrchr optimizationAdhemerval Zanella2019-04-046-110/+0
* powerpc: Use generic wcschr optimizationAdhemerval Zanella2019-04-046-114/+1
* powerpc: Use generic wcscpy optimizationAdhemerval Zanella2019-04-046-106/+1
* wcsmbs: optimize wcscatAdhemerval Zanella2019-02-271-13/+12
* powerpc: Fix tiny bug in strncmp.cPaul Clarke2019-01-161-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-01135-135/+135
* 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