about summary refs log tree commit diff
path: root/sysdeps/powerpc
Commit message (Expand)AuthorAgeFilesLines
* malloc: Remove memusage.hAdhemerval Zanella2021-12-281-20/+0
* Remove atomic-machine.h atomic typedefsAdhemerval Zanella2021-12-281-17/+0
* elf: Add _dl_audit_pltexitAdhemerval Zanella2021-12-281-2/+2
* powerpc: Use global register variable in <thread_pointer.h>Florian Weimer2021-12-152-12/+8
* math: Remove powerpc e_hypotAdhemerval Zanella2021-12-139-327/+1
* Remove TLS_TCB_ALIGN and TLS_INIT_TCB_ALIGNFlorian Weimer2021-12-091-7/+2
* nptl: Introduce <tcb-access.h> for THREAD_* accessorsFlorian Weimer2021-12-091-14/+1
* nptl: Add <thread_pointer.h> for defining __thread_pointerFlorian Weimer2021-12-091-0/+33
* csu: Always use __executable_start in gmon-start.cFlorian Weimer2021-12-051-37/+0
* nptl: Increase default TCB alignment to 32Florian Weimer2021-12-031-3/+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
* [powerpc] Tighten contraints for asm constant parametersPaul A. Clarke2021-11-033-9/+9
* String: Add hidden defs for __memcmpeq() to enable internal usageNoah Goldstein2021-10-2612-0/+18
* String: Add support for __memcmpeq() ABI on all targetsNoah Goldstein2021-10-2614-0/+26
* powerpc: Remove backtrace implementationAdhemerval Zanella2021-10-202-250/+0
* elf: Fix dynamic-link.h usage on rtld.cAdhemerval Zanella2021-10-144-21/+40
* elf: Avoid nested functions in the loader [BZ #27220]Fangrui Song2021-10-072-17/+19
* powerpc: update libm test ulpsAdhemerval Zanella2021-10-061-1/+1
* powerpc: Fix unrecognized instruction errors with recent binutilsPaul A. Clarke2021-09-292-6/+2
* Add fmaximum, fminimum functionsJoseph Myers2021-09-281-0/+4
* powerpc: Delete unneeded ELF_MACHINE_BEFORE_RTLD_RELOCFangrui Song2021-09-272-4/+0
* Add narrowing fma functionsJoseph Myers2021-09-223-0/+24
* Adjust new narrowing div/mul tests for IBM long double, update powerpc ULPsJoseph Myers2021-09-221-0/+3
* powerpc: Fix unrecognized instruction errors with recent GCCPaul A. Clarke2021-09-201-0/+1
* elf: Remove THREAD_GSCOPE_IN_TCBSergey Bugaev2021-09-161-1/+0
* Add narrowing square root functionsJoseph Myers2021-09-103-0/+11
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-0370-74/+0
* Remove sysdeps/*/tls-macros.hFangrui Song2021-08-183-94/+0
* elf: Drop elf/tls-macros.h in favor of __thread and tls_model attributes [BZ ...Fangrui Song2021-08-162-6/+4
* 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
* Force building with -fno-commonFlorian Weimer2021-07-091-4/+4
* 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
* Update powerpc-nofpu libm-test-ulpsJoseph Myers2021-07-071-41/+45
* 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-092-2/+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
* Properly check stack alignment [BZ #27901]H.J. Lu2021-05-241-20/+7
* 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
* Remove architecture specific sched_cpucount optimizationsAdhemerval Zanella2021-05-071-22/+0
* 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