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