about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* Undef attribute_relro on internal tests that include tls.hAdhemerval Zanella2024-04-173-0/+6
* elf: Do not cast TLS_DTV_UNALLOCATED to voidAdhemerval Zanella2024-04-176-7/+6
* malloc: Suppress clang warning on tst-memalignAdhemerval Zanella2024-04-171-0/+4
* x86: Use inhibit_stack_protector on tst-ifunc-isa.hAdhemerval Zanella2024-04-171-2/+3
* Move inhibit_stack_protector to its own headerAdhemerval Zanella2024-04-172-14/+39
* elf: Suppress clang warning on tst-unique4Adhemerval Zanella2024-04-172-1/+7
* elf: Suppress clang warning on tst-unique3Adhemerval Zanella2024-04-171-3/+8
* support: Suppress clang warning on tst-timespecAdhemerval Zanella2024-04-171-0/+7
* misc: Disable some atomic tests on clangAdhemerval Zanella2024-04-171-0/+6
* linux: Adequate tst-clone3 to c11 atomicsAdhemerval Zanella2024-04-172-10/+6
* posix: Suppress clang warning on bug-regex24Adhemerval Zanella2024-04-171-0/+7
* dirent: Remove variable lenght array structure for tst-getdents64.cAdhemerval Zanella2024-04-171-11/+5
* string: Suppress clang -Wsuspicious-bzero on testerAdhemerval Zanella2024-04-171-0/+26
* malloc: Only enable -Waggressive-loop-optimizations suppression for gccAdhemerval Zanella2024-04-171-2/+2
* Use check tests with trampolines iff compiler supports itAdhemerval Zanella2024-04-174-7/+64
* Handle pragma GCC optimize for clangAdhemerval Zanella2024-04-172-2/+10
* stdio: Suppress clang warnings for tst-vprintf-width-i18n.cAdhemerval Zanella2024-04-171-0/+8
* stdio: Suppress clang warnings for tst-unlockedio.cAdhemerval Zanella2024-04-171-0/+4
* stdio: Suppress -Wformat only for gcc for tst-sprintf-errno.cAdhemerval Zanella2024-04-171-1/+1
* stdio: Disable attribute (optimize) if compiler does not support itAdhemerval Zanella2024-04-171-1/+7
* stdio: Disable clang warning on scanf13 testAdhemerval Zanella2024-04-171-0/+15
* stdio: Disable bug23-3 on clangAdhemerval Zanella2024-04-171-0/+5
* stdlib: Avoid internal definitions for tst-strtod5iAdhemerval Zanella2024-04-171-0/+1
* 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-1744-100/+112
* 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
* math: Only build tests for _Complex __int128 iff compiler supports itAdhemerval Zanella2024-04-174-10/+76
* x86: Fix test-double-vlen include-nextAdhemerval Zanella2024-04-174-4/+4
* math: Define CMPLX(F,L) for clangAdhemerval Zanella2024-04-171-1/+1
* Use -ffloat-store iff compiler supports itAdhemerval Zanella2024-04-173-2/+36
* math: Fix clang warnings on bug-tgmath1.cAdhemerval Zanella2024-04-171-0/+7
* math: Fix clang warnings for math/test-tgmath-ret.cAdhemerval Zanella2024-04-171-0/+6
* localedata: Fix clang warnings on testsAdhemerval Zanella2024-04-171-1/+7
* configure: remove overly restrictive check for clangFangrui Song2024-04-172-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
* string: Suppress clang confstr -Wignored-attributes on strlenAdhemerval Zanella2024-04-171-0/+5
* 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
* support: Handle clang support/dtotimespec.c on dtotimespecAdhemerval Zanella2024-04-171-1/+1
* stdio: Fix -Wtautological-constant-out-of-range-compare on clangAdhemerval Zanella2024-04-171-1/+6