aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86/bits
AgeCommit message (Expand)AuthorFilesLines
2021-02-22<bits/platform/x86.h>: Correct x86_cpu_TBMH.J. Lu1-1/+1
2021-02-07x86: Add PTWRITE feature detection [BZ #27346]H.J. Lu1-2/+9
2021-01-21<sys/platform/x86.h>: Remove the C preprocessor magicH.J. Lu1-0/+299
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert6-6/+6
2020-05-06semaphore: consolidate arch headers into a generic oneVineet Gupta1-40/+0
2020-02-09x86: Remove <bits/select.h> and use the generic versionFlorian Weimer1-63/+0
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers8-8/+8
2019-10-01Split up endian.h to minimize exposure of BYTE_ORDER.Alistair Francis2-7/+11
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert8-8/+8
2019-03-14Remove obsolete, never-implemented XSI STREAMS declarationsFlorian Weimer1-33/+0
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers9-9/+9
2018-07-24Add <bits/indirect-return.h>H.J. Lu1-0/+37
2018-02-06Unify and simplify bits/byteswap.h, bits/byteswap-16.h headers (bug 14508, bu...Joseph Myers2-204/+0
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers10-10/+10
2017-11-27Add _Float64x function aliases.Joseph Myers1-0/+11
2017-11-17Support bits/floatn.h inclusion from .S files.Joseph Myers1-28/+32
2017-10-20Add bits/floatn.h defines for more _FloatN / _FloatNx types.Joseph Myers1-0/+2
2017-08-31Simplify HUGE_VAL definitions.Joseph Myers1-41/+0
2017-06-30float128: Add signbit alternative for old compilersGabriel F. T. Gomes1-0/+8
2017-06-26Add float128 support for x86_64, x86.Joseph Myers1-0/+96
2017-06-20Remove bits/string.h.Zack Weinberg1-1996/+0
2017-04-10Consolidate pthreadtype.h placementConsolidate pthreadtype.h placementAdhemerval Zanella1-271/+0
2017-01-10New pthread rwlock that is more scalable.Torvald Riegel1-14/+14
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers12-12/+12
2016-12-31New condvar implementation that provides stronger ordering guarantees.Torvald Riegel1-8/+21
2016-12-14Refactor long double information into bits/long-double.h.Joseph Myers1-20/+0
2016-12-01Refactor FP_ILOGB* out of bits/mathdef.h.Joseph Myers2-9/+24
2016-11-29Refactor FP_FAST_* into bits/fp-fast.h.Joseph Myers1-14/+0
2016-11-24Refactor float_t, double_t information into bits/flt-eval-method.h.Joseph Myers2-17/+33
2016-11-23Fix x86_64 -mfpmath=387 float_t, double_t (bug 20787).Joseph Myers1-1/+2
2016-11-07nptl: Document the reason why __kind in pthread_mutex_t is part of the ABIFlorian Weimer1-1/+1
2016-11-04Define wordsize.h macros everywhereSteve Ellcey1-0/+4
2016-06-29Avoid array-bounds warning for strncat on i586 (bug 20260)Andreas Schwab1-2/+1
2016-03-08Define _HAVE_STRING_ARCH_mempcpy to 1 for x86H.J. Lu1-0/+3
2016-02-18Add _STRING_INLINE_unaligned and string_private.hH.J. Lu1-2/+2
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers11-11/+11
2015-09-04Rename bits/linkmap.h to linkmap.h (bug 14912).Joseph Myers1-16/+0
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-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers11-11/+11
2014-11-27Recognize recent x86 CPUs in string.hJ. Brown1-1/+6
2014-06-24x86: Consolidate unnecessary nptl/ subdirectories.Roland McGrath2-0/+298
2014-04-25Replace __int128 with __int128_t in bits/link.hH.J. Lu1-3/+3
2014-04-16Save/restore bound registers for _dl_runtime_profileIgor Zamyatin1-0/+7
2014-03-21Fix -Wundef warnins for __FP_FAST_FMA*Siddhesh Poyarekar1-3/+3
2014-03-13Save and restore AVX-512 zmm registers to x86-64 ld.soIgor Zamyatin1-0/+3
2014-02-21Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers1-1/+1
2014-02-12Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers1-3/+3
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae9-9/+9
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers2-6/+6