summaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/powerpc64
AgeCommit message (Expand)Author
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-12-15powerpc: Fix performance issues of strcmp power10Amrita H S
2023-12-14powerpc : Add optimized memchr for POWER10MAHESH BODAPATI
2023-12-07powerpc: Optimized strcmp for power10Amrita H S
2023-11-21elf: Remove LD_PROFILE for static binariesAdhemerval Zanella
2023-08-01PowerPC: Influence cpu/arch hwcap features via GLIBC_TUNABLESMahesh Bodapati
2023-07-26powerpc: Fix powerpc64 strchrnul build with old gccAdhemerval Zanella Netto
2023-07-17configure: Use autoconf 2.71Siddhesh Poyarekar
2023-05-23Regenerate configure fragment -- BZ 25337.Paul Pluzhnikov
2023-05-23Fix misspellings in sysdeps/powerpc -- BZ 25337Paul Pluzhnikov
2023-05-19powerpc:GCC(<10) doesn't allow -mlong-double-64 after -mabi=ieeelongdoubleMahesh Bodapati
2023-05-10Added Redirects to longdouble error functions [BZ #29033]Sachin Monga
2023-04-03powerpc: Disable stack protector in early static initializationAdhemerval Zanella
2023-03-02powerpc: Remove powerpc64 strncmp variantsAdhemerval Zanella Netto
2023-02-08string: Add libc_hidden_proto for memrchrAdhemerval Zanella
2023-02-08string: Add libc_hidden_proto for strchrnulAdhemerval Zanella
2023-02-06string: Improve generic memchrAdhemerval Zanella
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-12-02powerpc64: Remove old strncmp optimizationRajalakshmi Srinivasaraghavan
2022-11-01Disable use of -fsignaling-nans if compiler does not support itAdhemerval Zanella
2022-10-31Fix build with GCC 13 _FloatN, _FloatNx built-in functionsJoseph Myers
2022-10-18Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer
2022-10-10elf: Remove -fno-tree-loop-distribute-patterns usage on dl-supportAdhemerval Zanella
2022-07-27arc4random: simplify design for better safetyJason A. Donenfeld
2022-07-22powerpc64: Add optimized chacha20Adhemerval Zanella Netto
2022-06-10Add bounds check to __libc_ifunc_impl_listWilco Dijkstra
2022-06-07powerpc: Fix VSX register number on __strncpy_power9 [BZ #29197]Matheus Castanho
2022-05-23math: Add math-use-builtins-fabs (BZ#29027)Adhemerval Zanella
2022-04-26elf: Replace PI_STATIC_AND_HIDDEN with opposite HIDDEN_VAR_NEEDS_DYNAMIC_RELOCFangrui Song
2022-04-10powerpc64: Set up thread register for _dl_relocate_static_pieAlan Modra
2022-04-10powerpc64: Use medium model toc accesses throughoutAlan Modra
2022-04-07powerpc: Remove fcopysign{f} implementationAdhemerval Zanella
2022-03-22configure.ac: fix bashisms in configure.acSam James
2022-02-23powerpc: Remove powerpc64 bzero optimizationsAdhemerval Zanella
2022-02-23powerpc: Remove bcopy optimizationsAdhemerval Zanella
2022-02-10elf: Remove prelink supportAdhemerval Zanella
2022-01-14powerpc64le: Use <gcc-macros.h> in early HWCAP checkFlorian Weimer
2022-01-06debug: Remove catchsegv and libSegfault (BZ #14913)Adhemerval Zanella
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-12-28elf: Add _dl_audit_pltexitAdhemerval Zanella
2021-12-05csu: Always use __executable_start in gmon-start.cFlorian Weimer
2021-11-30powerpc64[le]: Fix CFI and LR save address for asm syscalls [BZ #28532]Matheus Castanho
2021-11-22powerpc: Define USE_PPC64_NOTOC iff compiler supports itAdhemerval Zanella
2021-10-26String: Add hidden defs for __memcmpeq() to enable internal usageNoah Goldstein
2021-10-26String: Add support for __memcmpeq() ABI on all targetsNoah Goldstein
2021-10-20powerpc: Remove backtrace implementationAdhemerval Zanella
2021-10-14elf: Fix dynamic-link.h usage on rtld.cAdhemerval Zanella
2021-10-07elf: Avoid nested functions in the loader [BZ #27220]Fangrui Song
2021-09-27powerpc: Delete unneeded ELF_MACHINE_BEFORE_RTLD_RELOCFangrui Song
2021-09-22Add narrowing fma functionsJoseph Myers