aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86
AgeCommit message (Expand)AuthorFilesLines
2018-08-28Split fenv_private.h out of math_private.h more consistently.Joseph Myers1-0/+497
2018-08-10Move SNAN_TESTS_* out of math-tests.h.Joseph Myers1-25/+0
2018-08-06x86: Move STATE_SAVE_OFFSET/STATE_SAVE_MASK to sysdep.hH.J. Lu2-14/+9
2018-08-03x86: Cleanup cpu-features-offsets.symH.J. Lu1-19/+1
2018-08-02Rename the glibc.tune namespace to glibc.cpuSiddhesh Poyarekar6-11/+11
2018-08-01x86: Rename get_common_indeces to get_common_indicesH.J. Lu1-4/+4
2018-07-30x86/CET: Fix property note parser [BZ #23467]H.J. Lu1-9/+20
2018-07-30x86: Add tst-get-cpu-features-static to $(tests) [BZ #23458]H.J. Lu1-1/+1
2018-07-27x86/CET: Don't parse beyond the note endH.J. Lu1-1/+1
2018-07-26x86: Populate COMMON_CPUID_INDEX_80000001 for Intel CPUs [BZ #23459]H.J. Lu2-10/+19
2018-07-26x86: Correct index_cpu_LZCNT [BZ # 23456]H.J. Lu1-1/+1
2018-07-25x86/CET: Add tests with legacy non-CET shared objectsH.J. Lu12-0/+293
2018-07-24x86/CET: Extend arch_prctl syscall for CET controlH.J. Lu1-0/+3
2018-07-24Add <bits/indirect-return.h>H.J. Lu1-0/+37
2018-07-17x86: Always include <dl-cet.h>/cet-tunables.h> for --enable-cetH.J. Lu1-2/+5
2018-07-16x86: Support IBT and SHSTK in Intel CET [BZ #21598]H.J. Lu14-0/+979
2018-07-14x86: Support shadow stack pointer in setjmp/longjmpH.J. Lu2-0/+2
2018-07-14x86: Rename __glibc_reserved1 to feature_1 in tcbhead_t [BZ #22563]H.J. Lu2-0/+50
2018-07-06Use AVX_Fast_Unaligned_Load from Zen onwards.Amit Pawar1-5/+13
2018-05-21x86-64: Check Prefer_FSRM in ifunc-memmove.hH.J. Lu2-0/+4
2018-05-21Initial Fast Short REP MOVSB (FSRM) supportH.J. Lu1-0/+3
2018-05-14x86: Add sysdeps/x86/ldsodefs.hH.J. Lu1-0/+66
2018-05-10Move math_check_force_underflow macros to separate math-underflow.h.Joseph Myers1-0/+1
2018-05-09Move math_opt_barrier, math_force_eval to separate math-barriers.h.Joseph Myers1-0/+61
2018-05-02x86: Use pad in pthread_unwind_buf to preserve shadow stack registerH.J. Lu4-0/+140
2018-03-16Remove sysdeps/x86/fpu/bits/mathinline.h __finite inline.Joseph Myers1-13/+0
2018-03-15Remove all target specific __ieee754_sqrt(f/l) inlinesWilco Dijkstra1-1/+0
2018-03-15Remove more old-compilers parts of sysdeps/x86/fpu/bits/mathinline.h.Joseph Myers1-183/+0
2018-03-14Remove old-GCC parts of x86 bits/mathinline.h.Joseph Myers1-306/+0
2018-02-06Unify and simplify bits/byteswap.h, bits/byteswap-16.h headers (bug 14508, bu...Joseph Myers2-204/+0
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers40-40/+40
2017-11-27Add _Float64x function aliases.Joseph Myers2-0/+12
2017-11-17Support bits/floatn.h inclusion from .S files.Joseph Myers1-28/+32
2017-11-07nptl: Define __PTHREAD_MUTEX_{NUSERS_AFTER_KIND,USE_UNION}Adhemerval Zanella1-0/+7
2017-11-01x86: Add sysdeps/x86/sysdep.hH.J. Lu1-0/+69
2017-10-30sysdeps/x86/libc-start.c: Add /* !SHARED */H.J. Lu1-1/+1
2017-10-30Reformat sysdeps/x86/libc-start.cH.J. Lu1-3/+3
2017-10-24Update x86 fix-fp-int-compare-invalid.h for GCC 8.Joseph Myers1-2/+6
2017-10-20Add bits/floatn.h defines for more _FloatN / _FloatNx types.Joseph Myers1-0/+2
2017-10-20x86-64: Use fxsave/xsave/xsavec in _dl_runtime_resolve [BZ #21265]H.J. Lu4-31/+109
2017-10-19x86-64: Don't set GLRO(dl_platform) to NULL [BZ #22299]H.J. Lu1-4/+8
2017-10-17Add common ifunc-init.h headerAdhemerval Zanella1-40/+1
2017-09-28Remove ancient __signbit inlinesWilco Dijkstra1-38/+0
2017-09-28Simplify C99 isgreater macrosWilco Dijkstra1-93/+0
2017-09-12x86: Add MathVec_Prefer_No_AVX512 to cpu-features [BZ #21967]H.J. Lu2-0/+9
2017-09-11x86: Add x86_64 to x86-64 HWCAP [BZ #22093]H.J. Lu3-8/+11
2017-09-03hurd: fix libm linkSamuel Thibault1-1/+1
2017-08-31Simplify HUGE_VAL definitions.Joseph Myers1-41/+0
2017-08-25x86: Remove assembly versions of index_cpu_*/index_arch_*H.J. Lu1-42/+1
2017-08-14x86: Add IBT/SHSTK bits to cpu-featuresH.J. Lu2-0/+10