aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64
AgeCommit message (Expand)Author
2017-03-02Document and fix --enable-bind-now [BZ #21015]Florian Weimer
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg
2017-02-25Allow direct use of math_ldbl.h in testsuite.Zack Weinberg
2017-02-24Run libm tests separately for each function.Joseph Myers
2017-02-17Move tests of catan, catanh to auto-libm-test-*.Joseph Myers
2017-02-17Move tests of casin, casinh to auto-libm-test-*.Joseph Myers
2017-02-17Move tests of cacos, cacosh to auto-libm-test-*.Joseph Myers
2017-02-17Revert header inclusion changes that break math/ testing on x86_64.Joseph Myers
2017-02-16Add missing header files throughout the testsuite.Zack Weinberg
2017-02-15Move most libmvec test contents from .c to .h files.Joseph Myers
2017-02-09x86-64: Verify that _dl_runtime_resolve preserves vector registersH.J. Lu
2017-02-06Remove i686, x86_64, and powerpc strtok implementationsAdhemerval Zanella
2017-02-02Allow IFUNC relocation against unrelocated shared libraryH.J. Lu
2017-01-30Add VZEROUPPER to memset-vec-unaligned-erms.S [BZ #21081]H.J. Lu
2017-01-03Fix x86 strncat optimized implementation for large sizesAdhemerval Zanella
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-27Fix x86_64 memchr for large input sizesAdhemerval Zanella
2016-12-26Do not stack-protect ifunc resolvers [BZ #7065]Nick Alcock
2016-12-21x86_64: tst-quad1pie, tst-quad2pie: compile with -fPIE [BZ #7065]Nick Alcock
2016-12-15Fix x86, x86_64 fmax, fmin sNaN handling, add tests (bug 20947).Joseph Myers
2016-12-06Fix x86_64/x86 powl handling of sNaN arguments (bug 20916).Joseph Myers
2016-11-30ld.so: Remove __libc_memalignFlorian Weimer
2016-11-30Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628]Florian Weimer
2016-11-28X86_64: Don't use PLT nor GOT in static archives [BZ #20750]H.J. Lu
2016-11-24Remove cached PID/TID in cloneAdhemerval Zanella
2016-11-24x86_64: fix static build of __memcpy_chk for compilers defaulting to PIC/PIEAurelien Jarno
2016-11-04Do not hardcode platform names in manual/libm-err-tab.pl (bug 14139).Joseph Myers
2016-10-28Check IFUNC definition in unrelocated shared library [BZ #20019]H.J. Lu
2016-09-30Use __builtin_fma more in dbl-64 code.Joseph Myers
2016-09-07Add femode_t functions.Joseph Myers
2016-09-06X86-64: Add _dl_runtime_resolve_avx[512]_{opt|slow} [BZ #20508]H.J. Lu
2016-09-01Remove unneeded stubs for k_rem_pio2l.Paul E. Murphy
2016-08-26X86-64: Correct CFA in _dl_runtime_resolveH.J. Lu
2016-08-16Add fesetexcept.Joseph Myers
2016-08-02x86_64: Call finite scalar versions in vectorized log, pow, exp (bz #20033).Andrew Senkevich
2016-07-27Don't compile do_test with -mavx/-mavx/-mavx512H.J. Lu
2016-07-12x86-64: Properly align stack in _dl_tlsdesc_dynamic [BZ #20309]H.J. Lu
2016-07-01Require binutils 2.24 to build x86-64 glibc [BZ #20139]H.J. Lu
2016-07-01Fixed wrong vector sincos/sincosf ABI to have it compatible withAndrew Senkevich
2016-06-30Check Prefer_ERMS in memmove/memcpy/mempcpy/memsetH.J. Lu
2016-06-27Avoid "inexact" exceptions in i386/x86_64 trunc functions (bug 15479).Joseph Myers
2016-06-27Avoid "inexact" exceptions in i386/x86_64 floor functions (bug 15479).Joseph Myers
2016-06-27Avoid "inexact" exceptions in i386/x86_64 ceil functions (bug 15479).Joseph Myers
2016-06-23Fix i386/x86_64 scalbl with sNaN input (bug 20296).Joseph Myers
2016-06-22Simplify x86 nearbyint functions.Joseph Myers
2016-06-20Added tests to ensure linkage through libmvec *_finite aliases which areAndrew Senkevich
2016-06-20elf: Consolidate machine-agnostic DTV definitions in <dl-dtv.h>Florian Weimer
2016-06-14Use generic fdim on more architectures (bug 6796, bug 20255, bug 20256).Joseph Myers
2016-06-09Fix i386/x86_64 log2l (sNaN) (bug 20235).Joseph Myers
2016-06-09Always indirect branch to __libc_start_main via GOTH.J. Lu