about summary refs log tree commit diff
path: root/sysdeps/powerpc/powerpc32/power4/multiarch
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-0156-56/+56
* PowerPC: Influence cpu/arch hwcap features via GLIBC_TUNABLESMahesh Bodapati2023-08-012-5/+9
* Fix misspellings in sysdeps/powerpc -- BZ 25337Paul Pluzhnikov2023-05-232-2/+2
* powerpc: Remove strncmp variantsAdhemerval Zanella Netto2023-03-025-125/+1
* string: Add libc_hidden_proto for memrchrAdhemerval Zanella2023-02-082-6/+16
* string: Add libc_hidden_proto for strchrnulAdhemerval Zanella2023-02-082-8/+16
* string: Improve generic strnlen with memchrAdhemerval Zanella2023-02-061-7/+7
* string: Improve generic memchrAdhemerval Zanella2023-02-061-10/+4
* string: Improve generic strchrnulAdhemerval Zanella2023-02-061-4/+0
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-0659-59/+59
* Add bounds check to __libc_ifunc_impl_listWilco Dijkstra2022-06-101-7/+2
* powerpc: Remove powerpc32 bzero optimizationsAdhemerval Zanella2022-02-236-131/+2
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-0163-63/+63
* String: Add hidden defs for __memcmpeq() to enable internal usageNoah Goldstein2021-10-261-0/+3
* String: Add support for __memcmpeq() ABI on all targetsNoah Goldstein2021-10-262-0/+7
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-037-7/+0
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-0263-63/+63
* powerpc: Protect dl_powerpc_cpu_features on INIT_ARCH() [BZ #26615]Raphael Moreira Zinsly2020-09-221-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-0163-63/+63
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-0763-63/+63
* powerpc: Use generic wcsrchr optimizationAdhemerval Zanella2019-04-046-120/+0
* powerpc: Use generic wcschr optimizationAdhemerval Zanella2019-04-046-151/+1
* powerpc: Use generic wcscpy optimizationAdhemerval Zanella2019-04-046-122/+1
* powerpc: Fix linknamespace introduced by 4d8015639a75Adhemerval Zanella2019-02-271-4/+4
* wcsmbs: optimize wcscatAdhemerval Zanella2019-02-272-16/+17
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-0175-75/+75
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-0175-75/+75
* powerpc: POWER8 memcpy optimization for cached memoryAdhemerval Zanella2017-12-111-0/+2
* Remove bits/string.h.Zack Weinberg2017-06-201-2/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-0175-75/+75
* Use gcc attribute ifunc in libc_ifunc macro instead of inline assembly due to...Stefan Liebler2016-10-0710-51/+79
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-0475-75/+75
* powerpc: Fix memchr for powerpc32.Carlos Eduardo Seo2015-08-211-1/+1
* Use libc_hidden_proto / libc_hidden_def with __strnlen.Joseph Myers2015-06-022-1/+6
* powerpc: Fix __wcschr static buildAdhemerval Zanella2015-04-151-4/+14
* powerpc: wordcopy/memmove cleanup for ppc32Adhemerval Zanella2015-02-096-115/+32
* powerpc: multiarch Makefile cleanup for powerpc32Adhemerval Zanella2015-02-091-4/+10
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-0277-77/+77
* Fix strftime wcschr namespace (bug 17634).Joseph Myers2014-12-102-7/+12
* Remove NOT_IN_libcSiddhesh Poyarekar2014-11-2431-35/+35
* Remove IS_IN_rtldSiddhesh Poyarekar2014-11-241-1/+1
* Fix build of C mempcpy and stpcpy.Joseph Myers2014-11-141-0/+1
* PowerPC: Cleanup powerpc memmoveAdhemerval Zanella2014-07-082-2/+0
* PowerPC: Fix compiler warningsAdhemerval Zanella2014-07-082-2/+2
* PowerPC: Add ifunc tests for memmoveAdhemerval Zanella2014-07-081-0/+6
* PowerPC: optimized memmove for POWER7/PPC32Adhemerval Zanella2014-07-074-1/+100
* PowerPC: Fix memchr ifunc hidden symbol for PPC32Adhemerval Zanella2014-05-222-10/+14
* PowerPC: ifunc improvement for internal callsAdhemerval Zanella2014-05-051-2/+1
* PowerPC: Fix bzero definition for static libc for PPC32Adhemerval Zanella2014-03-122-2/+11
* PowerPC: Optimized isnan/isnanf for POWER8Adhemerval Zanella2014-02-271-0/+1