aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-11-02elf: Assume disjointed .rela.dyn and .rela.plt for loaderAdhemerval Zanella1-23/+9
2021-11-02i386: Explain why __HAVE_64B_ATOMICS has to be 0Florian Weimer1-0/+4
2021-11-01benchtests: Add hypotfAdhemerval Zanella2-0/+1008
2021-11-01benchtests: Make hypot input randomAdhemerval Zanella1-12/+1003
2021-11-01arm: Use have-mtls-dialect-gnu2 to check for ARM TLS descriptors supportAdhemerval Zanella1-6/+1
2021-11-01arm: Use internal symbol for _dl_argv on _dl_start_userAdhemerval Zanella1-1/+1
2021-11-01x86-64: Remove Prefer_AVX2_STRCMPH.J. Lu5-15/+2
2021-11-01x86-64: Improve EVEX strcmp with masked loadH.J. Lu1-218/+243
2021-10-29benchtests: Add acosf function to bench-mathSunil K Pandey2-0/+2710
2021-10-29benchtests: Improve bench-memcpy-randomWilco Dijkstra1-26/+28
2021-10-29Disable -Waggressive-loop-optimizations warnings in tst-dynarray.cJoseph Myers1-0/+15
2021-10-29Fix compiler issue with mmap_internalStafford Horne1-0/+2
2021-10-29Check if linker also support -mtls-dialect=gnu2Adhemerval Zanella2-4/+4
2021-10-29Fix LIBC_PROG_BINUTILS for -fuse-ld=lldAdhemerval Zanella2-2/+10
2021-10-29elf: Disable ifuncmain{1,5,5pic,5pie} when using LLDAdhemerval Zanella1-4/+13
2021-10-29Handle NULL input to malloc_usable_size [BZ #28506]Siddhesh Poyarekar3-35/+25
2021-10-28x86_64: Add memcmpeq.S to fix disable-multi-arch buildNoah Goldstein1-0/+21
2021-10-29login: Add back libutil as an empty libraryStafford Horne1-1/+3
2021-10-28riscv: Fix incorrect jal with HIDDEN_JUMPTARGETFangrui Song2-3/+4
2021-10-27x86_64: Add evex optimized __memcmpeq in memcmpeq-evex.SNoah Goldstein3-6/+304
2021-10-27x86_64: Add avx2 optimized __memcmpeq in memcmpeq-avx2.SNoah Goldstein4-9/+308
2021-10-27x86_64: Add sse2 optimized __memcmpeq in memcmp-sse2.SNoah Goldstein1-4/+51
2021-10-27x86_64: Add support for __memcmpeq using sse2, avx2, and evexNoah Goldstein12-9/+202
2021-10-27Benchtests: Add benchtests for __memcmpeqNoah Goldstein3-7/+29
2021-10-27String: Add __memcmpeq as build targetNoah Goldstein2-1/+25
2021-10-26NEWS: Add item for __memcmpeqNoah Goldstein1-0/+4
2021-10-26String: Add tests for __memcmpeqNoah Goldstein3-14/+45
2021-10-26String: Add hidden defs for __memcmpeq() to enable internal usageNoah Goldstein27-0/+38
2021-10-26String: Add support for __memcmpeq() ABI on all targetsNoah Goldstein64-0/+120
2021-10-25configure: Don't check LD -v --help for LIBC_LINKER_FEATUREFangrui Song3-66/+48
2021-10-25elf: Make global.out depend on reldepmod4.so [BZ #28457]H.J. Lu1-1/+1
2021-10-23x86: Replace sse2 instructions with avx in memcmp-evex-movbe.SNoah Goldstein1-2/+2
2021-10-23bench-math: Sort and put each bench per lineH.J. Lu1-6/+62
2021-10-22x86_64: Add missing libmvec ABI testsSunil K Pandey43-8/+152
2021-10-21elf: Fix e6fd79f379 build with --enable-tunables=noAdhemerval Zanella1-0/+9
2021-10-21elf: Fix slow DSO sorting behavior in dynamic loader (BZ #17645)Chung-Lin Tang14-42/+269
2021-10-21elf: Testing infrastructure for ld.so DSO sorting (BZ #17645)Chung-Lin Tang10-1/+1884
2021-10-21iconv: Use TIMEOUTFACTOR for iconv test timeoutStafford Horne1-1/+4
2021-10-21posix: Remove alloca usage for internal fnmatch implementationAdhemerval Zanella2-127/+87
2021-10-21Add alloc_align attribute to memalign et alJonathan Wakely4-5/+19
2021-10-20linux: Fix a possibly non-constant expression in _Static_assertFangrui Song1-3/+3
2021-10-20x86-64: Add sysdeps/x86_64/fpu/MakeconfigH.J. Lu3-139/+155
2021-10-20stdlib: Fix tst-canon-bz26341 when the glibc build current working directory ...omain GEISSLER1-0/+6
2021-10-20powerpc: Remove backtrace implementationAdhemerval Zanella5-277/+0
2021-10-20Correct access attribute on memfrob (bug 28475)Joseph Myers4-4/+4
2021-10-20debug: Add tests for _FORTIFY_SOURCE=3Siddhesh Poyarekar4-50/+69
2021-10-20Make sure that the fortified function conditionals are constantSiddhesh Poyarekar7-438/+226
2021-10-20Don't add access size hints to fortifiable functionsSiddhesh Poyarekar9-26/+42
2021-10-19glibcextract.py: Place un-assemblable @@@ in a commentFangrui Song1-1/+1
2021-10-19nss: Unnest nested function add_keyFangrui Song1-41/+41