aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64
AgeCommit message (Expand)AuthorFilesLines
2017-05-11Suppress internal declarations for most of the testsuite.Zack Weinberg3-7/+11
2017-05-03x86: Set dl_platform and dl_hwcap from CPU features [BZ #21391]H.J. Lu1-5/+5
2017-04-18x86: Use AVX2 memcpy/memset on Skylake server [BZ #21396]H.J. Lu8-0/+16
2017-04-10Add sysdeps/x86/dl-procinfo.cH.J. Lu1-13/+1
2017-04-04Remove CALL_THREAD_FCT macroAdhemerval Zanella2-58/+0
2017-03-21x86-64: Improve branch predication in _dl_runtime_resolve_avx512_opt [BZ #21258]H.J. Lu2-6/+6
2017-03-15x86_64: fix static build of __mempcpy_chk for compilers defaulting to PIC/PIEMike Frysinger1-1/+1
2017-03-02Document and fix --enable-bind-now [BZ #21015]Florian Weimer1-1/+1
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg2-4/+8
2017-02-25Allow direct use of math_ldbl.h in testsuite.Zack Weinberg1-5/+26
2017-02-24Run libm tests separately for each function.Joseph Myers15-250/+9
2017-02-17Move tests of catan, catanh to auto-libm-test-*.Joseph Myers1-10/+22
2017-02-17Move tests of casin, casinh to auto-libm-test-*.Joseph Myers1-38/+38
2017-02-17Move tests of cacos, cacosh to auto-libm-test-*.Joseph Myers1-28/+28
2017-02-17Revert header inclusion changes that break math/ testing on x86_64.Joseph Myers2-3/+7
2017-02-16Add missing header files throughout the testsuite.Zack Weinberg9-7/+17
2017-02-15Move most libmvec test contents from .c to .h files.Joseph Myers16-82/+222
2017-02-09x86-64: Verify that _dl_runtime_resolve preserves vector registersH.J. Lu9-4/+405
2017-02-06Remove i686, x86_64, and powerpc strtok implementationsAdhemerval Zanella2-213/+0
2017-02-02Allow IFUNC relocation against unrelocated shared libraryH.J. Lu1-1/+1
2017-01-30Add VZEROUPPER to memset-vec-unaligned-erms.S [BZ #21081]H.J. Lu1-0/+2
2017-01-03Fix x86 strncat optimized implementation for large sizesAdhemerval Zanella1-0/+2
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers350-350/+350
2016-12-27Fix x86_64 memchr for large input sizesAdhemerval Zanella1-0/+6
2016-12-26Do not stack-protect ifunc resolvers [BZ #7065]Nick Alcock1-0/+1
2016-12-21x86_64: tst-quad1pie, tst-quad2pie: compile with -fPIE [BZ #7065]Nick Alcock1-0/+3
2016-12-15Fix x86, x86_64 fmax, fmin sNaN handling, add tests (bug 20947).Joseph Myers6-12/+120
2016-12-06Fix x86_64/x86 powl handling of sNaN arguments (bug 20916).Joseph Myers1-4/+23
2016-11-30ld.so: Remove __libc_memalignFlorian Weimer1-4/+2
2016-11-30Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628]Florian Weimer1-0/+3
2016-11-28X86_64: Don't use PLT nor GOT in static archives [BZ #20750]H.J. Lu1-1/+2
2016-11-24Remove cached PID/TID in cloneAdhemerval Zanella1-1/+0
2016-11-24x86_64: fix static build of __memcpy_chk for compilers defaulting to PIC/PIEAurelien Jarno1-1/+1
2016-11-04Do not hardcode platform names in manual/libm-err-tab.pl (bug 14139).Joseph Myers1-0/+1
2016-10-28Check IFUNC definition in unrelocated shared library [BZ #20019]H.J. Lu1-1/+17
2016-09-30Use __builtin_fma more in dbl-64 code.Joseph Myers1-8/+0
2016-09-07Add femode_t functions.Joseph Myers2-0/+78
2016-09-06X86-64: Add _dl_runtime_resolve_avx[512]_{opt|slow} [BZ #20508]H.J. Lu3-3/+145
2016-09-01Remove unneeded stubs for k_rem_pio2l.Paul E. Murphy1-1/+0
2016-08-26X86-64: Correct CFA in _dl_runtime_resolveH.J. Lu1-0/+2
2016-08-16Add fesetexcept.Joseph Myers1-0/+31
2016-08-02x86_64: Call finite scalar versions in vectorized log, pow, exp (bz #20033).Andrew Senkevich24-54/+54
2016-07-27Don't compile do_test with -mavx/-mavx/-mavx512H.J. Lu11-78/+141
2016-07-12x86-64: Properly align stack in _dl_tlsdesc_dynamic [BZ #20309]H.J. Lu1-6/+7
2016-07-01Require binutils 2.24 to build x86-64 glibc [BZ #20139]H.J. Lu28-103/+136
2016-07-01Fixed wrong vector sincos/sincosf ABI to have it compatible withAndrew Senkevich31-39/+2450
2016-06-30Check Prefer_ERMS in memmove/memcpy/mempcpy/memsetH.J. Lu5-1/+17
2016-06-27Avoid "inexact" exceptions in i386/x86_64 trunc functions (bug 15479).Joseph Myers1-5/+8
2016-06-27Avoid "inexact" exceptions in i386/x86_64 floor functions (bug 15479).Joseph Myers1-5/+10
2016-06-27Avoid "inexact" exceptions in i386/x86_64 ceil functions (bug 15479).Joseph Myers1-5/+10