aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86/bits
AgeCommit message (Expand)Author
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
2012-05-30Use x86_64 bits/select.h for i386/x86_64H.J. Lu
2012-05-30Use x86_64 bits/setjmp.h for i386/x86_64H.J. Lu
2012-05-30Use x86_64 bits/mathdef.h for i386/x86_64H.J. Lu
2012-05-30Use x86_64 bits/{link.h,linkmap.h} for i386/x86_64H.J. Lu
2012-05-30Use the same bits/endian.h for i386/x86_64H.J. Lu
2012-05-30Use x86-64 bits/byteswap.h for both i386 and x86_64H.J. Lu