about summary refs log tree commit diff
path: root/sysdeps/powerpc
Commit message (Expand)AuthorAgeFilesLines
* 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
* powerpc: Add log IFUNC multiarch support for POWER10Raphael Moreira Zinsly2021-04-267-0/+101
* nptl: Move pthread_spin_trylock into libcFlorian Weimer2021-04-231-1/+9
* nptl: Move pthread_spin_lock into libcFlorian Weimer2021-04-231-1/+7
* nptl: Move pthread_spin_init, Move pthread_spin_unlock into libcFlorian Weimer2021-04-231-1/+9
* powerpc: Add optimized strlen for POWER10Matheus Castanho2021-04-225-1/+230
* nptl: Move __pthread_unwind_next into libcFlorian Weimer2021-04-212-13/+5
* powerpc: Update libm test ulpsTulio Magno Quites Machado Filho2021-04-091-10/+10
* Fix the inaccuracy of j0f/j1f/y0f/y1f [BZ #14469, #14470, #14471, #14472]Paul Zimmermann2021-04-021-31/+31
* 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-163-1/+59