| Commit message (Expand) | Author | Age | Files | Lines |
* | x86-64 strncat: Properly handle the length parameter [BZ# 24097] | H.J. Lu | 2022-12-02 | 5 | -1/+73 |
* | ARC: update definitions in elf/elf.h | Shahab Vahedi | 2022-11-29 | 3 | -9/+31 |
* | scripts: Add "|" operator support to glibcpp's parsing | Shahab Vahedi | 2022-11-29 | 2 | -0/+2 |
* | Apply asm redirections in syslog.h before first use [BZ #27087] | Tulio Magno Quites Machado Filho | 2022-11-29 | 2 | -9/+19 |
* | LoongArch: Add support for ilogb[f] | Xiaolin Tang | 2022-11-29 | 2 | -0/+78 |
* | LoongArch: Add support for scalb[f] | Xiaolin Tang | 2022-11-29 | 2 | -0/+120 |
* | LoongArch: Add support for scalbn[f] | Xiaolin Tang | 2022-11-29 | 2 | -0/+58 |
* | LoongArch: Use __builtin_logb{,f} with GCC >= 13 | Xiaolin Tang | 2022-11-29 | 1 | -0/+10 |
* | Use GCC builtins for logb functions if desired. | Xiaolin Tang | 2022-11-29 | 6 | -0/+23 |
* | LoongArch: Use __builtin_llrint{,f} with GCC >= 13 | Xiaolin Tang | 2022-11-29 | 1 | -0/+10 |
* | Use GCC builtins for llrint functions if desired. | Xiaolin Tang | 2022-11-29 | 6 | -17/+43 |
* | LoongArch: Use __builtin_lrint{,f} with GCC >= 13 | Xiaolin Tang | 2022-11-29 | 1 | -0/+10 |
* | Use GCC builtins for lrint functions if desired. | Xiaolin Tang | 2022-11-29 | 6 | -17/+43 |
* | LoongArch: Use __builtin_rint{,f} with GCC >= 13 | Xi Ruoyao | 2022-11-29 | 1 | -0/+9 |
* | x86/fpu: Factor out shared avx2/avx512 code in svml_{s|d}_wrapper_impl.h | Noah Goldstein | 2022-11-27 | 3 | -342/+192 |
* | x86/fpu: Cleanup code in svml_{s|d}_wrapper_impl.h | Noah Goldstein | 2022-11-27 | 2 | -242/+172 |
* | x86/fpu: Reformat svml_{s|d}_wrapper_impl.h | Noah Goldstein | 2022-11-27 | 2 | -510/+510 |
* | x86/fpu: Fix misspelled evex512 section in variety of svml files | Noah Goldstein | 2022-11-27 | 21 | -21/+21 |
* | x86/fpu: Add missing ISA sections to variety of svml files | Noah Goldstein | 2022-11-27 | 198 | -198/+198 |
* | stdio-common: Add missing dependencies (bug 29780) | Andreas Schwab | 2022-11-21 | 1 | -2/+4 |
* | i386: Avoid rely on linker optimization to avoid relocation | Adhemerval Zanella Netto | 2022-11-21 | 1 | -4/+9 |
* | elf: Fix rtld-audit trampoline for aarch64 | Vladislav Khmelevsky | 2022-11-21 | 1 | -3/+1 |
* | Define in_int32_t_range to check if the 64 bit time_t syscall should be used | YunQiang Su | 2022-11-17 | 18 | -23/+31 |
* | elf/tst-tlsopt-powerpc fails when compiled with -mcpu=power10 (BZ# 29776) | Alan Modra | 2022-11-14 | 1 | -1/+5 |
* | LoongArch: Hard Float Support for fmaximum_mag_num{f/ }, fminimum_mag_num{f/ }. | Xiaolin Tang | 2022-11-14 | 4 | -0/+192 |
* | LoongArch: Hard Float Support for fmaximum_mag{f/ }, fminimum_mag{f/ }. | Xiaolin Tang | 2022-11-14 | 4 | -0/+160 |
* | LoongArch: Hard Float Support for fmaxmag{f/ }, fminmag{f/ }. | Xiaolin Tang | 2022-11-14 | 4 | -0/+116 |
* | LoongArch: Hard Float Support for fmaximum_num{f/ }, fminimum_num{f/ }. | Xiaolin Tang | 2022-11-14 | 4 | -0/+193 |
* | LoongArch: Hard Float Support for fmaximum{f/ }, fminimum{f/ }. | Xiaolin Tang | 2022-11-14 | 4 | -0/+160 |
* | LoongArch: Hard Float Support for float-point classification functions. | Xiaolin Tang | 2022-11-14 | 11 | -0/+333 |
* | LoongArch: Use __builtin_{fma, fmaf} to implement function {fma, fmaf}. | Xiaolin Tang | 2022-11-14 | 1 | -0/+4 |
* | Linux: Support __IPC_64 in sysvctl *ctl command arguments (bug 29771) | Florian Weimer | 2022-11-10 | 4 | -26/+63 |
* | riscv: Get level 3 cache's information | Zong Li | 2022-11-09 | 1 | -0/+6 |
* | debug: Fix typo in tests-unsupported rule | Adhemerval Zanella | 2022-11-09 | 1 | -1/+1 |
* | iconvdata/tst-table-charmap.sh: remove handling of old, borrowed format | наб | 2022-11-09 | 3 | -12/+3 |
* | Makerules: Generate shlib.lds with -fuse-ld=bfd | Fangrui Song | 2022-11-08 | 1 | -1/+3 |
* | x86: Add avx2 optimized functions for the wchar_t strcpy family | Noah Goldstein | 2022-11-08 | 27 | -18/+115 |
* | x86: Add evex optimized functions for the wchar_t strcpy family | Noah Goldstein | 2022-11-08 | 33 | -7/+858 |
* | x86: Optimize and shrink st{r|p}{n}{cat|cpy}-avx2 functions | Noah Goldstein | 2022-11-08 | 13 | -1234/+1594 |
* | x86: Optimize and shrink st{r|p}{n}{cat|cpy}-evex functions | Noah Goldstein | 2022-11-08 | 7 | -1173/+2115 |
* | benchtests: Make str{n}{cat|cpy} benchmarks output json | Noah Goldstein | 2022-11-08 | 4 | -115/+297 |
* | x86: Use VMM API in memcmpeq-evex.S and minor changes | Noah Goldstein | 2022-11-08 | 1 | -100/+155 |
* | x86: Use VMM API in memcmp-evex-movbe.S and minor changes | Noah Goldstein | 2022-11-08 | 1 | -133/+175 |
* | string: Add len=0 to {w}memcmp{eq} tests and benchtests | Noah Goldstein | 2022-11-08 | 2 | -15/+19 |
* | Linux: Add ppoll fortify symbol for 64 bit time_t (BZ# 29746) | Adhemerval Zanella | 2022-11-08 | 25 | -15/+125 |
* | hurd: Add sigtimedwait and sigwaitinfo support | Samuel Thibault | 2022-11-07 | 3 | -112/+207 |
* | Apply asm redirection in gmp.h before first use | Adhemerval Zanella | 2022-11-07 | 2 | -45/+39 |
* | Rewrite find_cxx_header config configure.ac | Adhemerval Zanella | 2022-11-07 | 2 | -4/+4 |
* | elf/tlsdeschtab.h: Add the Malloc return value check in _dl_make_tlsdesc_dyna... | Xiaoming Ni | 2022-11-07 | 1 | -0/+2 |
* | elf: Disable some subtests of ifuncmain1, ifuncmain5 for !PIE | Florian Weimer | 2022-11-04 | 2 | -0/+22 |