about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* linux: Avoid indirection on operand of type 'void *' for gettimeofdayAdhemerval Zanella2024-04-171-2/+2
* elf: Use volatile to set __rseq_size and __rseq_offsetAdhemerval Zanella2024-04-171-2/+2
* math: Do not use __builtin_isnan on clangAdhemerval Zanella2024-04-172-1/+5
* math: Handle fabsf128 intra PLT for !__USE_EXTERN_INLINESAdhemerval Zanella2024-04-171-0/+3
* Handle abort call for -fexceptions callAdhemerval Zanella2024-04-172-2/+9
* x86: Use bool for C++ on x86.hAdhemerval Zanella2024-04-172-3/+3
* elf: Do not cast TLS_DTV_UNALLOCATED to voidAdhemerval Zanella2024-04-175-7/+4
* x86: Use inhibit_stack_protector on tst-ifunc-isa.hAdhemerval Zanella2024-04-171-2/+3
* linux: Adequate tst-clone3 to c11 atomicsAdhemerval Zanella2024-04-172-10/+6
* dirent: Remove variable lenght array structure for tst-getdents64.cAdhemerval Zanella2024-04-171-11/+5
* math: Fix test-totalorderl-ldbl-96 exponent settingAdhemerval Zanella2024-04-171-2/+2
* And defines to __attribute__ (__noclone__) iff compiler supports it.Adhemerval Zanella2024-04-1717-30/+30
* x86: Use -mfpmath=387 iff compiler supports itAdhemerval Zanella2024-04-173-1/+38
* x86_64: Disable libmvec tests if compiler does not support attribute '__simd__'Adhemerval Zanella2024-04-173-0/+93
* x86: Fix test-double-vlen include-nextAdhemerval Zanella2024-04-174-4/+4
* riscv: Suppress clang confstr -Wignored-attributes feupdateenvAdhemerval Zanella2024-04-171-0/+6
* riscv: Do not use cfi_label when building with clangAdhemerval Zanella2024-04-174-3/+9
* arm: Fix clang multi-arch build with ld.bfdAdhemerval Zanella2024-04-175-13/+8
* arm: Use vmov.i32 instead of vmov on neon memchrAdhemerval Zanella2024-04-171-2/+2
* aarch64: Use 64-bit variable to access the special registersAdhemerval Zanella2024-04-175-15/+29
* i386: sfp-machine.h: Do no use asm input cast for clangAdhemerval Zanella2024-04-171-18/+26
* i386: Move ___tls_get_addr hidden proto before its first usageAdhemerval Zanella2024-04-171-2/+2
* i386: Disable math_opt_barrier and math_force_eval for clangAdhemerval Zanella2024-04-171-1/+1
* x86: Add inhibit_stack_protector on ifunc handlersAdhemerval Zanella2024-04-1728-6/+40
* x86: math: Avoid the use of __libgcc_cmp_return__ for __gcc_CMPtypeAdhemerval Zanella2024-04-171-2/+11
* x86: Define __HAVE_FLOAT128 for Clang and use __builtin_*f128 code pathFangrui Song2024-04-171-7/+14
* x86: Use -msse2avx iff compiler supports itAdhemerval Zanella2024-04-173-7/+40
* posix: Use unsigned to check for _POSIX_VDISABLEAdhemerval Zanella2024-04-172-2/+2
* string: Use asm alias instead of symbol redirections for stpcpy and mempcpyAdhemerval Zanella2024-04-172-0/+6
* math: Use -fexcess-precision=standard iff compiler supports itAdhemerval Zanella2024-04-171-2/+2
* math: Suppress clang -Wincompatible-library-redeclaration on s_llroundAdhemerval Zanella2024-04-171-0/+3
* math: use fabs on __ieee754_lgamma_rAdhemerval Zanella2024-04-171-1/+1
* Suppress -Wmaybe-uninitialized only for gccAdhemerval Zanella2024-04-1720-21/+20
* powerpc: Fix ld.so address determination for PCREL mode (bug 31640)Florian Weimer2024-04-141-0/+19
* Revert "x86_64: Suppress false positive valgrind error"Florian Weimer2024-04-132-24/+0
* posix: Sync tempname with gnulibAdhemerval Zanella2024-04-101-114/+59
* aarch64: Enhanced CPU diagnostics for ld.soFlorian Weimer2024-04-081-0/+84
* x86: Add generic CPUID data dumper to ld.so --list-diagnosticsFlorian Weimer2024-04-081-0/+384
* elf: Add CPU iteration support for future use in ld.so diagnosticsFlorian Weimer2024-04-082-0/+100
* x86-64: Exclude FMA4 IFUNC functions for -mapxfH.J. Lu2024-04-065-9/+67
* Reinstate generic features-time64.hAdhemerval Zanella2024-04-051-0/+19
* Cleanup __tls_get_addr on alpha/microblaze localplt.dataAdhemerval Zanella2024-04-042-4/+0
* arm: Remove ld.so __tls_get_addr plt usageAdhemerval Zanella2024-04-042-3/+2
* aarch64: Remove ld.so __tls_get_addr plt usageAdhemerval Zanella2024-04-042-3/+2
* math: x86 trunc traps when FE_INEXACT is enabled (BZ 31603)Adhemerval Zanella2024-04-044-93/+18
* math: x86 floor traps when FE_INEXACT is enabled (BZ 31601)Adhemerval Zanella2024-04-047-140/+75
* math: x86 ceill traps when FE_INEXACT is enabled (BZ 31600)Adhemerval Zanella2024-04-048-141/+111
* aarch64/fpu: Add vector variants of erfcJoe Ramsay2024-04-0417-1/+4897
* aarch64/fpu: Add vector variants of tanhJoe Ramsay2024-04-0414-1/+379
* aarch64/fpu: Add vector variants of sinhJoe Ramsay2024-04-0416-0/+572