aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/bits
AgeCommit message (Expand)AuthorFilesLines
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-11-20Add arch-specific configuration for C11 atomics support.Torvald Riegel1-0/+6
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-11-26Cast to __intptr_t before casting pointer to int64H.J. Lu1-7/+14
2012-06-04Use i486 bits/string.h for i386 and x86_64H.J. Lu1-25/+0
2012-05-30Use x86_64/bits/xtitypes.h for i386/x86-64H.J. Lu1-33/+0
2012-05-30Use x86_64 bits/wordsize.h for both i386/x86_64H.J. Lu1-13/+0
2012-05-30Use x86_64 bits/select.h for i386/x86_64H.J. Lu1-63/+0
2012-05-30Use x86_64 bits/setjmp.h for i386/x86_64H.J. Lu1-40/+0
2012-05-30Use x86_64 bits/mathdef.h for i386/x86_64H.J. Lu1-59/+0
2012-05-30Use x86_64 bits/{link.h,linkmap.h} for i386/x86_64H.J. Lu2-163/+0
2012-05-30Use the same bits/endian.h for i386/x86_64H.J. Lu1-7/+0
2012-05-30Use x86-64 bits/byteswap.h for both i386 and x86_64H.J. Lu2-203/+0
2012-05-21Rename __WORDSIZE_COMPAT32 to __WORDSIZE_TIME64_COMPAT32H.J. Lu1-1/+1
2012-05-21Define __SYSCALL_WORDSIZE for x86-64H.J. Lu1-0/+5
2012-04-13Add __ILP32__ check when defining __WORDSIZEH.J. Lu1-1/+1
2012-04-10Use __builtin_bswap32/64 in x86_64 <bits/byteswap.h>H.J. Lu1-32/+53
2012-04-06Add byteswap-16.h for __bswap_16H.J. Lu2-20/+51
2012-04-03Add __bswap_64 definition for non GCC compilers.Andreas Jaeger1-2/+17
2012-03-21Add x32 support to dynamic linker auditH.J. Lu1-1/+19
2012-03-20Support x86-64 __jmp_buf with __WORDSIZE != 64H.J. Lu1-0/+2
2012-03-19Use atomic64_t with 64bit atomic macrosH.J. Lu1-7/+7
2012-03-19Check __x86_64__ instead of __WORDSIZE in mathdef.hH.J. Lu1-4/+2
2012-03-03Remove oldish __GNUC_PREREQ.Marek Polacek1-40/+4
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert8-24/+16
2011-12-23Prevent warnings due to long long constantsUlrich Drepper1-9/+9
2011-09-13Avoid macro clash between <sys/select.h> and <linux/posix_types.h>Andreas Schwab1-3/+3
2011-07-20Force :a_x86_64_ymm to be 16-byte alignedUlrich Drepper1-3/+4
2011-01-09Clean up some bits/select.h headers.Ulrich Drepper1-3/+5
2010-11-10Fix warnings in __bswap_16.Ulrich Drepper1-14/+15
2010-10-19Provide FP_FAST_FMA{,F,L} definitions for x86/x86-64.Ulrich Drepper1-1/+15
2009-07-10Add AVX support to ld.so auditing for x86-64.H.J. Lu1-0/+12
2009-06-14Fix warnings when using <sys/select.h>.Ulrich Drepper1-30/+6
2009-02-16* stdlib/monetary.h: Uglify function parameter names. cvs/fedora-glibc-20090218T1534Jakub Jelinek1-2/+2
2009-02-08* include/atomic.h: Define catomic_and if not already defined.Ulrich Drepper1-14/+22
2008-12-29* nscd/nscd_gethst_r.c (nscd_gethst_r): Don't use nscd ifUlrich Drepper1-3/+11
2008-12-29* sysdeps/x86_64/bits/select.h: New file.Ulrich Drepper1-0/+78
2008-05-15[BZ #6442]Ulrich Drepper1-2/+2
2008-05-13Introduce TLS descriptors for i386 and x86_64.Ulrich Drepper1-0/+2
2007-02-17[BZ #3851]Ulrich Drepper1-4/+4
2007-02-15[BZ #4040]Ulrich Drepper1-11/+11
2007-02-12* sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__ Jakub Jelinek1-1/+2
2007-01-25* sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__Ulrich Drepper1-2/+4
2007-01-13* sysdeps/i386/i486/bits/atomic.h: DefineUlrich Drepper1-6/+18
2007-01-11[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper2-95/+246
2007-07-31.Jakub Jelinek2-246/+95
2006-10-18[BZ #3313]Ulrich Drepper1-7/+8
2006-10-11* include/atomic.c: Define catomic_* operations.Ulrich Drepper1-57/+165
2006-10-10 Jakub Jelinek <jakub@redhat.com>Ulrich Drepper1-56/+101