aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-12-25build-many-glibcs.py: Add --exclude optionH.J. Lu1-2/+7
2024-12-24stdio-common: Tweak comment in MakefileSam James1-3/+3
2024-12-24stdio-common: Use clang with bugfix for bug28Dmitry Chestnykh3-4/+61
2024-12-24NEWS: Mention testing glibc build with a different set of compilersH.J. Lu3-7/+17
2024-12-23support: Add support_record_failure_barrierFlorian Weimer2-0/+13
2024-12-23io: statx, fstatat: Drop nonnull attribute on the path argumentMiao Wang2-6/+6
2024-12-23configure: Improve configure output for C++ CompilerH.J. Lu2-3/+3
2024-12-23getaddrinfo.c: Avoid uninitialized pointer access [BZ #32465]H.J. Lu1-23/+22
2024-12-22htl: move pthread_cond_timedwait, pthread_cond_clockwait, pthread_cond_wait i...gfleury13-33/+31
2024-12-22htl: move __pthread_mutex_checklocked into libc.gfleury11-3/+11
2024-12-22htl: move __pthread_timedblock, __pthread_timedblock_intr, __pthread_block, _...gfleury5-6/+14
2024-12-22htl: move pthread_cond_signal into libc.gfleury10-10/+12
2024-12-22htl: move pthread_cond_broadcast into libc.gfleury11-13/+14
2024-12-22htl: move pthread_cond_destroy into libc.gfleury11-10/+13
2024-12-22htl: move __pthread_wakeup into libc.gfleury4-2/+4
2024-12-22htl: move pthread_cond_init into libc.gfleury11-15/+13
2024-12-22assert/test-assert-2.c: Include <unistd.h>Samuel Thibault1-0/+1
2024-12-23stdio-common: Suppress Clang warnings on scanf13.cH.J. Lu2-0/+11
2024-12-23string: Suppress Clang warnings on tester.cH.J. Lu3-2/+49
2024-12-23Add a reference to Clang /usr/include/tgmath.h dependencyH.J. Lu1-0/+1
2024-12-23Suppress Clang -Wimplicit-fallthrough warningsH.J. Lu2-0/+8
2024-12-23stdio: Suppress -Wformat only for gcc in tst-sprintf-errno.cAdhemerval Zanella1-1/+1
2024-12-23include/sys/cdefs.h: Add __attribute_optimization_barrier__Adhemerval Zanella45-101/+112
2024-12-23assert: Use __writev in assert.c [BZ #32492]DJ Delorie1-1/+1
2024-12-23Fix build without stack protector [BZ #32494]H.J. Lu3-4/+2
2024-12-23Check if TEST_CC supports -Wno-restrict before using itAdhemerval Zanella3-2/+48
2024-12-22hppa: Simplify handling of sanity check errors in clone.S.John David Anglin1-6/+5
2024-12-22hppa: add cacheflush() syscall wrapperJohn David Anglin5-0/+46
2024-12-22hppa: Update libm-test-ulpsJohn David Anglin1-5/+1
2024-12-22hurd: make mprotect translate KERN_PROTECTION_FAILURE to EACCESSSamuel Thibault1-0/+3
2024-12-22Compile tst-deadline.c with -Wno-ignored-attributes for ClangH.J. Lu2-1/+5
2024-12-22malloc: Only enable -Waggressive-loop-optimizations suppression for gccAdhemerval Zanella1-2/+2
2024-12-22Suppress -Wmaybe-uninitialized only for GCCH.J. Lu1-1/+1
2024-12-22Suppress Clang -Wgnu-folding-constant warningsH.J. Lu2-0/+8
2024-12-22stdio: Suppress clang warnings for tst-vprintf-width-i18n.cAdhemerval Zanella1-0/+8
2024-12-22stdio: Fix clang warnings on testsAdhemerval Zanella1-0/+5
2024-12-22math: Fix clang warnings for math/test-tgmath-ret.cAdhemerval Zanella1-0/+6
2024-12-22Suppress Clang warning on adding an integer to a stringAdhemerval Zanella4-0/+16
2024-12-22stdio: Suppress %Z format for clangAdhemerval Zanella5-0/+35
2024-12-22stdio: Suppress clang warnings for tst-unlockedio.cAdhemerval Zanella1-0/+7
2024-12-22localedata: Fix clang warnings on testsAdhemerval Zanella1-1/+7
2024-12-22elf: Suppress clang warning on tst-unique4Adhemerval Zanella2-1/+7
2024-12-22elf: Enable tst-dlopen-nodelete-reloc if TEST_CXX supports STB_GNU_UNIQUEH.J. Lu3-7/+108
2024-12-22elf: Check PDE load address with non-empty text sectionH.J. Lu2-0/+2
2024-12-22x86: Define __HAVE_FLOAT128 for Clang and use __builtin_*f128 code pathFangrui Song1-8/+16
2024-12-22Add clang specific warning suppression macrosAdhemerval Zanella1-0/+22
2024-12-22x86: Use inhibit_stack_protector on tst-ifunc-isa.hAdhemerval Zanella1-2/+3
2024-12-22elf: Compile test modules with -fsemantic-interpositionH.J. Lu4-0/+67
2024-12-22tst-printf-bz18872.sh: stdio: Use __attribute__ ((optnone)) for ClangAdhemerval Zanella1-0/+4
2024-12-22Handle pragma GCC optimize for clangAdhemerval Zanella2-2/+10