aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64
AgeCommit message (Expand)AuthorFilesLines
2017-09-12x86: Add MathVec_Prefer_No_AVX512 to cpu-features [BZ #21967]H.J. Lu1-5/+8
2017-09-11x86: Add x86_64 to x86-64 HWCAP [BZ #22093]H.J. Lu3-0/+65
2017-09-08Update x86_64 ulps for AMD Ryzen.Markus Trippelsdorf1-2/+2
2017-09-06Remove remaining _HAVE_STRING_ARCH_* definitions (BZ #18858)Adhemerval Zanella6-6/+0
2017-09-01Obsolete pow10 functions.Joseph Myers1-30/+0
2017-08-31elf: Remove internal_function attributeFlorian Weimer3-4/+2
2017-08-28x86_64 __redirect_ieee754_expf: Change double to floatH.J. Lu1-1/+1
2017-08-23x86-64: Regenerate libm-test-ulps for AVX512 mathvec testsH.J. Lu1-2/+2
2017-08-23x86_64: Replace AVX512F .byte sequences with instructionsH.J. Lu6-290/+32
2017-08-19Mark internal SSE2 functions with attribute_hidden [BZ #18822]H.J. Lu2-2/+2
2017-08-18x86-64: Check FMA_Usable in ifunc-mathvec-avx2.h [BZ #21966]H.J. Lu1-1/+2
2017-08-16x86-64: Optimize e_expf with FMA [BZ #21912]H.J. Lu4-0/+245
2017-08-15x86-64: Align L(SP_RANGE)/L(SP_INF_0) to 8 bytes [BZ #21955]H.J. Lu1-2/+2
2017-08-10ld.so: Introduce struct dl_exceptionFlorian Weimer1-0/+2
2017-08-07x86-64: Add FMA multiarch functions to libmH.J. Lu32-105/+493
2017-08-04x86-64: Implement libmathvec IFUNC selectors in CH.J. Lu76-619/+1181
2017-08-04x86-64: Implement libm IFUNC selectors in CH.J. Lu18-120/+287
2017-08-04x86-64: Use IFUNC memcpy and mempcpy in libc.aH.J. Lu9-38/+24
2017-08-04Check linker support for INSERT in linker scriptH.J. Lu1-0/+2
2017-08-04x86: Remove __memset_zero_constant_len_parameter [BZ #21790]H.J. Lu1-6/+0
2017-08-02x86-64: Check PIC instead of SHARED in start.SH.J. Lu1-1/+1
2017-07-10x86-64: Test memmove_chk and memset_chk only in libc.so [BZ #21741]H.J. Lu1-0/+4
2017-07-09x86-64: Update comments in IFUNC selectorsH.J. Lu16-21/+16
2017-07-09x86-64: Update comments in ifunc-impl-list.cH.J. Lu1-16/+16
2017-07-06x86-64: Align the stack in __tls_get_addr [BZ #21609]H.J. Lu6-2/+130
2017-06-28Require binutils 2.25 or later to build glibc.Joseph Myers2-70/+0
2017-06-27x86-64: Optimize memcmp-avx2-movbe.S for short differenceH.J. Lu1-56/+62
2017-06-26Add float128 support for x86_64, x86.Joseph Myers2-0/+565
2017-06-23x86-64: Optimize L(between_2_3) in memcmp-avx2-movbe.SH.J. Lu1-4/+2
2017-06-23x86-64: Fix comment typo in memcmp-avx2-movbe.SFlorian Weimer1-1/+1
2017-06-23x86-64: memcmp-avx2-movbe.S needs saturating subtraction [BZ #21662]Florian Weimer1-10/+10
2017-06-21x86-64: Implement strcmp family IFUNC selectors in CH.J. Lu24-240/+605
2017-06-20Use locale_t, not __locale_t, throughout glibcZack Weinberg2-2/+2
2017-06-20Fix fallout from bits/string.h removal.Zack Weinberg2-0/+4
2017-06-20Remove bits/string.h.Zack Weinberg1-6/+1
2017-06-19Fix typo when undefining weak_aliasSiddhesh Poyarekar1-1/+1
2017-06-15x86-64: Implement strcspn/strpbrk/strspn IFUNC selectors in CH.J. Lu13-115/+213
2017-06-15x86-64: Implement wcscpy IFUNC selector in CH.J. Lu1-17/+21
2017-06-15x86-64: Implement strcat family IFUNC selectors in CH.J. Lu6-90/+95
2017-06-15x86-64: Implement memcmp family IFUNC selectors in CH.J. Lu7-113/+126
2017-06-15x86-64: Implement memset family IFUNC selectors in CH.J. Lu12-147/+218
2017-06-14x86-64: Implement memmove family IFUNC selectors in CH.J. Lu20-474/+418
2017-06-14Remove __need macros from errno.h (__need_Emath, __need_error_t).Zack Weinberg3-6/+3
2017-06-14PowerPC64 ELFv2 PPC64_OPT_LOCALENTRYAlan Modra1-0/+1
2017-06-12x86-64: Implement strcpy family IFUNC selectors in CH.J. Lu14-131/+258
2017-06-09x86-64: Correct comments in ifunc-impl-list.cH.J. Lu1-6/+6
2017-06-09x86-64: Optimize strrchr/wcsrchr with AVX2H.J. Lu8-0/+368
2017-06-09x86-64: Optimize memrchr with AVX2H.J. Lu5-0/+424
2017-06-09x86-64: Optimize strchr/strchrnul/wcschr with AVX2H.J. Lu12-58/+492
2017-06-09x86-64: Optimize strlen/strnlen/wcslen/wcsnlen with AVX2H.J. Lu13-1/+621