aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64
AgeCommit message (Expand)Author
2012-05-17BZ#14059: Fix AVX and FMA4 detection.Carlos O'Donell
2012-05-16Add x32 gmp-mparam.hH.J. Lu
2012-05-16Add x32 ffsH.J. Lu
2012-05-16Add dummy files for x32H.J. Lu
2012-05-15Split up stackguard-macros.h into sysdeps directories.Joseph Myers
2012-05-15Add x86_64 Implies-after filesH.J. Lu
2012-05-15Use R*_LP to call _dl_profile_fixup and frame sizeH.J. Lu
2012-05-15Add sysdeps/x86_64/x32/sysdep.hH.J. Lu
2012-05-15Use R*_LP on SP and PC in __longjmp.S and setjmp.SH.J. Lu
2012-05-15Use RSP_LP to operate on stack in stackinfo.hH.J. Lu
2012-05-15Load pointers into RAX_LP in strcmp-sse42.SH.J. Lu
2012-05-15Load cache sizes into R*_LP in memcpy-ssse3.SH.J. Lu
2012-05-15Load cache sizes into R*_LP in memcpy-ssse3-back.SH.J. Lu
2012-05-15Load pointers into R*_LP in strcmp.SH.J. Lu
2012-05-15Load cache sizes into R11_LP/R8_LPH.J. Lu
2012-05-15Load cache size into R8_LPH.J. Lu
2012-05-14Update sysdeps/x86_64/start.S for x32H.J. Lu
2012-05-14Add sysdeps/x86_64/{64,x32}/shlib-versionsH.J. Lu
2012-05-14Update elf_machine_load_address for x32H.J. Lu
2012-05-14Define LP_SIZE/LP_OP/ASM_ADDR/RXX_LP for x86-64H.J. Lu
2012-05-14Add x32 dl-machine.hH.J. Lu
2012-05-11Check if RTLD_SAVESPACE_SSE is aligned to 32 bytesH.J. Lu
2012-05-10Don't handle R_X86_64_RELATIVE64 in ld.soH.J. Lu
2012-05-10Handle R_X86_64_RELATIVE64 and R_X86_64_64 for x32H.J. Lu
2012-05-10Typo fix in x86_64/dl-machine.hRoland McGrath
2012-05-10Sign extend R_X86_64_DTPOFF64/R_X86_64_TPOFF64H.J. Lu
2012-05-09Add volatiles for x86-64 bits/mathinline.hAndreas Jaeger
2012-05-08Replace Elf64_XXX/ELF64_R_TYPE with ElfW(XXX)/ELFW(R_TYPE)H.J. Lu
2012-05-07Fix x86/x86_64 expm1l inaccuracy and exceptions (bugs 13885, 13923).Joseph Myers
2012-05-06Fix exp10 inaccuracy and exceptions (bugs 13884, 13914).Joseph Myers
2012-05-06Update x86-64 libm-test-ulpsAndreas Jaeger
2012-05-05Fix missing exceptions from exp (bugs 13787, 13922, 14036).Joseph Myers
2012-05-05Use .S sources for x86/x86_64 expl.Joseph Myers
2012-04-30Fix x86 acos near 1 (bug 13942).Joseph Myers
2012-04-30Fix acos (-1) in round-downwards mode on x86 (bug 14034).Joseph Myers
2012-04-21Update sysdeps/x86_64/fpu/libm-test-ulpsMarkus Trippelsdorf
2012-04-18Remove useless __ilogb*_finite aliasesAndreas Schwab
2012-04-17Fix ilogb exception and errno (bug 6794)Adhemerval Zanella
2012-04-13Check __ILP32__ instead of __LP64__H.J. Lu
2012-04-13Add __ILP32__ check when defining __WORDSIZEH.J. Lu
2012-04-10Use __builtin_bswap32/64 in x86_64 <bits/byteswap.h>H.J. Lu
2012-04-09Fix spurious overflow exceptions from x86/x86_64 powl (bug 13872).Joseph Myers
2012-04-09Fix ctan, ctanh overflow (bug 11521).Joseph Myers
2012-04-09Fix x86 pow inaccuracy for large integer exponents (bug 706).Joseph Myers
2012-04-08memset: also update copyright yearsMike Frysinger
2012-04-07memset: fix define usage for shared libsMike Frysinger
2012-04-06Add byteswap-16.h for __bswap_16H.J. Lu
2012-04-05Fix size parameter comparisions.Michael Matz
2012-04-03Add __bswap_64 definition for non GCC compilers.Andreas Jaeger
2012-03-28Fix pow of negative numbers to integer exponents (bugs 369, 2678, 3866).Joseph Myers