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