summaryrefslogtreecommitdiff
path: root/sysdeps/x86/bits
AgeCommit message (Expand)Author
2018-07-24Add <bits/indirect-return.h>H.J. Lu
2018-02-06Unify and simplify bits/byteswap.h, bits/byteswap-16.h headers (bug 14508, bu...Joseph Myers
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-11-27Add _Float64x function aliases.Joseph Myers
2017-11-17Support bits/floatn.h inclusion from .S files.Joseph Myers
2017-10-20Add bits/floatn.h defines for more _FloatN / _FloatNx types.Joseph Myers
2017-08-31Simplify HUGE_VAL definitions.Joseph Myers
2017-06-30float128: Add signbit alternative for old compilersGabriel F. T. Gomes
2017-06-26Add float128 support for x86_64, x86.Joseph Myers
2017-06-20Remove bits/string.h.Zack Weinberg
2017-04-10Consolidate pthreadtype.h placementConsolidate pthreadtype.h placementAdhemerval Zanella
2017-01-10New pthread rwlock that is more scalable.Torvald Riegel
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-31New condvar implementation that provides stronger ordering guarantees.Torvald Riegel
2016-12-14Refactor long double information into bits/long-double.h.Joseph Myers
2016-12-01Refactor FP_ILOGB* out of bits/mathdef.h.Joseph Myers
2016-11-29Refactor FP_FAST_* into bits/fp-fast.h.Joseph Myers
2016-11-24Refactor float_t, double_t information into bits/flt-eval-method.h.Joseph Myers
2016-11-23Fix x86_64 -mfpmath=387 float_t, double_t (bug 20787).Joseph Myers
2016-11-07nptl: Document the reason why __kind in pthread_mutex_t is part of the ABIFlorian Weimer
2016-11-04Define wordsize.h macros everywhereSteve Ellcey
2016-06-29Avoid array-bounds warning for strncat on i586 (bug 20260)Andreas Schwab
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-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-09-04Rename bits/linkmap.h to linkmap.h (bug 14912).Joseph Myers
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-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-11-27Recognize recent x86 CPUs in string.hJ. Brown
2014-06-24x86: Consolidate unnecessary nptl/ subdirectories.Roland McGrath
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-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-01Update copyright notices with scripts/update-copyrightsAllan McRae
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-10-12Use __uint64_t in x86 __bswap_64H.J. Lu
2012-06-04Fix a typo in commentH.J. Lu
2012-06-04Use i486 bits/string.h for i386 and x86_64H.J. Lu
2012-05-30Use x86_64/bits/xtitypes.h for i386/x86-64H.J. Lu
2012-05-30Use x86_64 bits/wordsize.h for both i386/x86_64H.J. Lu
2012-05-30Use i386 bits/huge_vall.h for i386/x86-64H.J. Lu