aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-11-10Update syscall lists for Linux 5.15Joseph Myers28-4/+31
2021-11-10s390: Use long branches across object boundaries (jgh instead of jh)Florian Weimer2-2/+2
2021-11-10Remove the unused +mkdep/+make-deps/s-proto.S/s-proto-cancel.SH.J. Lu5-29/+0
2021-11-09Fix build a chec failures after b05fae4d8e34Adhemerval Zanella2-1/+2
2021-11-09elf: Use the minimal malloc on tunables_strdupAdhemerval Zanella5-119/+157
2021-11-08Fix memmove call in vfprintf-internal.c:group_numberJoseph Myers1-1/+2
2021-11-08locale: Fix localedata/sort-test undefined behaviorAdhemerval Zanella1-3/+8
2021-11-07test-memcpy.c: Double TIMEOUT to (8 * 60)H.J. Lu2-1/+4
2021-11-07hurd: Remove unused __libc_close_rangeSamuel Thibault1-1/+0
2021-11-07hurd: Implement close_range and closefromSergey Bugaev6-1/+135
2021-11-06x86: Double size of ERMS rep_movsb_threshold in dl-cacheinfo.hNoah Goldstein2-14/+20
2021-11-06x86: Optimize memmove-vec-unaligned-erms.SNoah Goldstein6-224/+381
2021-11-06benchtests: Add partial overlap case in bench-memmove-walk.cNoah Goldstein1-15/+46
2021-11-06benchtests: Add additional cases to bench-memcpy.c and bench-memmove.cNoah Goldstein2-9/+66
2021-11-06string: Make tests birdirectional test-memcpy.cNoah Goldstein2-28/+214
2021-11-06Remove the last trace of generate-md5 [BZ #28554]H.J. Lu1-1/+1
2021-11-05Revert "benchtests: Add acosf function to bench-math"Sunil K Pandey2-2710/+0
2021-11-05Configure GCC with --enable-initfini-array [BZ #27945]H.J. Lu1-0/+1
2021-11-05elf: Earlier missing dynamic segment check in _dl_map_object_from_fdFlorian Weimer1-10/+12
2021-11-04gconv: Do not emit spurious NUL character in ISO-2022-JP-3 (bug 28524)Nikita Popov3-9/+84
2021-11-03[powerpc] Tighten contraints for asm constant parametersPaul A. Clarke3-9/+9
2021-11-03elf: Do not run DSO sorting if tunables is not enabledAdhemerval Zanella1-0/+2
2021-11-03riscv: Build with -mno-relax if linker does not support R_RISCV_ALIGNAdhemerval Zanella3-0/+52
2021-11-02x86-64: Replace movzx with movzblFangrui Song2-4/+4
2021-11-02regex: Unnest nested functions in regcomp.cFangrui Song1-223/+241
2021-11-02Use Linux 5.15 in build-many-glibcs.pyJoseph Myers1-1/+1
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