aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86
AgeCommit message (Expand)AuthorFilesLines
2015-12-19Added memset optimized with AVX512 for KNL hardware.Andrew Senkevich2-0/+6
2015-12-15Add Prefer_MAP_32BIT_EXEC to map executable pages with MAP_32BIThjl/32bit/masterH.J. Lu1-0/+3
2015-12-15Enable Silvermont optimizations for Knights LandingH.J. Lu1-0/+3
2015-12-07Utilize x86_64 vector math functions w/o -fopenmp.Andrew Senkevich1-0/+6
2015-11-30Update family and model detection for AMD CPUsH.J. Lu1-12/+15
2015-11-27Better workaround for aliases of *_finite symbols in vector math library.Andrew Senkevich1-29/+0
2015-11-14Run tst-prelink test for GLOB_DAT relocH.J. Lu3-46/+0
2015-11-10Add a test for prelink outputH.J. Lu3-0/+46
2015-10-28Handle more state in i386/x86_64 fesetenv (bug 16068).Joseph Myers3-1/+347
2015-10-28Fix i386/x86_64 fesetenv SSE exception clearing (bug 19181).Joseph Myers2-1/+47
2015-09-25Fix pow missing underflows (bug 18825).Joseph Myers1-0/+1
2015-09-04Rename bits/linkmap.h to linkmap.h (bug 14912).Joseph Myers1-0/+0
2015-08-27Detect and select i586/i686 implementation at run-timefedora/masterH.J. Lu3-3/+38
2015-08-26Don't disable SSE in x86-64 ld.soH.J. Lu2-114/+0
2015-08-20Move x86_64 init-arch.h to sysdeps/x86/init-arch.hH.J. Lu1-0/+22
2015-08-20nptl: Document crash due to incorrect use of locksFlorian Weimer1-1/+3
2015-08-19Also check __i586__/__i686__ for HAS_I586/HAS_I686H.J. Lu1-8/+9
2015-08-18Define HAS_CPUID/HAS_I586/HAS_I686 from -march=H.J. Lu2-2/+29
2015-08-13Check if cpuid is available in init_cpu_featuresH.J. Lu1-0/+12
2015-08-13Add _dl_x86_cpu_features to rtld_globalH.J. Lu10-0/+572
2015-07-09Preserve bound registers for pointer pass/returnIgor Zamyatin1-0/+2
2015-07-07Do not create invalid pointers in C code of string functions.Torvald Riegel1-7/+11
2015-06-18Vector sincosf for x86_64 and tests.Andrew Senkevich1-0/+2
2015-06-18Vector sincos for x86_64 and tests.Andrew Senkevich1-0/+2
2015-06-18Vector powf for x86_64 and tests.Andrew Senkevich1-0/+6
2015-06-17Vector pow for x86_64 and tests.Andrew Senkevich1-0/+6
2015-06-17Vector expf for x86_64 and tests.Andrew Senkevich1-0/+6
2015-06-17Vector exp for x86_64 and tests.Andrew Senkevich1-0/+6
2015-06-17Vector logf for x86_64 and tests.Andrew Senkevich1-0/+6
2015-06-17Vector log for x86_64 and tests.Andrew Senkevich1-0/+12
2015-06-15Vector sinf for x86_64 and tests.Andrew Senkevich1-0/+2
2015-06-11Vector sin for x86_64 and tests.Andrew Senkevich1-0/+2
2015-06-09Vector cosf for x86_64.Andrew Senkevich1-0/+2
2015-06-09Start of series of patches with x86_64 vector math functions.Andrew Senkevich1-0/+34
2015-02-18Fix atan / atan2 missing underflows (bug 15319).Joseph Myers1-6/+6
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers19-19/+19
2014-12-30Fix libm feraiseexcept namespace (bug 17723).Joseph Myers2-23/+69
2014-11-27Recognize recent x86 CPUs in string.hJ. Brown1-1/+6
2014-09-29Run tst-ld-sse-use.sh with bash.Joseph Myers1-1/+1
2014-09-12Enhance tst-xmmymm.sh to detect zmm register usage in ld.so (BZ #16194)Siddhesh Poyarekar2-6/+6
2014-08-13Fix comment error that Jakub pointed out but I forgot to fixSiddhesh Poyarekar1-1/+1
2014-08-13Disable x87 inline functions for x86_64 and SSE [BZ #17262]Siddhesh Poyarekar1-2/+5
2014-06-24x86: Consolidate unnecessary nptl/ subdirectories.Roland McGrath3-0/+0
2014-06-24Fix namespace violation in pthreadtypes.h (BZ #17084)Siddhesh Poyarekar1-3/+3
2014-06-24Fix build warning in pthread_rwlock_*Siddhesh Poyarekar1-1/+1
2014-06-23Fix pow overflow in non-default rounding modes (bug 16315).Joseph Myers1-4/+28
2014-06-19Use 3 bytes for __pad1 in pthread_rwlock_t for x32H.J. Lu1-1/+6
2014-06-13Add adaptive elision to rwlocksAndi Kleen2-2/+114
2014-05-14Move NPTL public ABI headers for x86 to sysdeps/x86/nptl/.Roland McGrath2-0/+290
2014-05-09Include SSE state in i386 fenv_t (bug 16064).Joseph Myers2-0/+140