aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64
AgeCommit message (Expand)AuthorFilesLines
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. Lu3-203/+1
2012-05-30Convert WORDSIZE[32|64]/ld entries to abi-variantsH.J. Lu2-2/+0
2012-05-25Add systemtap static probe points in setjmp/longjmp on x86.Roland McGrath2-0/+6
2012-05-24Add x32 C++ type dataH.J. Lu1-0/+4
2012-05-24Don't include exceptions in libm-test-ulps test names.Joseph Myers1-17/+17
2012-05-24Test underflow exceptions in libm-test.inc.Joseph Myers1-12/+12
2012-05-21Rename __WORDSIZE_COMPAT32 to __WORDSIZE_TIME64_COMPAT32H.J. Lu1-1/+1
2012-05-21x32: Don't lose high bits of %rbp in setjmp/longjmp mangling/demangling.Roland McGrath2-7/+22
2012-05-21Define __SYSCALL_WORDSIZE for x86-64H.J. Lu1-0/+5
2012-05-19Fix ccos, csin, ccosh, csinh overflows (bug 14123).Joseph Myers1-0/+114
2012-05-19Add a comment to sysdeps/x86_64/x32/_itoa.hH.J. Lu1-0/+1
2012-05-18Add sysdeps/x86_64/x32/_itoa.hH.J. Lu1-0/+3
2012-05-18Do not provide inlines for GCC build-in functionsAndreas Jaeger1-2/+5
2012-05-17Cast to unsigned longH.J. Lu1-1/+1
2012-05-17Add tst-mallocalign1H.J. Lu2-0/+76
2012-05-17BZ#14059: Fix AVX and FMA4 detection.Carlos O'Donell5-30/+148
2012-05-16Add x32 gmp-mparam.hH.J. Lu1-0/+33
2012-05-16Add x32 ffsH.J. Lu1-0/+4
2012-05-16Add dummy files for x32H.J. Lu2-0/+2
2012-05-15Split up stackguard-macros.h into sysdeps directories.Joseph Myers1-0/+6
2012-05-15Add x86_64 Implies-after filesH.J. Lu3-1/+2
2012-05-15Use R*_LP to call _dl_profile_fixup and frame sizeH.J. Lu1-8/+8
2012-05-15Add sysdeps/x86_64/x32/sysdep.hH.J. Lu2-0/+97
2012-05-15Use R*_LP on SP and PC in __longjmp.S and setjmp.SH.J. Lu2-9/+9
2012-05-15Use RSP_LP to operate on stack in stackinfo.hH.J. Lu1-2/+2
2012-05-15Load pointers into RAX_LP in strcmp-sse42.SH.J. Lu1-6/+6
2012-05-15Load cache sizes into R*_LP in memcpy-ssse3.SH.J. Lu1-12/+12
2012-05-15Load cache sizes into R*_LP in memcpy-ssse3-back.SH.J. Lu1-10/+10
2012-05-15Load pointers into R*_LP in strcmp.SH.J. Lu1-6/+6
2012-05-15Load cache sizes into R11_LP/R8_LPH.J. Lu1-2/+2
2012-05-15Load cache size into R8_LPH.J. Lu1-4/+4
2012-05-14Update sysdeps/x86_64/start.S for x32H.J. Lu1-15/+22
2012-05-14Add sysdeps/x86_64/{64,x32}/shlib-versionsH.J. Lu2-0/+8
2012-05-14Update elf_machine_load_address for x32H.J. Lu1-3/+3
2012-05-14Define LP_SIZE/LP_OP/ASM_ADDR/RXX_LP for x86-64H.J. Lu1-0/+56
2012-05-14Add x32 dl-machine.hH.J. Lu1-0/+86
2012-05-11Check if RTLD_SAVESPACE_SSE is aligned to 32 bytesH.J. Lu1-0/+4
2012-05-10Don't handle R_X86_64_RELATIVE64 in ld.soH.J. Lu1-0/+2
2012-05-10Handle R_X86_64_RELATIVE64 and R_X86_64_64 for x32H.J. Lu10-3/+150
2012-05-10Typo fix in x86_64/dl-machine.hRoland McGrath1-2/+2
2012-05-10Sign extend R_X86_64_DTPOFF64/R_X86_64_TPOFF64H.J. Lu1-3/+24
2012-05-09Add volatiles for x86-64 bits/mathinline.hAndreas Jaeger1-8/+40
2012-05-08Replace Elf64_XXX/ELF64_R_TYPE with ElfW(XXX)/ELFW(R_TYPE)H.J. Lu1-40/+41