aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-30As with gettimeofday, avoid vdso for clang-compiled time()google/grte/v6-2.29/masterStan Shebs
2019-04-30Bypass gettimeofday ifunc if using clangStan Shebs
2019-04-30Make pointer in tst-realloc volatile alsoStan Shebs
2019-04-30Defeat a malloc optimization by declaring things volatile.Stan Shebs
2019-04-30Make zero volatile to defeat constant-folding of 0.0/0.0Stan Shebs
2019-04-30Comment out debugging hack that pollutes namespaceStan Shebs
2019-04-30Avoid the nonstandard .tls_commonStan Shebs
2019-04-30Use clang integrated assembler except when asm is output and not required to ...Stan Shebs
2019-04-30For clang, add hidden proto of __libc_allocate_once_slow ahead of useStan Shebs
2019-04-30Do not pass unhandled flag to clangStan Shebs
2019-04-30Stub out execstack problemStan Shebs
2019-04-30Stub out execstack, multidir, and ifunc problemsStan Shebs
2019-04-30Skip execstack test, depends on nested functionStan Shebs
2019-04-29De-nest test-ffs.cStan Shebs
2019-04-29Work around a clang bugStan Shebs
2019-04-29clang requires -mno-see for 387 mathStan Shebs
2019-04-29Suppress tgmath3 tests if clangStan Shebs
2019-04-29Put CMPLX* macros under ISO C11Stan Shebs
2019-04-29Add clang versions of CMPLX* macrosStan Shebs
2019-04-29Reduce an error to warning if clangStan Shebs
2019-04-26Add a hidden_proto for __close_nocancel before its useStan Shebs
2019-04-26Add another workaround for clang problem with sizes in asmStan Shebs
2019-04-26Add hidden protos ahead of usesStan Shebs
2019-04-26De-nest makedb.cStan Shebs
2019-04-26Work around a weird clang link failureStan Shebs
2019-04-26Remove debugging hackStan Shebs
2019-04-26Work around clang assembler bug with expressions in .ifStan Shebs
2019-04-26Work around lack of .tfloat in clang assemblerStan Shebs
2019-04-26Disallow extern inline if clangStan Shebs
2019-04-26Work around clang asm problem by changing types of two variablesStan Shebs
2019-04-26Update de-nested functions to match originalsStan Shebs
2019-04-24Add a --with-lld option to choose LLVMs lld linkerStan Shebs
2019-04-24Work around clang assembler error with bnd by itself on a lineStan Shebs
2019-04-24Change de-nesting fix to use added argument instead of globalsStan Shebs
2019-04-24Un-nest nested functions in dynamic linkerStan Shebs
2019-04-24Work around clang assembler problem with ifunc relocsStan Shebs
2019-04-24De-nest regcomp.cStan Shebs
2019-04-24Work around clang assembler error with movzxStan Shebs
2019-04-24Work around a clang problem with asm constraintsStan Shebs
2019-04-24Add workarounds for incomplete float128 support in clangStan Shebs
2019-04-23Add clang version of __hidden_protoStan Shebs
2019-04-23Skip undefined va_arg_packStan Shebs
2019-04-23Add --with-clang and --disable-float128 options to toplevel configuryStan Shebs
2019-04-15malloc: Set and reset all hooks for tracing (Bug 16573)Carlos O'Donell
2019-04-03ja_JP locale: Add entry for the new Japanese era [BZ #22964]TAMUKI Shoichi
2019-03-22ja_JP: Change the offset for Taisho gan-nen from 2 to 1 [BZ #24162]TAMUKI Shoichi
2019-03-21S390: Mark vx and vxe as important hwcap.Stefan Liebler
2019-03-16Record CVE-2019-9169 in NEWS and ChangeLog [BZ #24114]Aurelien Jarno
2019-03-16regex: fix read overrun [BZ #24114]Paul Eggert
2019-03-13Fix output of LD_SHOW_AUXV=1.Stefan Liebler