aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-02-11Revert "Linux: Consolidate auxiliary vector parsing"Florian Weimer6-106/+180
2022-02-11String: Ensure 'MIN_PAGE_SIZE' is multiple of 'getpagesize'Noah Goldstein2-16/+16
2022-02-10Use binutils 2.38 branch in build-many-glibcs.pyJoseph Myers1-1/+1
2022-02-10elf: Remove LD_USE_LOAD_BIASAdhemerval Zanella6-22/+4
2022-02-10malloc: Remove LD_TRACE_PRELINKING usage from mtraceAdhemerval Zanella4-33/+51
2022-02-10elf: Remove prelink supportAdhemerval Zanella25-885/+117
2022-02-10Linux: Consolidate auxiliary vector parsingFlorian Weimer6-181/+107
2022-02-10Linux: Assume that NEED_DL_SYSINFO_DSO is always definedFlorian Weimer2-9/+3
2022-02-10Linux: Remove DL_FIND_ARG_COMPONENTSFlorian Weimer1-15/+10
2022-02-10Linux: Remove HAVE_AUX_SECURE, HAVE_AUX_XID, HAVE_AUX_PAGESIZEFlorian Weimer2-66/+1
2022-02-10elf: Merge dl-sysdep.c into the Linux versionFlorian Weimer2-362/+337
2022-02-09hppa: Fix bind-now audit (BZ #28857)Adhemerval Zanella6-8/+15
2022-02-08x86-64: Optimize bzeroH.J. Lu10-25/+256
2022-02-08benchtests: Add benches for bzeroH.J. Lu4-0/+372
2022-02-07linux: fix accuracy of get_nprocs and get_nprocs_conf [BZ #28865]Dmitry V. Levin1-31/+63
2022-02-07x86: Remove SSSE3 instruction for broadcast in memset.S (SSE2 Only)Noah Goldstein1-3/+4
2022-02-07benchtests: Sort benches in MakefileH.J. Lu1-19/+110
2022-02-06Benchtests: Add length zero benchmark for memset in bench-memset.cNoah Goldstein1-1/+1
2022-02-06x86: Improve vec generation in memset-vec-unaligned-erms.SNoah Goldstein5-87/+152
2022-02-06x86-64: Add vector tan/tanf to libmvec microbenchmarkSunil K Pandey3-0/+8201
2022-02-06x86-64: Add vector erfc/erfcf to libmvec microbenchmarkSunil K Pandey3-0/+8201
2022-02-06x86-64: Add vector asinh/asinhf to libmvec microbenchmarkSunil K Pandey3-0/+8201
2022-02-06x86-64: Add vector tanh/tanhf to libmvec microbenchmarkSunil K Pandey3-0/+8201
2022-02-06x86-64: Add vector erf/erff to libmvec microbenchmarkSunil K Pandey3-0/+8201
2022-02-06x86-64: Add vector acosh/acoshf to libmvec microbenchmarkSunil K Pandey3-0/+8201
2022-02-06x86-64: Add vector atanh/atanhf to libmvec microbenchmarkSunil K Pandey3-0/+8201
2022-02-06x86-64: Add vector log1p/log1pf to libmvec microbenchmarkSunil K Pandey3-0/+8201
2022-02-06x86-64: Add vector log2/log2f to libmvec microbenchmarkSunil K Pandey3-0/+8201
2022-02-06x86-64: Add vector log10/log10f to libmvec microbenchmarkSunil K Pandey3-0/+8201
2022-02-06x86-64: Add vector atan2/atan2f to libmvec microbenchmarkSunil K Pandey3-0/+8201
2022-02-06x86-64: Add vector cbrt/cbrtf to libmvec microbenchmarkSunil K Pandey3-0/+8201
2022-02-06x86-64: Add vector sinh/sinhf to libmvec microbenchmarkSunil K Pandey3-0/+8201
2022-02-06x86-64: Add vector expm1/expm1f to libmvec microbenchmarkSunil K Pandey3-0/+8201
2022-02-06x86-64: Add vector cosh/coshf to libmvec microbenchmarkSunil K Pandey3-0/+8201
2022-02-06x86-64: Add vector exp10/exp10f to libmvec microbenchmarkSunil K Pandey3-0/+8201
2022-02-06x86-64: Add vector exp2/exp2f to libmvec microbenchmarkSunil K Pandey3-0/+8201
2022-02-06x86-64: Add vector hypot/hypotf to libmvec microbenchmarkSunil K Pandey3-0/+8201
2022-02-06x86-64: Add vector asin/asinf to libmvec microbenchmarkSunil K Pandey3-0/+8201
2022-02-06x86-64: Add vector atan/atanf to libmvec microbenchmarkSunil K Pandey3-0/+8201
2022-02-06elf: Replace tst-audit24bmod2.so with tst-audit24bmod2H.J. Lu1-1/+1
2022-02-05x86_64/multiarch: Sort sysdep_routines and put one entry per lineH.J. Lu1-114/+176
2022-02-05string: Sort headers, routines, tests and tests-translationH.J. Lu1-44/+166
2022-02-05x86: Improve L to support L(XXX_SYMBOL (YYY, ZZZ))H.J. Lu1-1/+2
2022-02-05Benchtests: move 'alloc_bufs' from loop in bench-memset.cNoah Goldstein1-2/+2
2022-02-04x86-64: Fix strcmp-evex.SH.J. Lu1-1/+1
2022-02-04x86-64: Fix strcmp-avx2.SH.J. Lu1-1/+1
2022-02-03x86-64: Add vector acos/acosf to libmvec microbenchmarkSunil K Pandey3-0/+8201
2022-02-03benchtests: Add more coverage for strcmp and strncmp benchmarksNoah Goldstein2-69/+183
2022-02-03x86: Optimize strcmp-evex.SNoah Goldstein1-793/+919
2022-02-03x86: Optimize strcmp-avx2.SNoah Goldstein1-651/+939