aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-18x86: Fix bsearch for compiler that do not define __USE_EXTERN_INLINESazanella/clangAdhemerval Zanella1-2/+8
2024-04-17x86_64: update libm test ulpsAdhemerval Zanella1-16/+19
2024-04-17x86_64: Provide __sfp_handle_exceptions if compiler does notAdhemerval Zanella4-1/+73
2024-04-17Build glibc with -ftrapping-mathAdhemerval Zanella1-0/+3
2024-04-17x86_64: Fix mark-plt configure testAdhemerval Zanella2-3/+3
2024-04-17Enable --enable-fortify-source with clangAdhemerval Zanella18-14/+88
2024-04-17bench-malloc-thread: Add libm for powfAdhemerval Zanella1-0/+1
2024-04-17benchtests: Remove clang warningsAdhemerval Zanella2-3/+3
2024-04-17benchtests: Use __f128 on ilogbf128-inputs constantsAdhemerval Zanella1-4/+4
2024-04-17benchtests: Add attribute_optimizeAdhemerval Zanella3-13/+14
2024-04-17aarch64: Fix gmon profiling with clangAdhemerval Zanella3-12/+23
2024-04-17math: Fix potential underflow on ldbl-128 erflAdhemerval Zanella1-1/+1
2024-04-17x86_64: update libm test ulpsAdhemerval Zanella1-1/+1
2024-04-17aarch64: update libm test ulpsAdhemerval Zanella1-2/+2
2024-04-17debug: Avoid clang optimize away required function on tst-ssp1.cAdhemerval Zanella1-0/+4
2024-04-17elf: Fix tests that require interposable symbolsAdhemerval Zanella2-0/+2
2024-04-17math: Remove _Static_assert that uses EXCEPTION_SET_FORCES_TRAPAdhemerval Zanella2-6/+14
2024-04-17Fix loongarch stpcpy on loaderAdhemerval Zanella1-0/+3
2024-04-17gmon: Remove ununsed LDFLAGS-tst-profile-statiAdhemerval Zanella1-4/+2
2024-04-17posix: Remove the __strcpy_chk from glob testsAdhemerval Zanella2-2/+15
2024-04-17x86: Use -mshstk instead of '#pragma GCC target'Adhemerval Zanella3-4/+2
2024-04-17i686: Do not build ifunc tests if compiler does not generate supported reloca...Adhemerval Zanella6-6/+71
2024-04-17i386: Disable some tests on clangAdhemerval Zanella3-0/+14
2024-04-17configure: Use -Wno-restrict iff compiler supports itAdhemerval Zanella3-2/+34
2024-04-17stdio: Fix clang warnings on testsAdhemerval Zanella1-0/+5
2024-04-17Use -Wl,--undefined-version if linker requires itAdhemerval Zanella3-0/+104
2024-04-17linux: Avoid indirection on operand of type 'void *' for gettimeofdayAdhemerval Zanella1-2/+2
2024-04-17Fix libc_cv_protected_data check if compiler defaults to PIEAdhemerval Zanella2-2/+2
2024-04-17stdio: Suppress %Z format for clangAdhemerval Zanella5-0/+35
2024-04-17resolve: Fix implicit conversion on tst-resolv-invalid-cnameAdhemerval Zanella1-2/+2
2024-04-17elf: Use volatile to set __rseq_size and __rseq_offsetAdhemerval Zanella1-2/+2
2024-04-17elf: Disable unload4 test on clangAdhemerval Zanella1-0/+5
2024-04-17stdio: Fix tst-vfprintf-user-type on clangAdhemerval Zanella1-1/+1
2024-04-17math: Do not use __builtin_isinf on clangAdhemerval Zanella1-2/+1
2024-04-17math: Do not use __builtin_isnan on clangAdhemerval Zanella3-3/+6
2024-04-17math: Do not use __builtin_fpclassify on clangAdhemerval Zanella1-4/+2
2024-04-17math: Fix isgreater* and isless* for clangAdhemerval Zanella1-1/+1
2024-04-17math: Handle fabsf128 intra PLT for !__USE_EXTERN_INLINESAdhemerval Zanella2-3/+11
2024-04-17intl: Use strcpy on _nl_make_l10nflistAdhemerval Zanella1-1/+1
2024-04-17string: mempcy and stpcpy builtins internallyAdhemerval Zanella1-2/+6
2024-04-17Handle abort call for -fexceptions callAdhemerval Zanella2-2/+9
2024-04-17elf: Disable tst-dlopen-nodelete-reloc if compiler does not generate STB_GNU_...Adhemerval Zanella1-15/+15
2024-04-17x86: Use bool for C++ on x86.hAdhemerval Zanella3-3/+10
2024-04-17malloc: Suppress clang warning on tst-aligned-allocAdhemerval Zanella1-0/+13
2024-04-17malloc: Disable malloc builtins on testsAdhemerval Zanella1-0/+15
2024-04-17Only use -finput-charset=ascii iff compiler supports itAdhemerval Zanella5-3/+46
2024-04-17conform: Do not use __SIG_ATOMIC_TYPE__Adhemerval Zanella2-2/+6
2024-04-17conform: Replace _Static_assert with macroAdhemerval Zanella1-5/+16
2024-04-17conform: Use -dD instead of -dN on compiler invocationAdhemerval Zanella1-3/+3
2024-04-17localedata: Use hexadecimal character escape on testsAdhemerval Zanella11-36/+39