Age | Commit message (Expand) | Author | Files | Lines |
2022-10-24 | Remove all assembly optimizations for htonl and htons | Adhemerval Zanella | 5 | -175/+0 |
2022-10-24 | Remove htonl.S for i386/x86_64 | Cristian RodrÃguez | 2 | -68/+0 |
2022-10-24 | Fix BZ #29463 in the ibm128 implementation of y1l too | Michael Hudson-Doyle | 1 | -0/+3 |
2022-10-24 | Add ADDRB from Linux 6.0 to bits/termios-c_cflag.h | Joseph Myers | 3 | -0/+12 |
2022-10-20 | x86: Use `testb` for FSRM check in memmove-vec-unaligned-erms | Noah Goldstein | 1 | -0/+4 |
2022-10-20 | x86: Use `testb` for case-locale check in str{n}casecmp-sse42 | Noah Goldstein | 1 | -2/+2 |
2022-10-20 | x86: Use `testb` for case-locale check in str{n}casecmp-sse2 | Noah Goldstein | 1 | -2/+2 |
2022-10-20 | x86: Use `testb` for case-locale check in str{n}casecmp-avx2 | Noah Goldstein | 1 | -1/+1 |
2022-10-20 | x86: Add support for VEC_SIZE == 64 in strcmp-evex.S impl | Noah Goldstein | 1 | -246/+438 |
2022-10-20 | x86: Remove AVX512-BVMI2 instruction from strrchr-evex.S | Noah Goldstein | 1 | -40/+29 |
2022-10-20 | sysdeps: arm: Fix preconfigure script for ARMv8/v9 targets [BZ #29698] | Felix Riemann | 2 | -2/+2 |
2022-10-20 | linux: Avoid shifting a negative signed on POSIX timer interface | Adhemerval Zanella | 4 | -9/+27 |
2022-10-19 | x86: Optimize strrchr-evex.S and implement with VMM headers | Noah Goldstein | 1 | -171/+200 |
2022-10-19 | x86: Optimize memrchr-evex.S | Noah Goldstein | 1 | -214/+324 |
2022-10-19 | x86: Optimize strnlen-evex.S and implement with VMM headers | Noah Goldstein | 3 | -404/+572 |
2022-10-19 | x86: Shrink / minorly optimize strchr-evex and implement with VMM headers | Noah Goldstein | 1 | -218/+340 |
2022-10-19 | x86: Optimize memchr-evex.S and implement with VMM headers | Noah Goldstein | 3 | -410/+851 |
2022-10-18 | x86_64: Implement evex512 version of memchr, rawmemchr and wmemchr | Sunil K Pandey | 6 | -0/+346 |
2022-10-18 | Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sources | Florian Weimer | 22 | -46/+12 |
2022-10-18 | Introduce <pointer_guard.h>, extracted from <sysdep.h> | Florian Weimer | 102 | -509/+911 |
2022-10-18 | x86-64: Move LP_SIZE definition to its own header | Florian Weimer | 4 | -11/+48 |
2022-10-17 | math: Fix asin and acos invalid exception with old gcc | Szabolcs Nagy | 1 | -16/+2 |
2022-10-14 | x86: Update strlen-evex-base to use new reg/vec macros. | Noah Goldstein | 2 | -76/+44 |
2022-10-14 | x86: Remove now unused vec header macros. | Noah Goldstein | 7 | -328/+0 |
2022-10-14 | x86: Update memset to use new VEC macros | Noah Goldstein | 6 | -99/+43 |
2022-10-14 | x86: Update memmove to use new VEC macros | Noah Goldstein | 6 | -221/+132 |
2022-10-14 | x86: Update memrchr to use new VEC macros | Noah Goldstein | 1 | -21/+21 |
2022-10-14 | x86: Update VEC macros to complete API for evex/evex512 impls | Noah Goldstein | 9 | -0/+635 |
2022-10-12 | Add AArch64 HWCAP2_EBF16 from Linux 6.0 to bits/hwcap.h | Joseph Myers | 1 | -0/+1 |
2022-10-10 | elf: Remove -fno-tree-loop-distribute-patterns usage on dl-support | Adhemerval Zanella | 8 | -0/+221 |
2022-10-10 | Expose all MAP_ constants in <sys/mman.h> unconditionally (bug 29375) | Andreas Schwab | 9 | -110/+82 |
2022-10-08 | LoongArch: Fix the condition to use PC-relative addressing in start.S | Xi Ruoyao | 3 | -12/+47 |
2022-10-07 | arm: Enable USE_ATOMIC_COMPILER_BUILTINS (BZ #24774) | Adhemerval Zanella | 1 | -1/+1 |
2022-10-06 | elf: Remove _dl_string_hwcap | Javier Pello | 10 | -83/+0 |
2022-10-06 | elf: Remove hwcap parameter from add_to_cache signature | Javier Pello | 1 | -1/+1 |
2022-10-06 | x86_64: Remove platform directory library loading test | Javier Pello | 3 | -64/+0 |
2022-10-05 | Update kernel version to 6.0 in header constant tests | Joseph Myers | 3 | -4/+4 |
2022-10-05 | x86: Fix -Os build (BZ #29576) | Adhemerval Zanella Netto | 1 | -0/+18 |
2022-10-05 | Regenerate sysdeps/mach/hurd/bits/errno.h | Joseph Myers | 1 | -0/+1 |
2022-10-05 | Update syscall lists for Linux 6.0 | Joseph Myers | 1 | -2/+2 |
2022-10-03 | x86-64: Require BMI1/BMI2 for AVX2 strrchr and wcsrchr implementations | Aurelien Jarno | 3 | -3/+16 |
2022-10-03 | x86-64: Require BMI2 and LZCNT for AVX2 memrchr implementation | Aurelien Jarno | 3 | -2/+10 |
2022-10-03 | x86-64: Require BMI2 for AVX2 (raw|w)memchr implementations | Aurelien Jarno | 1 | -3/+9 |
2022-10-03 | x86-64: Require BMI2 for AVX2 wcs(n)cmp implementations | Aurelien Jarno | 1 | -2/+6 |
2022-10-03 | x86-64: Require BMI2 for AVX2 strncmp implementation | Aurelien Jarno | 2 | -4/+7 |
2022-10-03 | x86-64: Require BMI2 for AVX2 strcmp implementation | Aurelien Jarno | 2 | -3/+5 |
2022-10-03 | x86-64: Require BMI2 for AVX2 str(n)casecmp implementations | Aurelien Jarno | 2 | -8/+21 |
2022-10-03 | x86: include BMI1 and BMI2 in x86-64-v3 level | Aurelien Jarno | 1 | -0/+2 |
2022-10-03 | x86: Cleanup pthread_spin_{try}lock.S | Noah Goldstein | 2 | -12/+29 |
2022-10-03 | x86: Remove .tfloat usage | Adhemerval Zanella | 9 | -26/+47 |