summaryrefslogtreecommitdiff
path: root/sysdeps/x86
AgeCommit message (Expand)Author
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
2015-06-18Vector sincos for x86_64 and tests.Andrew Senkevich
2015-06-18Vector powf for x86_64 and tests.Andrew Senkevich
2015-06-17Vector pow for x86_64 and tests.Andrew Senkevich
2015-06-17Vector expf for x86_64 and tests.Andrew Senkevich
2015-06-17Vector exp for x86_64 and tests.Andrew Senkevich
2015-06-17Vector logf for x86_64 and tests.Andrew Senkevich
2015-06-17Vector log for x86_64 and tests.Andrew Senkevich
2015-06-15Vector sinf for x86_64 and tests.Andrew Senkevich
2015-06-11Vector sin for x86_64 and tests.Andrew Senkevich
2015-06-09Vector cosf for x86_64.Andrew Senkevich
2015-06-09Start of series of patches with x86_64 vector math functions.Andrew Senkevich
2015-02-18Fix atan / atan2 missing underflows (bug 15319).Joseph Myers
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-12-30Fix libm feraiseexcept namespace (bug 17723).Joseph Myers
2014-11-27Recognize recent x86 CPUs in string.hJ. Brown
2014-09-29Run tst-ld-sse-use.sh with bash.Joseph Myers
2014-09-12Enhance tst-xmmymm.sh to detect zmm register usage in ld.so (BZ #16194)Siddhesh Poyarekar
2014-08-13Fix comment error that Jakub pointed out but I forgot to fixSiddhesh Poyarekar
2014-08-13Disable x87 inline functions for x86_64 and SSE [BZ #17262]Siddhesh Poyarekar
2014-06-24x86: Consolidate unnecessary nptl/ subdirectories.Roland McGrath
2014-06-24Fix namespace violation in pthreadtypes.h (BZ #17084)Siddhesh Poyarekar
2014-06-24Fix build warning in pthread_rwlock_*Siddhesh Poyarekar
2014-06-23Fix pow overflow in non-default rounding modes (bug 16315).Joseph Myers
2014-06-19Use 3 bytes for __pad1 in pthread_rwlock_t for x32H.J. Lu
2014-06-13Add adaptive elision to rwlocksAndi Kleen
2014-05-14Move NPTL public ABI headers for x86 to sysdeps/x86/nptl/.Roland McGrath
2014-05-09Include SSE state in i386 fenv_t (bug 16064).Joseph Myers
2014-04-25Replace __int128 with __int128_t in bits/link.hH.J. Lu
2014-04-16Save/restore bound registers for _dl_runtime_profileIgor Zamyatin
2014-03-21Fix -Wundef warnins for __FP_FAST_FMA*Siddhesh Poyarekar
2014-03-13Save and restore AVX-512 zmm registers to x86-64 ld.soIgor Zamyatin
2014-03-06Enumerate tests with special rules in tests-special variable.Joseph Myers
2014-02-21Generate .test-result files for tests with special rules.Joseph Myers
2014-02-21Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers
2014-02-12Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers
2014-01-29Disable x87 inline functions for SSE2 mathH.J. Lu
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-11-26Use __glibc_reserved instead __unused.Ondřej Bílka
2013-08-21Fix typos.Ondřej Bílka
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers
2013-02-15Remove miscellaneous bounded-pointers relics in C code.Joseph Myers
2013-01-11Remove __GLIBC_HAVE_LONG_LONG.Joseph Myers
2013-01-10Use __extension__ with long long in installed headers.Joseph Myers
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-12-03byteswap.h: fix gcc ver test for __builtin_bswap{32,64}Mike Frysinger
2012-11-28Fix powl inaccuracy for x86_64 and x86 (bug 13881).Joseph Myers
2012-11-08Use configured $(NM), $(OBJDUMP), $(READELF) in tst-xmmymm.sh.Joseph Myers