aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86
AgeCommit message (Expand)Author
2016-10-12X86: Don't assert on older Intel CPUs [BZ #20647]H.J. Lu
2016-10-06Add iseqsig.Joseph Myers
2016-09-23Installed header hygiene (BZ#20366): Test of installed headers.Zack Weinberg
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-08-19X86: Change bit_YMM_state to (1 << 2)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-29Avoid array-bounds warning for strncat on i586 (bug 20260)Andreas Schwab
2016-06-07Check FMA after COMMON_CPUID_INDEX_80000001H.J. Lu
2016-05-27Count number of logical processors sharing L2 cacheH.J. Lu
2016-05-20Remove special L2 cache case for Knights LandingH.J. Lu
2016-05-19Correct Intel processor level type mask from CPUIDH.J. Lu
2016-05-19Check the HTT bit before counting logical threadsH.J. Lu
2016-05-13Support non-inclusive caches on Intel processorsH.J. Lu
2016-05-11Remove x86 ifunc-defines.sym and rtld-global-offsets.symH.J. Lu
2016-05-08Move sysdeps/x86_64/cacheinfo.c to sysdeps/x86H.J. Lu
2016-04-15Detect Intel Goldmont and Airmont processorsH.J. Lu
2016-04-01Remove Fast_Copy_Backward from Intel Core processorsH.J. Lu
2016-03-28Initial Enhanced REP MOVSB/STOSB (ERMS) supportH.J. Lu
2016-03-28[x86] Add a feature bit: Fast_Unaligned_CopyH.J. Lu
2016-03-22Set index_arch_AVX_Fast_Unaligned_Load only for Intel processorsH.J. Lu
2016-03-10Add _arch_/_cpu_ to index_*/bit_* in x86 cpu-features.hH.J. Lu
2016-03-08Define _HAVE_STRING_ARCH_mempcpy to 1 for x86H.J. Lu
2016-02-18Add _STRING_INLINE_unaligned and string_private.hH.J. Lu
2016-01-14Set index_Fast_Unaligned_Load for Excavator family CPUsAmit Pawar
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-12-19Added memset optimized with AVX512 for KNL hardware.Andrew Senkevich
2015-12-15Add Prefer_MAP_32BIT_EXEC to map executable pages with MAP_32BIThjl/32bit/masterH.J. Lu
2015-12-15Enable Silvermont optimizations for Knights LandingH.J. Lu
2015-12-07Utilize x86_64 vector math functions w/o -fopenmp.Andrew Senkevich
2015-11-30Update family and model detection for AMD CPUsH.J. Lu
2015-11-27Better workaround for aliases of *_finite symbols in vector math library.Andrew Senkevich
2015-11-14Run tst-prelink test for GLOB_DAT relocH.J. Lu
2015-11-10Add a test for prelink outputH.J. Lu
2015-10-28Handle more state in i386/x86_64 fesetenv (bug 16068).Joseph Myers
2015-10-28Fix i386/x86_64 fesetenv SSE exception clearing (bug 19181).Joseph Myers
2015-09-25Fix pow missing underflows (bug 18825).Joseph Myers
2015-09-04Rename bits/linkmap.h to linkmap.h (bug 14912).Joseph Myers
2015-08-27Detect and select i586/i686 implementation at run-timefedora/masterH.J. Lu
2015-08-26Don't disable SSE in x86-64 ld.soH.J. Lu
2015-08-20Move x86_64 init-arch.h to sysdeps/x86/init-arch.hH.J. Lu
2015-08-20nptl: Document crash due to incorrect use of locksFlorian Weimer
2015-08-19Also check __i586__/__i686__ for HAS_I586/HAS_I686H.J. Lu
2015-08-18Define HAS_CPUID/HAS_I586/HAS_I686 from -march=H.J. Lu
2015-08-13Check if cpuid is available in init_cpu_featuresH.J. Lu
2015-08-13Add _dl_x86_cpu_features to rtld_globalH.J. Lu
2015-07-09Preserve bound registers for pointer pass/returnIgor Zamyatin
2015-07-07Do not create invalid pointers in C code of string functions.Torvald Riegel
2015-06-18Vector sincosf for x86_64 and tests.Andrew Senkevich