about summary refs log tree commit diff
path: root/sysdeps/powerpc/powerpc64
Commit message (Expand)AuthorAgeFilesLines
* elf: Add _dl_audit_pltexitAdhemerval Zanella2021-12-281-2/+2
* csu: Always use __executable_start in gmon-start.cFlorian Weimer2021-12-051-37/+0
* powerpc64[le]: Fix CFI and LR save address for asm syscalls [BZ #28532]Matheus Castanho2021-11-301-4/+6
* powerpc: Define USE_PPC64_NOTOC iff compiler supports itAdhemerval Zanella2021-11-222-24/+43
* String: Add hidden defs for __memcmpeq() to enable internal usageNoah Goldstein2021-10-268-0/+12
* String: Add support for __memcmpeq() ABI on all targetsNoah Goldstein2021-10-269-0/+16
* powerpc: Remove backtrace implementationAdhemerval Zanella2021-10-201-117/+0
* elf: Fix dynamic-link.h usage on rtld.cAdhemerval Zanella2021-10-143-17/+38
* elf: Avoid nested functions in the loader [BZ #27220]Fangrui Song2021-10-071-9/+10
* powerpc: Delete unneeded ELF_MACHINE_BEFORE_RTLD_RELOCFangrui Song2021-09-271-2/+0
* Add narrowing fma functionsJoseph Myers2021-09-222-0/+8
* powerpc: Fix unrecognized instruction errors with recent GCCPaul A. Clarke2021-09-201-0/+1
* Add narrowing square root functionsJoseph Myers2021-09-102-0/+8
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-0315-15/+0
* Remove sysdeps/*/tls-macros.hFangrui Song2021-08-181-42/+0
* 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
* powerpc64le: Fix typo in configureAnton Blanchard2021-07-082-2/+2
* powerpc64: Remove strcspn ifunc from the loaderTulio Magno Quites Machado Filho2021-07-081-0/+18
* powerpc: optimize strcpy/stpcpy for POWER9/10Pedro Franco de Carvalho2021-07-011-71/+89
* Add build option to disable usage of scv on powerpcMatheus Castanho2021-06-101-8/+8
* Remove stale references to libdl.aFlorian Weimer2021-06-091-1/+0
* powerpc: Optimized memcmp for power10Lucas A. M. Magalhaes2021-05-315-1/+218
* powerpc: Fix handling of scv return error codes [BZ #27892]Nicholas Piggin2021-05-241-2/+3
* powerpc64le: Check HWCAP bits against compiler build flagsFlorian Weimer2021-05-191-0/+52
* powerpc: Add optimized rawmemchr for POWER10Matheus Castanho2021-05-176-27/+188
* powerpc64le: Fix ifunc selection for memset, memmove, bzero and bcopyRaoni Fassina Firmino2021-05-075-20/+22
* powerpc64le: Optimize memset for POWER10Raoni Fassina Firmino2021-04-306-1/+314
* powerpc64le: Optimize memcpy for POWER10Tulio Magno Quites Machado Filho2021-04-305-1/+238
* powerpc64le: Optimized memmove for POWER10Lucas A. M. Magalhaes2021-04-308-7/+388
* powerpc: Add log IFUNC multiarch support for POWER10Raphael Moreira Zinsly2021-04-267-0/+101
* powerpc: Add optimized strlen for POWER10Matheus Castanho2021-04-225-1/+230
* powerpc64le: Use ifunc for _Float128 functions also in libcAndreas Schwab2021-04-013-8/+17
* powerpc: Add optimized llogb* for POWER9Raphael Moreira Zinsly2021-03-162-0/+43
* powerpc: Add optimized ilogb* for POWER9Raphael Moreira Zinsly2021-03-162-0/+34
* Reduce the statically linked startup code [BZ #23323]Florian Weimer2021-02-251-2/+2
* powerpc64: Workaround sigtramp vdso return callRaoni Fassina Firmino2021-01-281-1/+12
* powerpc64: Select POWER9 machine for the scv instructionFlorian Weimer2021-01-221-0/+3
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-02265-265/+265
* powerpc: Runtime selection between sc and scv for syscallsMatheus Castanho2020-12-301-6/+114
* powerpc64le: Add glibc-hwcaps supportFlorian Weimer2020-12-043-0/+128
* powerpc64le: ifunc select *f128 routines in multiarch modePaul E. Murphy2020-11-3016-197/+817
* powerpc: Eliminate UP macro conditionalsFlorian Weimer2020-11-131-3/+1
* powerpc: Add optimized stpncpy for POWER9Raphael M Zinsly2020-11-126-2/+135
* powerpc: Add optimized strncpy for POWER9Raphael M Zinsly2020-11-125-1/+391
* powerpc: fix ifunc implementation list for POWER9 strlen and stpcpyRaphael Moreira Zinsly2020-09-171-2/+2
* powerpc64le: guarantee a .gnu.attributes section [BZ #26220]Paul E. Murphy2020-07-211-0/+8
* powerpc64: Fix calls when r2 is not used [BZ #26173]Tulio Magno Quites Machado Filho2020-07-105-3/+48
* powerpc: Add support for POWER10Tulio Magno Quites Machado Filho2020-06-298-0/+10