2022-11-14 |
Xiaolin Tang | LoongArch: Hard Float Support for fmaximum_mag_num... |
commit | commitdiff | tree |
2022-11-14 |
Xiaolin Tang | LoongArch: Hard Float Support for fmaximum_mag{f/ ... |
commit | commitdiff | tree |
2022-11-14 |
Xiaolin Tang | LoongArch: Hard Float Support for fmaxmag{f/ }, fminmag... |
commit | commitdiff | tree |
2022-11-14 |
Xiaolin Tang | LoongArch: Hard Float Support for fmaximum_num{f/ ... |
commit | commitdiff | tree |
2022-11-14 |
Xiaolin Tang | LoongArch: Hard Float Support for fmaximum{f/ }, fminim... |
commit | commitdiff | tree |
2022-11-14 |
Xiaolin Tang | LoongArch: Hard Float Support for float-point classific... |
commit | commitdiff | tree |
2022-11-14 |
Xiaolin Tang | LoongArch: Use __builtin_{fma, fmaf} to implement funct... |
commit | commitdiff | tree |
2022-11-10 |
Florian Weimer | Linux: Support __IPC_64 in sysvctl *ctl command argumen... |
commit | commitdiff | tree |
2022-11-09 |
Zong Li | riscv: Get level 3 cache's information |
commit | commitdiff | tree |
2022-11-09 |
Adhemerval... | debug: Fix typo in tests-unsupported rule |
commit | commitdiff | tree |
2022-11-09 |
наб | iconvdata/tst-table-charmap.sh: remove handling of... |
commit | commitdiff | tree |
2022-11-09 |
Fangrui Song | Makerules: Generate shlib.lds with -fuse-ld=bfd |
commit | commitdiff | tree |
2022-11-09 |
Noah Goldstein | x86: Add avx2 optimized functions for the wchar_t strcp... |
commit | commitdiff | tree |
2022-11-09 |
Noah Goldstein | x86: Add evex optimized functions for the wchar_t strcp... |
commit | commitdiff | tree |
2022-11-09 |
Noah Goldstein | x86: Optimize and shrink st{r|p}{n}{cat|cpy}-avx2 functions |
commit | commitdiff | tree |
2022-11-09 |
Noah Goldstein | x86: Optimize and shrink st{r|p}{n}{cat|cpy}-evex functions |
commit | commitdiff | tree |
2022-11-09 |
Noah Goldstein | benchtests: Make str{n}{cat|cpy} benchmarks output... |
commit | commitdiff | tree |
2022-11-09 |
Noah Goldstein | x86: Use VMM API in memcmpeq-evex.S and minor changes |
commit | commitdiff | tree |
2022-11-09 |
Noah Goldstein | x86: Use VMM API in memcmp-evex-movbe.S and minor changes |
commit | commitdiff | tree |
2022-11-09 |
Noah Goldstein | string: Add len=0 to {w}memcmp{eq} tests and benchtests |
commit | commitdiff | tree |
2022-11-08 |
Adhemerval... | Linux: Add ppoll fortify symbol for 64 bit time_t ... |
commit | commitdiff | tree |
2022-11-07 |
Samuel Thibault | hurd: Add sigtimedwait and sigwaitinfo support |
commit | commitdiff | tree |
2022-11-07 |
Adhemerval... | Apply asm redirection in gmp.h before first use |
commit | commitdiff | tree |
2022-11-07 |
Adhemerval... | Rewrite find_cxx_header config configure.ac |
commit | commitdiff | tree |
2022-11-07 |
Xiaoming Ni | elf/tlsdeschtab.h: Add the Malloc return value check... |
commit | commitdiff | tree |
2022-11-04 |
Florian Weimer | elf: Disable some subtests of ifuncmain1, ifuncmain5... |
commit | commitdiff | tree |
2022-11-04 |
Florian Weimer | posix: Make posix_spawn extensions available by default |
commit | commitdiff | tree |
2022-11-03 |
Sunil K Pandey | x86_64: Implement evex512 version of strrchr and wcsrchr |
commit | commitdiff | tree |
2022-11-03 |
Florian Weimer | elf: Introduce <dl-call_tls_init_tp.h> and call_tls_ini... |
commit | commitdiff | tree |
2022-11-03 |
caiyinyu | LoongArch: Fix ABI related macros in elf.h to keep... |
commit | commitdiff | tree |
2022-11-03 |
Florian Weimer | scripts/glibcelf.py: Properly report <elf.h> parsing... |
commit | commitdiff | tree |
2022-11-03 |
Florian Weimer | elf: Rework exception handling in the dynamic loader... |
commit | commitdiff | tree |
2022-11-02 |
Aurelien Jarno | linux: Drop useless include from fstatat.c |
commit | commitdiff | tree |
2022-11-02 |
Szabolcs Nagy | Fix OOB read in stdlib thousand grouping parsing [BZ... |
commit | commitdiff | tree |
2022-11-02 |
Aurelien Jarno | linux: Fix fstatat on MIPSn64 (BZ #29730) |
commit | commitdiff | tree |
2022-11-02 |
Adhemerval... | elf: Remove allocate use on _dl_debug_printf |
commit | commitdiff | tree |
2022-11-01 |
Adhemerval... | nptl: Fix pthread_create.c build with clang |
commit | commitdiff | tree |
2022-11-01 |
Adhemerval... | allocate_once: Apply asm redirection before first use |
commit | commitdiff | tree |
2022-11-01 |
Adhemerval... | alloc_buffer: Apply asm redirection before first use |
commit | commitdiff | tree |
2022-11-01 |
Adhemerval... | configure: Use -Wno-ignored-attributes if compiler... |
commit | commitdiff | tree |
2022-11-01 |
Adhemerval... | Disable use of -fsignaling-nans if compiler does not... |
commit | commitdiff | tree |
2022-11-01 |
Adhemerval... | intl: Fix clang -Wunused-but-set-variable on plural.c |
commit | commitdiff | tree |
2022-11-01 |
Adhemerval... | Apply asm redirection in not-cancel before first use |
commit | commitdiff | tree |
2022-11-01 |
Carlos Eduardo Seo | malloc: Use uintptr_t for pointer alignment |
commit | commitdiff | tree |
2022-11-01 |
Szabolcs Nagy | Use uintptr_t in fts for pointer alignment |
commit | commitdiff | tree |
2022-10-31 |
Joseph Myers | Fix build with GCC 13 _FloatN, _FloatNx built-in functions |
commit | commitdiff | tree |
2022-10-31 |
H.J. Lu | elf: Build tst-relr-mod[34]a.so with $(LDFLAGS-rpath... |
commit | commitdiff | tree |
2022-10-30 |
Sunil K Pandey | x86-64: Improve evex512 version of strlen functions |
commit | commitdiff | tree |
2022-10-28 |
Ludovic Courtès | Correctly determine libc.so 'OUTPUT_FORMAT' when cross... |
commit | commitdiff | tree |
2022-10-28 |
Szabolcs Nagy | Remove unused scratch_buffer_dupfree |
commit | commitdiff | tree |
2022-10-28 |
Szabolcs Nagy | Fix elf/tst-dlmopen-twice not to exhaust static TLS |
commit | commitdiff | tree |
2022-10-28 |
Szabolcs Nagy | Use uintptr_t in string/tester for pointer alignment |
commit | commitdiff | tree |
2022-10-28 |
Letu Ren | stdlib/strfrom: Add copysign to fix NAN issue on riscv... |
commit | commitdiff | tree |
2022-10-28 |
Szabolcs Nagy | Fix resource/bug-ulimit1 test |
commit | commitdiff | tree |
2022-10-28 |
Szabolcs Nagy | Fix missing NUL terminator in stdio-common/scanf13... |
commit | commitdiff | tree |
2022-10-28 |
Szabolcs Nagy | Fix off-by-one OOB read in elf/tst-tls20 |
commit | commitdiff | tree |
2022-10-28 |
Szabolcs Nagy | elf: Fix alloca size in _dl_debug_vdprintf |
commit | commitdiff | tree |
2022-10-28 |
Szabolcs Nagy | malloc: Use uintptr_t in alloc_buffer |
commit | commitdiff | tree |
2022-10-28 |
Szabolcs Nagy | Fix invalid pointer dereference in wcpcpy_chk |
commit | commitdiff | tree |
2022-10-28 |
Szabolcs Nagy | Fix invalid pointer dereference in wcscpy_chk |
commit | commitdiff | tree |
2022-10-28 |
Szabolcs Nagy | aarch64: Fix the extension header write in getcontext... |
commit | commitdiff | tree |
2022-10-28 |
Szabolcs Nagy | aarch64: Don't build wordcopy |
commit | commitdiff | tree |
2022-10-28 |
Szabolcs Nagy | scripts: Use bool in tunables initializer |
commit | commitdiff | tree |
2022-10-28 |
Xi Ruoyao | longlong.h: update from GCC for LoongArch clz/ctz support |
commit | commitdiff | tree |
2022-10-27 |
Florian Weimer | elf: Introduce to _dl_call_fini |
commit | commitdiff | tree |
2022-10-27 |
Florian Weimer | ld.so: Export tls_init_tp_called as __rtld_tls_init_tp_... |
commit | commitdiff | tree |
2022-10-27 |
Florian Weimer | scripts/localplt.awk: Handle DT_JMPREL with empty PLT... |
commit | commitdiff | tree |
2022-10-26 |
Adhemerval... | Remove lingering libSegfault Makefile entries |
commit | commitdiff | tree |
2022-10-26 |
Wilco Dijkstra | aarch64: Use memcpy_simd as the default memcpy |
commit | commitdiff | tree |
2022-10-26 |
Wilco Dijkstra | aarch64: Cleanup memset ifunc |
commit | commitdiff | tree |
2022-10-26 |
Adhemerval... | elf: Reinstate on DL_DEBUG_BINDINGS _dl_lookup_symbol_x |
commit | commitdiff | tree |
2022-10-26 |
Sunil K Pandey | x86_64: Implement evex512 version of strchrnul, strchr... |
commit | commitdiff | tree |
2022-10-25 |
Adhemerval... | linux: Fix generic struct_stat for 64 bit time (BZ... |
commit | commitdiff | tree |
2022-10-25 |
Jakub Wilk | manual: Add missing % in int conversion list |
commit | commitdiff | tree |
2022-10-24 |
Aurelien Jarno | Avoid undefined behaviour in ibm128 implementation... |
commit | commitdiff | tree |
2022-10-24 |
Adhemerval... | Remove all assembly optimizations for htonl and htons |
commit | commitdiff | tree |
2022-10-24 |
Cristian Rodríguez | Remove htonl.S for i386/x86_64 |
commit | commitdiff | tree |
2022-10-24 |
Michael Hudson... | Fix BZ #29463 in the ibm128 implementation of y1l too |
commit | commitdiff | tree |
2022-10-24 |
Joseph Myers | Add ADDRB from Linux 6.0 to bits/termios-c_cflag.h |
commit | commitdiff | tree |
2022-10-20 |
Noah Goldstein | x86: Use `testb` for FSRM check in memmove-vec-unaligne... |
commit | commitdiff | tree |
2022-10-20 |
Noah Goldstein | x86: Use `testb` for case-locale check in str{n}casecmp... |
commit | commitdiff | tree |
2022-10-20 |
Noah Goldstein | x86: Use `testb` for case-locale check in str{n}casecmp... |
commit | commitdiff | tree |
2022-10-20 |
Noah Goldstein | x86: Use `testb` for case-locale check in str{n}casecmp... |
commit | commitdiff | tree |
2022-10-20 |
Noah Goldstein | x86: Add support for VEC_SIZE == 64 in strcmp-evex... |
commit | commitdiff | tree |
2022-10-20 |
Noah Goldstein | x86: Remove AVX512-BVMI2 instruction from strrchr-evex.S |
commit | commitdiff | tree |
2022-10-20 |
Felix Riemann | sysdeps: arm: Fix preconfigure script for ARMv8/v9... |
commit | commitdiff | tree |
2022-10-20 |
Adhemerval... | nis: Fix nis_print_directory |
commit | commitdiff | tree |
2022-10-20 |
Adhemerval... | linux: Avoid shifting a negative signed on POSIX timer... |
commit | commitdiff | tree |
2022-10-20 |
Noah Goldstein | Bench: Improve benchtests for memchr, strchr, strnlen... |
commit | commitdiff | tree |
2022-10-20 |
Noah Goldstein | x86: Optimize strrchr-evex.S and implement with VMM... |
commit | commitdiff | tree |
2022-10-20 |
Noah Goldstein | x86: Optimize memrchr-evex.S |
commit | commitdiff | tree |
2022-10-20 |
Noah Goldstein | x86: Optimize strnlen-evex.S and implement with VMM... |
commit | commitdiff | tree |
2022-10-20 |
Noah Goldstein | x86: Shrink / minorly optimize strchr-evex and implemen... |
commit | commitdiff | tree |
2022-10-20 |
Noah Goldstein | x86: Optimize memchr-evex.S and implement with VMM... |
commit | commitdiff | tree |
2022-10-18 |
Sunil K Pandey | x86_64: Implement evex512 version of memchr, rawmemchr... |
commit | commitdiff | tree |
2022-10-18 |
Sunil K Pandey | String: Improve test coverage for memchr |
commit | commitdiff | tree |
2022-10-18 |
Florian Weimer | Use PTR_MANGLE and PTR_DEMANGLE unconditionally in... |
commit | commitdiff | tree |
2022-10-18 |
Florian Weimer | Introduce <pointer_guard.h>, extracted from <sysdep.h> |
commit | commitdiff | tree |
2022-10-18 |
Florian Weimer | x86-64: Move LP_SIZE definition to its own header |
commit | commitdiff | tree |
2022-10-17 |
Szabolcs Nagy | math: Fix asin and acos invalid exception with old gcc |
commit | commitdiff | tree |
next |