aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-12-07linux: Consolidate dl-origin.cAdhemerval Zanella Netto2-88/+5
2022-12-07linux: Use long int for syscall return valueXing Li1-1/+1
2022-12-07LoongArch: Use medium cmodel build libc_nonshared.a.Chenghua Xu3-0/+38
2022-12-06x86_64: State assembler is being tested on sysdeps/x86/configureAdhemerval Zanella2-3/+3
2022-12-06configure: Remove AS checkAdhemerval Zanella6-76/+3
2022-12-06configure: Remove check if ld is GNUAdhemerval Zanella3-127/+91
2022-12-06configure: Remove check if as is GNUAdhemerval Zanella2-26/+0
2022-12-06configure: Move locale tools earlyAdhemerval Zanella2-649/+649
2022-12-02hurd: Make getrandom cache the server portSergey Bugaev1-15/+102
2022-12-02powerpc64: Remove old strncmp optimizationRajalakshmi Srinivasaraghavan5-256/+2
2022-12-02x86-64 strncpy: Properly handle the length parameter [BZ# 29839]H.J. Lu2-0/+8
2022-12-02x86-64 strncat: Properly handle the length parameter [BZ# 24097]H.J. Lu5-1/+73
2022-11-29ARC: update definitions in elf/elf.hShahab Vahedi3-9/+31
2022-11-29scripts: Add "|" operator support to glibcpp's parsingShahab Vahedi2-0/+2
2022-11-29Apply asm redirections in syslog.h before first use [BZ #27087]Tulio Magno Quites Machado Filho2-9/+19
2022-11-29LoongArch: Add support for ilogb[f]Xiaolin Tang2-0/+78
2022-11-29LoongArch: Add support for scalb[f]Xiaolin Tang2-0/+120
2022-11-29LoongArch: Add support for scalbn[f]Xiaolin Tang2-0/+58
2022-11-29LoongArch: Use __builtin_logb{,f} with GCC >= 13Xiaolin Tang1-0/+10
2022-11-29Use GCC builtins for logb functions if desired.Xiaolin Tang6-0/+23
2022-11-29LoongArch: Use __builtin_llrint{,f} with GCC >= 13Xiaolin Tang1-0/+10
2022-11-29Use GCC builtins for llrint functions if desired.Xiaolin Tang6-17/+43
2022-11-29LoongArch: Use __builtin_lrint{,f} with GCC >= 13Xiaolin Tang1-0/+10
2022-11-29Use GCC builtins for lrint functions if desired.Xiaolin Tang6-17/+43
2022-11-29LoongArch: Use __builtin_rint{,f} with GCC >= 13Xi Ruoyao1-0/+9
2022-11-27x86/fpu: Factor out shared avx2/avx512 code in svml_{s|d}_wrapper_impl.hNoah Goldstein3-342/+192
2022-11-27x86/fpu: Cleanup code in svml_{s|d}_wrapper_impl.hNoah Goldstein2-242/+172
2022-11-27x86/fpu: Reformat svml_{s|d}_wrapper_impl.hNoah Goldstein2-510/+510
2022-11-27x86/fpu: Fix misspelled evex512 section in variety of svml filesNoah Goldstein21-21/+21
2022-11-27x86/fpu: Add missing ISA sections to variety of svml filesNoah Goldstein198-198/+198
2022-11-21stdio-common: Add missing dependencies (bug 29780)Andreas Schwab1-2/+4
2022-11-21i386: Avoid rely on linker optimization to avoid relocationAdhemerval Zanella Netto1-4/+9
2022-11-21elf: Fix rtld-audit trampoline for aarch64Vladislav Khmelevsky1-3/+1
2022-11-17Define in_int32_t_range to check if the 64 bit time_t syscall should be usedYunQiang Su18-23/+31
2022-11-14elf/tst-tlsopt-powerpc fails when compiled with -mcpu=power10 (BZ# 29776)Alan Modra1-1/+5
2022-11-14LoongArch: Hard Float Support for fmaximum_mag_num{f/ }, fminimum_mag_num{f/ }.Xiaolin Tang4-0/+192
2022-11-14LoongArch: Hard Float Support for fmaximum_mag{f/ }, fminimum_mag{f/ }.Xiaolin Tang4-0/+160
2022-11-14LoongArch: Hard Float Support for fmaxmag{f/ }, fminmag{f/ }.Xiaolin Tang4-0/+116
2022-11-14LoongArch: Hard Float Support for fmaximum_num{f/ }, fminimum_num{f/ }.Xiaolin Tang4-0/+193
2022-11-14LoongArch: Hard Float Support for fmaximum{f/ }, fminimum{f/ }.Xiaolin Tang4-0/+160
2022-11-14LoongArch: Hard Float Support for float-point classification functions.Xiaolin Tang11-0/+333
2022-11-14LoongArch: Use __builtin_{fma, fmaf} to implement function {fma, fmaf}.Xiaolin Tang1-0/+4
2022-11-10Linux: Support __IPC_64 in sysvctl *ctl command arguments (bug 29771)Florian Weimer4-26/+63
2022-11-09riscv: Get level 3 cache's informationZong Li1-0/+6
2022-11-09debug: Fix typo in tests-unsupported ruleAdhemerval Zanella1-1/+1
2022-11-09iconvdata/tst-table-charmap.sh: remove handling of old, borrowed formatнаб3-12/+3
2022-11-08Makerules: Generate shlib.lds with -fuse-ld=bfdFangrui Song1-1/+3
2022-11-08x86: Add avx2 optimized functions for the wchar_t strcpy familyNoah Goldstein27-18/+115
2022-11-08x86: Add evex optimized functions for the wchar_t strcpy familyNoah Goldstein33-7/+858
2022-11-08x86: Optimize and shrink st{r|p}{n}{cat|cpy}-avx2 functionsNoah Goldstein13-1234/+1594