aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-22riscv: Use sqrt{f} builtinAdhemerval Zanella3-56/+4
2020-06-22s390: Use sqrt{f} builtinAdhemerval Zanella3-60/+4
2020-06-22sparc: Use sqrt{f} builtinAdhemerval Zanella2-34/+4
2020-06-22mips: Use sqrt{f} builtinAdhemerval Zanella9-82/+6
2020-06-22alpha: Use builtin sqrt{f}Adhemerval Zanella5-275/+13
2020-06-22i386: Use builtin sqrtlAdhemerval Zanella2-21/+0
2020-06-22x86_64: Use builtin sqrt{f,l}Adhemerval Zanella4-65/+31
2020-06-22powerpc: Use sqrt{f} builtinAdhemerval Zanella3-80/+42
2020-06-22s390x: Use fma{f} builtinAdhemerval Zanella3-64/+4
2020-06-22aarch64: Use math-use-builtins for ceil{f}Adhemerval Zanella2-58/+0
2020-06-22math: Decompose math-use-builtins.hAdhemerval Zanella28-312/+181
2020-06-20hurd: Add mremapSamuel Thibault4-1/+185
2020-06-19ia64: Use generic exp10fAdhemerval Zanella7-572/+8
2020-06-19New exp10f version without SVID compat wrapperAdhemerval Zanella33-8/+64
2020-06-19i386: Use generic exp10fAdhemerval Zanella1-54/+0
2020-06-19math: Optimized generic exp10f with wrappersPaul Zimmermann3-33/+199
2020-06-19benchtests: Add exp10f benchmarkAdhemerval Zanella2-1/+2390
2020-06-18x86: Update F16C detection [BZ #26133]H.J. Lu2-3/+7
2020-06-17Fix avx2 strncmp offset compare condition check [BZ #25933]Sunil K Pandey1-0/+15
2020-06-17nptl: Remove now-spurious tst-cancelx9 referencesSamuel Thibault1-2/+1
2020-06-17x86_64: Use %xmmN with vpxor to clear a vector registerH.J. Lu2-3/+3
2020-06-17x86: Correct bit_cpu_CLFLUSHOPT [BZ #26128]H.J. Lu1-1/+1
2020-06-16powerpc64le: refactor e_sqrtf128.cPaul E. Murphy2-39/+7
2020-06-15Update syscall-names.list for Linux 5.7.Joseph Myers1-2/+2
2020-06-15ieee754/dbl-64: Reduce the scope of temporary storage variablesVineet Gupta7-223/+193
2020-06-15manual: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_npFlorian Weimer1-0/+72
2020-06-15ld.so: Check for new cache format first and enhance corruption checkFlorian Weimer1-12/+15
2020-06-14hurd: Fix __writev_nocancel_nostatusSamuel Thibault5-2/+46
2020-06-14hurd: Make send* cancellation pointsSamuel Thibault3-0/+10
2020-06-14htl: Enable more cancellation testsSamuel Thibault6-5/+6
2020-06-14hurd: Make write and pwrite64 cancellation pointsSamuel Thibault9-19/+94
2020-06-14htl: Fix cleanup support for IO lockingSamuel Thibault2-0/+90
2020-06-14htl: Move cleanup stack to variable shared between libc and pthreadSamuel Thibault6-6/+9
2020-06-14htl: initialize first and prevent from unloadingSamuel Thibault1-0/+1
2020-06-14htl: Add noreturn attribute on __pthread_exit forwardSamuel Thibault1-2/+2
2020-06-14hurd: Make recv* cancellation pointsSamuel Thibault3-12/+38
2020-06-11powerpc: Automatic CPU detection in preconfigurePaul E. Murphy2-7/+113
2020-06-10Use Linux 5.7 in build-many-glibcs.py.Joseph Myers1-1/+1
2020-06-10htl: Enable more cancel testsSamuel Thibault9-16/+18
2020-06-10htl: Fix linking static tests by factorizing the symbols listSamuel Thibault4-45/+30
2020-06-09Add "%d" support to _dl_debug_vdprintfH.J. Lu1-2/+29
2020-06-09aarch64: MTE compatible strlenAndrea Corallo1-183/+56
2020-06-09aarch64: MTE compatible strchrAndrea Corallo1-91/+71
2020-06-09aarch64: MTE compatible strchrnulAndrea Corallo1-85/+51
2020-06-08AArch64: Merge Falkor memcpy and memmove implementationsKrzysztof Koch3-245/+144
2020-06-08hurd: document that gcc&gdb look at the trampoline codeSamuel Thibault1-1/+5
2020-06-08pthread: Move back linking rules to nptl and htlSamuel Thibault3-18/+36
2020-06-07htl: Enable more testsSamuel Thibault12-37/+45
2020-06-07htl: Fix registration of atfork handlers in modulesSamuel Thibault2-2/+12
2020-06-07htl: Fix tls initialization for already-created threadsSamuel Thibault3-0/+35