aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64
AgeCommit message (Expand)AuthorFilesLines
2019-02-27wcsmbs: optimize wcscatAdhemerval Zanella2-5/+10
2019-02-12Add fall-through comments.Joseph Myers1-0/+2
2019-02-04Fix handling of collating elements in fnmatch (bug 17396, bug 16976)Andreas Schwab1-1/+2
2019-02-04x86-64 memcmp: Use unsigned Jcc instructions on size [BZ #24155]H.J. Lu3-9/+93
2019-01-21x86-64 strnlen/wcsnlen: Properly handle the length parameter [BZ# 24097]H.J. Lu5-11/+106
2019-01-21x86-64 strncpy: Properly handle the length parameter [BZ# 24097]H.J. Lu5-8/+66
2019-01-21x86-64 strncmp family: Properly handle the length parameter [BZ# 24097]H.J. Lu7-11/+170
2019-01-21x86-64 memset/wmemset: Properly handle the length parameter [BZ# 24097]H.J. Lu5-16/+121
2019-01-21x86-64 memrchr: Properly handle the length parameter [BZ# 24097]H.J. Lu4-5/+63
2019-01-21x86-64 memcpy: Properly handle the length parameter [BZ# 24097]H.J. Lu6-42/+122
2019-01-21x86-64 memcmp/wmemcmp: Properly handle the length parameter [BZ# 24097]H.J. Lu6-9/+114
2019-01-21x86-64 memchr/wmemchr: Properly handle the length parameter [BZ# 24097]H.J. Lu6-5/+148
2019-01-14x86-64: Optimize strcat/strncat, strcpy/strncpy and stpcpy/stpncpy with AVX2Leonardo Sandoval15-6/+1337
2019-01-03x86_64: Remove wrong THREAD_ATOMIC_* macrosAdhemerval Zanella1-37/+0
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers504-504/+504
2018-12-26x86-64: Remove s_sincosf-sse2.SH.J. Lu3-568/+2
2018-12-26Regenerate sysdeps/x86_64/fpu/libm-test-ulpsH.J. Lu1-0/+6
2018-12-26x86-64: Vectorize sincosf_poly and update s_sincosf-fma.cH.J. Lu1-270/+1
2018-12-18x86: Merge i386/x86_64 atomic-machine.hH.J. Lu1-482/+0
2018-12-03x86: Extend CPUID support in struct cpu_featuresH.J. Lu2-3/+3
2018-11-21Remove the error handling wrapper from powSzabolcs Nagy4-5/+8
2018-11-21Remove the error handling wrapper from logSzabolcs Nagy5-4/+10
2018-11-21Remove the error handling wrapper from exp and exp2Szabolcs Nagy5-7/+10
2018-11-09Add support for GCC 9 attribute copy.Martin Sebor18-21/+21
2018-10-17x86: Use _rdtsc intrinsic for HP_TIMING_NOWH.J. Lu2-40/+24
2018-09-20Use trunc functions not __trunc functions in glibc libm.Joseph Myers2-0/+2
2018-09-19Add new pow implementationSzabolcs Nagy1-2/+2
2018-09-17Use ceil functions not __ceil functions in glibc libm.Joseph Myers2-0/+2
2018-09-14Use rint functions not __rint functions in glibc libm.Joseph Myers3-32/+2
2018-09-14Use floor functions not __floor functions in glibc libm.Joseph Myers3-24/+2
2018-09-11Remove x86_64 math_private.h asms.Joseph Myers1-44/+0
2018-09-05Add new exp and exp2 implementationsSzabolcs Nagy1-44/+44
2018-08-31[BZ #20271] Add newlines in __libc_fatal calls.Paul Pluzhnikov1-1/+1
2018-08-28Split fenv_private.h out of math_private.h more consistently.Joseph Myers1-1/+0
2018-08-15Fix spaces in x86_64 ULP fileWilco Dijkstra1-3/+3
2018-08-14Improve performance of sinf and cosfWilco Dijkstra3-2/+44
2018-08-10Move SNAN_TESTS_* out of math-tests.h.Joseph Myers1-0/+34
2018-08-10Improve performance of sincosfWilco Dijkstra1-0/+1
2018-08-10Move __fentry__ version definition to sysdeps/{i386,x86_64}Ilya Leoshkevich1-0/+3
2018-08-06x86: Move STATE_SAVE_OFFSET/STATE_SAVE_MASK to sysdep.hH.J. Lu1-1/+1
2018-08-03x86: Don't include <init-arch.h> in assembly codesH.J. Lu3-3/+0
2018-08-02Rename the glibc.tune namespace to glibc.cpuSiddhesh Poyarekar1-2/+2
2018-07-25x86: Rename __glibc_reserved2 to ssp_base in tcbhead_tH.J. Lu2-1/+10
2018-07-24x86-64: Add endbr64 to tst-quadmod[12].SH.J. Lu2-0/+12
2018-07-18x86-64: Use _CET_NOTRACK in memcmp-sse4.SH.J. Lu1-1/+1
2018-07-18x86-64: Use _CET_NOTRACK in memcpy-ssse3.SH.J. Lu1-62/+62
2018-07-18x86-64: Use _CET_NOTRACK in memcpy-ssse3-back.SH.J. Lu1-3/+3
2018-07-18x86-64: Use _CET_NOTRACK in strcmp-sse42.SH.J. Lu1-1/+1
2018-07-18x86-64: Use _CET_NOTRACK in strcpy-sse2-unaligned.SH.J. Lu1-1/+1
2018-07-18x86_64: Use _CET_NOTRACK in strcmp.SH.J. Lu1-1/+1