summaryrefslogtreecommitdiff
path: root/sysdeps/powerpc
AgeCommit message (Expand)Author
2026-02-17Rename __unused fields to __glibc_reserved.Jakub Jelinek
2026-02-02powerpc: Add math-use-builtins-f{max,min}.hAdhemerval Zanella
2026-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2025-12-09Handle clang -Wignored-attributes on weak aliasesAdhemerval Zanella
2025-11-26Add add_ssaaaa and sub_ssaaaa to gmp-arch.hAdhemerval Zanella
2025-11-18Remove support for lock elision.Stefan Liebler
2025-11-17math: Don't redirect inlined builtin math functionsAdhemerval Zanella
2025-11-13Change fromfp functions to return floating types following C23 (bug 28327)Joseph Myers
2025-11-10stdlib: Remove mp_clz_tab.cAdhemerval Zanella
2025-11-04Rename fromfp files in preparation for changing types for C23Joseph Myers
2025-11-04math: Remove the SVID error handling wrapper from sqrtAdhemerval Zanella
2025-11-04nptl: Remove ATOMIC_EXCHANGE_USES_CAS usageWilco Dijkstra
2025-11-04Define __HAVE_64B_ATOMICS from compiler supportWilco Dijkstra
2025-11-04atomic: Consolidate atomic_write_barrier implementationAdhemerval Zanella
2025-11-04atomic: Consolidate atomic_read_barrier implementationAdhemerval Zanella
2025-11-04atomic: Consolidate atomic_full_barrier implementationAdhemerval Zanella
2025-11-04powerpc: Consolidate atomic-machine.hAdhemerval Zanella
2025-10-26ppc64le: Power 10 rawmemchr clobbers v20 (bug #33091)Sachin Monga
2025-10-07ppc64le: Restore optimized strncmp for power10Sachin Monga
2025-10-07ppc64le: Restore optimized strcmp for power10Sachin Monga
2025-09-11math: Add fetestexcept internal aliasAdhemerval Zanella
2025-09-11math: Add feclearexcept internal aliasAdhemerval Zanella
2025-09-09atomic: Switch power to builtin atomicsWilco Dijkstra
2025-08-27elf: early conversion of elf p_flags to mprotect flagsCupertino Miranda
2025-06-25powerpc: Remove modf optimizationAdhemerval Zanella
2025-06-25powerpc: Remove modff optimizationAdhemerval Zanella
2025-06-23powerpc: use .machine power10 in POWER10 assembler sourcesAndreas Schwab
2025-06-19i386: Update ___tls_get_addr to preserve vector registersH.J. Lu
2025-06-18powerpc: Remove assembler workaroundsAndreas Schwab
2025-06-16ppc64le: Revert "powerpc: Optimized strcmp for power10" (CVE-2025-5702)Carlos O'Donell
2025-06-16ppc64le: Revert "powerpc : Add optimized memchr for POWER10" (Bug 33059)Carlos O'Donell
2025-06-16ppc64le: Revert "powerpc: Fix performance issues of strcmp power10" (CVE-2025...Carlos O'Donell
2025-06-16ppc64le: Revert "powerpc: Optimized strncmp for power10" (CVE-2025-5745)Carlos O'Donell
2025-06-02math: Optimize float ilogb/llogbAdhemerval Zanella
2025-06-02math: Optimize double ilogb/llogbAdhemerval Zanella
2025-05-14powerpc64le: Remove configure check for objcopy >= 2.26.Stefan Liebler
2025-05-09Implement C23 compoundnJoseph Myers
2025-05-06powerpc: Remove POWER7 strncasecmp optimizationAdhemerval Zanella
2025-04-10powerpc: Remove relocation cache flush code for power64Florian Weimer
2025-03-12math: Refactor how to use libm-test-ulpsAdhemerval Zanella
2025-03-05Remove dl-procinfo.hAdhemerval Zanella
2025-03-05powerpc: Remove unused dl-procinfo.hAdhemerval Zanella
2025-03-05powerpc: Move cache geometry information to ld diagnosticsAdhemerval Zanella
2025-03-05powerpc: Move AT_HWCAP descriptions to ld diagnosticsAdhemerval Zanella
2025-02-12math: Use tanpif from CORE-MATHAdhemerval Zanella
2025-02-12math: Use sinpif from CORE-MATHAdhemerval Zanella
2025-02-12math: Use cospif from CORE-MATHAdhemerval Zanella
2025-02-12math: Use atanpif from CORE-MATHAdhemerval Zanella
2025-02-12math: Use atan2pif from CORE-MATHAdhemerval Zanella
2025-02-12math: Use asinpif from CORE-MATHAdhemerval Zanella