| Commit message (Expand) | Author | Age | Files | Lines |
* | x86-64 strnlen/wcsnlen: Properly handle the length parameter [BZ# 24097] | H.J. Lu | 2019-01-21 | 1 | -3/+6 |
* | x86-64 strncpy: Properly handle the length parameter [BZ# 24097] | H.J. Lu | 2019-01-21 | 3 | -7/+7 |
* | x86-64 strncmp family: Properly handle the length parameter [BZ# 24097] | H.J. Lu | 2019-01-21 | 2 | -6/+6 |
* | x86-64 memset/wmemset: Properly handle the length parameter [BZ# 24097] | H.J. Lu | 2019-01-21 | 2 | -14/+26 |
* | x86-64 memrchr: Properly handle the length parameter [BZ# 24097] | H.J. Lu | 2019-01-21 | 1 | -2/+2 |
* | x86-64 memcpy: Properly handle the length parameter [BZ# 24097] | H.J. Lu | 2019-01-21 | 4 | -41/+63 |
* | x86-64 memcmp/wmemcmp: Properly handle the length parameter [BZ# 24097] | H.J. Lu | 2019-01-21 | 3 | -7/+16 |
* | x86-64 memchr/wmemchr: Properly handle the length parameter [BZ# 24097] | H.J. Lu | 2019-01-21 | 1 | -2/+6 |
* | x86-64: Optimize strcat/strncat, strcpy/strncpy and stpcpy/stpncpy with AVX2 | Leonardo Sandoval | 2019-01-14 | 15 | -6/+1337 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2019-01-01 | 121 | -121/+121 |
* | x86: Extend CPUID support in struct cpu_features | H.J. Lu | 2018-12-03 | 2 | -3/+3 |
* | Add support for GCC 9 attribute copy. | Martin Sebor | 2018-11-09 | 18 | -21/+21 |
* | x86: Don't include <init-arch.h> in assembly codes | H.J. Lu | 2018-08-03 | 1 | -1/+0 |
* | x86-64: Use _CET_NOTRACK in memcmp-sse4.S | H.J. Lu | 2018-07-18 | 1 | -1/+1 |
* | x86-64: Use _CET_NOTRACK in memcpy-ssse3.S | H.J. Lu | 2018-07-18 | 1 | -62/+62 |
* | x86-64: Use _CET_NOTRACK in memcpy-ssse3-back.S | H.J. Lu | 2018-07-18 | 1 | -3/+3 |
* | x86-64: Use _CET_NOTRACK in strcmp-sse42.S | H.J. Lu | 2018-07-18 | 1 | -1/+1 |
* | x86-64: Use _CET_NOTRACK in strcpy-sse2-unaligned.S | H.J. Lu | 2018-07-18 | 1 | -1/+1 |
* | x86-64: Add _CET_ENDBR to STRCMP_SSE42 | H.J. Lu | 2018-07-17 | 1 | -0/+1 |
* | x86: Make strncmp usable from rtld | Florian Weimer | 2018-06-12 | 1 | -4/+7 |
* | x86-64: Optimize strcmp/wcscmp and strncmp/wcsncmp with AVX2 | Leonardo Sandoval | 2018-06-01 | 12 | -2/+1006 |
* | x86-64: Skip zero length in __mem[pcpy|move|set]_erms | H.J. Lu | 2018-05-23 | 2 | -0/+11 |
* | Don't write beyond destination in __mempcpy_avx512_no_vzeroupper (bug 23196) | Andreas Schwab | 2018-05-23 | 1 | -2/+3 |
* | x86-64: Check Prefer_FSRM in ifunc-memmove.h | H.J. Lu | 2018-05-21 | 1 | -1/+2 |
* | x86-64: remove duplicate line on PREFETCH_ONE_SET macro | Leonardo Sandoval | 2018-05-17 | 1 | -1/+0 |
* | x86-64: Use IFUNC strncat inside libc.so | H.J. Lu | 2018-05-16 | 2 | -2/+6 |
* | x86-64: Remove the unnecessary testl in strlen-avx2.S | H.J. Lu | 2018-05-14 | 1 | -1/+0 |
* | x86-64/memset: Mark the debugger symbol as hidden | H.J. Lu | 2018-05-07 | 1 | -1/+2 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2018-01-01 | 116 | -116/+116 |
* | Remove remaining _HAVE_STRING_ARCH_* definitions (BZ #18858) | Adhemerval Zanella | 2017-09-06 | 6 | -6/+0 |
* | Mark internal SSE2 functions with attribute_hidden [BZ #18822] | H.J. Lu | 2017-08-19 | 2 | -2/+2 |
* | x86-64: Use IFUNC memcpy and mempcpy in libc.a | H.J. Lu | 2017-08-04 | 8 | -36/+22 |
* | x86-64: Test memmove_chk and memset_chk only in libc.so [BZ #21741] | H.J. Lu | 2017-07-10 | 1 | -0/+4 |
* | x86-64: Update comments in IFUNC selectors | H.J. Lu | 2017-07-09 | 16 | -21/+16 |
* | x86-64: Update comments in ifunc-impl-list.c | H.J. Lu | 2017-07-09 | 1 | -16/+16 |
* | x86-64: Optimize memcmp-avx2-movbe.S for short difference | H.J. Lu | 2017-06-27 | 1 | -56/+62 |
* | x86-64: Optimize L(between_2_3) in memcmp-avx2-movbe.S | H.J. Lu | 2017-06-23 | 1 | -4/+2 |
* | x86-64: Fix comment typo in memcmp-avx2-movbe.S | Florian Weimer | 2017-06-23 | 1 | -1/+1 |
* | x86-64: memcmp-avx2-movbe.S needs saturating subtraction [BZ #21662] | Florian Weimer | 2017-06-23 | 1 | -10/+10 |
* | x86-64: Implement strcmp family IFUNC selectors in C | H.J. Lu | 2017-06-21 | 24 | -240/+605 |
* | Fix fallout from bits/string.h removal. | Zack Weinberg | 2017-06-20 | 2 | -0/+4 |
* | Remove bits/string.h. | Zack Weinberg | 2017-06-20 | 1 | -6/+1 |
* | Fix typo when undefining weak_alias | Siddhesh Poyarekar | 2017-06-19 | 1 | -1/+1 |
* | x86-64: Implement strcspn/strpbrk/strspn IFUNC selectors in C | H.J. Lu | 2017-06-15 | 11 | -111/+211 |
* | x86-64: Implement wcscpy IFUNC selector in C | H.J. Lu | 2017-06-15 | 1 | -17/+21 |
* | x86-64: Implement strcat family IFUNC selectors in C | H.J. Lu | 2017-06-15 | 6 | -90/+95 |
* | x86-64: Implement memcmp family IFUNC selectors in C | H.J. Lu | 2017-06-15 | 7 | -113/+126 |
* | x86-64: Implement memset family IFUNC selectors in C | H.J. Lu | 2017-06-15 | 12 | -147/+218 |
* | x86-64: Implement memmove family IFUNC selectors in C | H.J. Lu | 2017-06-14 | 20 | -474/+418 |
* | x86-64: Implement strcpy family IFUNC selectors in C | H.J. Lu | 2017-06-12 | 14 | -131/+258 |