about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* Add a comment for --enable-initfini-array [BZ #27945]H.J. Lu2021-11-131-1/+3
* tst-tzset: output reason when creating 4GiB file failsStafford Horne2021-11-131-0/+8
* Add LLL_MUTEX_READ_LOCK [BZ #28537]H.J. Lu2021-11-121-0/+7
* Avoid extra load with CAS in __pthread_mutex_clocklock_common [BZ #28537]H.J. Lu2021-11-121-5/+5
* Avoid extra load with CAS in __pthread_mutex_lock_full [BZ #28537]H.J. Lu2021-11-121-5/+5
* String: Split memcpy tests so that parallel build is fasterNoah Goldstein2021-11-104-298/+367
* x86: Shrink memcmp-sse4.S code sizeNoah Goldstein2021-11-101-1621/+646
* Support C2X printf %b, %BJoseph Myers2021-11-1011-31/+245
* Update syscall lists for Linux 5.15Joseph Myers2021-11-1028-4/+31
* s390: Use long branches across object boundaries (jgh instead of jh)Florian Weimer2021-11-102-2/+2
* Remove the unused +mkdep/+make-deps/s-proto.S/s-proto-cancel.SH.J. Lu2021-11-105-29/+0
* Fix build a chec failures after b05fae4d8e34Adhemerval Zanella2021-11-092-1/+2
* elf: Use the minimal malloc on tunables_strdupAdhemerval Zanella2021-11-095-119/+157
* Fix memmove call in vfprintf-internal.c:group_numberJoseph Myers2021-11-081-1/+2
* locale: Fix localedata/sort-test undefined behaviorAdhemerval Zanella2021-11-081-3/+8
* test-memcpy.c: Double TIMEOUT to (8 * 60)H.J. Lu2021-11-072-1/+4
* hurd: Remove unused __libc_close_rangeSamuel Thibault2021-11-071-1/+0
* hurd: Implement close_range and closefromSergey Bugaev2021-11-076-1/+135
* x86: Double size of ERMS rep_movsb_threshold in dl-cacheinfo.hNoah Goldstein2021-11-062-14/+20
* x86: Optimize memmove-vec-unaligned-erms.SNoah Goldstein2021-11-066-224/+381
* benchtests: Add partial overlap case in bench-memmove-walk.cNoah Goldstein2021-11-061-15/+46
* benchtests: Add additional cases to bench-memcpy.c and bench-memmove.cNoah Goldstein2021-11-062-9/+66
* string: Make tests birdirectional test-memcpy.cNoah Goldstein2021-11-062-28/+214
* Remove the last trace of generate-md5 [BZ #28554]H.J. Lu2021-11-061-1/+1
* Revert "benchtests: Add acosf function to bench-math"Sunil K Pandey2021-11-052-2710/+0
* Configure GCC with --enable-initfini-array [BZ #27945]H.J. Lu2021-11-051-0/+1
* elf: Earlier missing dynamic segment check in _dl_map_object_from_fdFlorian Weimer2021-11-051-10/+12
* gconv: Do not emit spurious NUL character in ISO-2022-JP-3 (bug 28524)Nikita Popov2021-11-043-9/+84
* [powerpc] Tighten contraints for asm constant parametersPaul A. Clarke2021-11-033-9/+9
* elf: Do not run DSO sorting if tunables is not enabledAdhemerval Zanella2021-11-031-0/+2
* riscv: Build with -mno-relax if linker does not support R_RISCV_ALIGNAdhemerval Zanella2021-11-033-0/+52
* x86-64: Replace movzx with movzblFangrui Song2021-11-022-4/+4
* regex: Unnest nested functions in regcomp.cFangrui Song2021-11-021-223/+241
* Use Linux 5.15 in build-many-glibcs.pyJoseph Myers2021-11-021-1/+1
* elf: Assume disjointed .rela.dyn and .rela.plt for loaderAdhemerval Zanella2021-11-021-23/+9
* i386: Explain why __HAVE_64B_ATOMICS has to be 0Florian Weimer2021-11-021-0/+4
* benchtests: Add hypotfAdhemerval Zanella2021-11-012-0/+1008
* benchtests: Make hypot input randomAdhemerval Zanella2021-11-011-12/+1003
* arm: Use have-mtls-dialect-gnu2 to check for ARM TLS descriptors supportAdhemerval Zanella2021-11-011-6/+1
* arm: Use internal symbol for _dl_argv on _dl_start_userAdhemerval Zanella2021-11-011-1/+1
* x86-64: Remove Prefer_AVX2_STRCMPH.J. Lu2021-11-015-15/+2
* x86-64: Improve EVEX strcmp with masked loadH.J. Lu2021-11-011-218/+243
* benchtests: Add acosf function to bench-mathSunil K Pandey2021-10-292-0/+2710
* benchtests: Improve bench-memcpy-randomWilco Dijkstra2021-10-291-26/+28
* Disable -Waggressive-loop-optimizations warnings in tst-dynarray.cJoseph Myers2021-10-291-0/+15
* Fix compiler issue with mmap_internalStafford Horne2021-10-291-0/+2
* Check if linker also support -mtls-dialect=gnu2Adhemerval Zanella2021-10-292-4/+4
* Fix LIBC_PROG_BINUTILS for -fuse-ld=lldAdhemerval Zanella2021-10-292-2/+10
* elf: Disable ifuncmain{1,5,5pic,5pie} when using LLDAdhemerval Zanella2021-10-291-4/+13
* Handle NULL input to malloc_usable_size [BZ #28506]Siddhesh Poyarekar2021-10-293-35/+25