aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64
AgeCommit message (Expand)AuthorFilesLines
2018-06-12i386: Change offset of __private_ss to 0x30 [BZ #23250]H.J. Lu1-0/+10
2018-06-12x86: Make strncmp usable from rtldFlorian Weimer1-4/+7
2018-06-08Mark _init and _fini as hidden [BZ #23145]H.J. Lu1-0/+2
2018-06-01x86-64: Optimize strcmp/wcscmp and strncmp/wcsncmp with AVX2Leonardo Sandoval13-2/+1008
2018-05-30Update ulps with "make regen-ulps" on AMD Ryzen 7 1800X.Paul Pluzhnikov1-1/+1
2018-05-23x86-64: Skip zero length in __mem[pcpy|move|set]_ermsH.J. Lu2-0/+11
2018-05-23Don't write beyond destination in __mempcpy_avx512_no_vzeroupper (bug 23196)Andreas Schwab1-2/+3
2018-05-21x86-64: Check Prefer_FSRM in ifunc-memmove.hH.J. Lu1-1/+2
2018-05-17x86-64: remove duplicate line on PREFETCH_ONE_SET macroLeonardo Sandoval1-1/+0
2018-05-17nptl: Remove __ASSUME_PRIVATE_FUTEXH.J. Lu2-7/+0
2018-05-16x86-64: Use IFUNC strncat inside libc.soH.J. Lu2-2/+6
2018-05-14x86: Add sysdeps/x86/ldsodefs.hH.J. Lu1-56/+0
2018-05-14x86-64: Remove the unnecessary testl in strlen-avx2.SH.J. Lu1-1/+0
2018-05-07x86-64/memset: Mark the debugger symbol as hiddenH.J. Lu1-1/+2
2018-04-04elf: Unify symbol address run-time calculation [BZ #19818]Maciej W. Rozycki1-2/+1
2018-04-03[PATCH 1/7] sin/cos slow paths: avoid slow paths for small inputsWilco Dijkstra1-0/+6
2018-03-21Use x86_64 backtrace as generic version.Joseph Myers1-134/+0
2018-03-15Remove all target specific __ieee754_sqrt(f/l) inlinesWilco Dijkstra1-32/+0
2018-03-11hurd: add gscope supportSamuel Thibault1-0/+1
2018-02-15Remove mplog and mpexpWilco Dijkstra10-75/+3
2018-02-12Remove slow paths from expSzabolcs Nagy7-36/+3
2018-02-12Remove slow paths from powWilco Dijkstra8-40/+6
2018-02-05x86-64: Use __glibc_likely/__glibc_likely in dl-machine.hH.J. Lu1-7/+7
2018-01-25Revert Intel CET changes to __jmp_buf_tag (Bug 22743)Carlos O'Donell2-5/+1
2018-01-17x86-64: Properly align La_x86_64_retval to VEC_SIZE [BZ #22715]H.J. Lu1-2/+10
2018-01-16Use LIBGCC_S_SO in x86_64 backtrace.Joseph Myers1-1/+2
2018-01-08x86-64: Add sincosf with vector FMAH.J. Lu5-2/+275
2018-01-06hurd: Fix build without NO_HIDDENSamuel Thibault1-0/+4
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers501-501/+501
2017-12-19Revert exp reimplementation (causes test failures).Joseph Myers8-13/+44
2017-12-19Update x86_64 libm-test-ulps.Joseph Myers1-8/+10
2017-12-19Improve __ieee754_exp() performance by greater than 5x on sparc/x86.Patrick McGehearty7-36/+3
2017-12-19x86: Add feature_1 to tcbhead_t [BZ #22563]H.J. Lu2-1/+5
2017-12-15Add --enable-static-pie configure option to build static PIE [BZ #19574]H.J. Lu2-0/+58
2017-12-14x86-64: Remove sysdeps/x86_64/fpu/s_cosf.SH.J. Lu1-533/+0
2017-12-12x86-64: Add cosf with FMAH.J. Lu4-2/+35
2017-12-07x86-64: Add sinf with FMAH.J. Lu4-1/+36
2017-12-07x86-64: Remove sysdeps/x86_64/fpu/s_sinf.SH.J. Lu1-559/+0
2017-11-29Use libm_alias_float for x86_64.Joseph Myers20-21/+56
2017-11-29Use libm_alias_double for x86_64.Joseph Myers15-17/+40
2017-11-17Use libm_alias_ldouble in sysdeps/x86_64/fpu.Joseph Myers11-12/+23
2017-11-07nptl: Add tests for internal pthread_mutex_t offsetsAdhemerval Zanella1-0/+5
2017-11-01x86: Add sysdeps/x86/sysdep.hH.J. Lu1-41/+1
2017-10-25Replace "if if " with "if " in commentsH.J. Lu3-3/+3
2017-10-22x86-64: Add powf with FMAH.J. Lu3-1/+49
2017-10-22x86-64: Add log2f with FMAH.J. Lu3-1/+45
2017-10-22x86-64: Add logf with FMAH.J. Lu3-1/+45
2017-10-22x86-64: Add exp2f with FMAH.J. Lu3-1/+42
2017-10-22x86-64: Replace assembly versions of e_expf with generic e_expf.cH.J. Lu7-529/+29
2017-10-20x86-64: Use fxsave/xsave/xsavec in _dl_runtime_resolve [BZ #21265]H.J. Lu4-275/+121