NPTL: Move Linux-specific createthread.c to sysdeps.
[platform/upstream/glibc.git] / sysdeps / x86_64 /
2014-11-14 Joseph MyersRemove x86_64 __GNUC_PREREQ (4, 6) conditional.
2014-11-12 Joseph MyersFix x86_64 rawmemchr namespace (bug 17572).
2014-11-05 Arjun ShankarModify several tests to use test-skeleton.c
2014-11-04 Joseph MyersDon't use INTDEF/INTUSE with _dl_init (bug 14132).
2014-10-27 Andreas SchwabFix misdetected Slow_SSE4_2 cpu feature bit (bug 17501)
2014-08-21 Siddhesh PoyarekarRemove unnecessary uses of NOT_IN_libc
2014-08-13 H.J. LuReplace cpuid asm statement with __cpuid_count
2014-07-30 Ling MaImprove 64bit memcpy performance for Haswell CPU with...
2014-07-17 Joseph MyersMove architecture shlib-versions files to Linux-specifi...
2014-07-14 H.J. LuEnable AVX2 optimized memset only if -mavx2 works
2014-07-09 Will NewtonFix -Wundef warnings for SHARED
2014-07-03 Richard HendersonAlways provide HP_SMALL_TIMING_AVAIL
2014-07-03 Richard HendersonUnify hp-timing implementations
2014-07-03 Richard HendersonRemove HP_TIMING_DIFF_INIT and dl_hp_timing_overhead
2014-07-03 Richard HendersonRemoving HP_TIMING_ACCUM as unused
2014-06-27 Joseph MyersRemove shlib-versions ABI names support.
2014-06-27 Joseph MyersFix yn overflow handling in non-default rounding modes...
2014-06-26 Joseph MyersRemove configure tests for assembler CFI support.
2014-06-26 Siddhesh PoyarekarFix Wundef warning for ELF_MACHINE_NO_RELA
2014-06-25 Joseph MyersFix exp10 spurious underflows (bug 16560).
2014-06-25 Roland McGrathx86: Consolidate unnecessary nptl/ subdirectories.
2014-06-24 Joseph MyersFix x86/x86_64 expm1l spurious underflow exceptions...
2014-06-23 Joseph MyersTest cpow in all rounding modes.
2014-06-23 Joseph MyersFix pow overflow in non-default rounding modes (bug...
2014-06-21 Roland McGrathClean up stack-coloring macros.
2014-06-20 Joseph MyersInclude <kernel-features.h> explicitly where required.
2014-06-20 H.J. LuAdd ifunc tests for x86_64 memset_chk and memset
2014-06-20 H.J. LuRemove sysdeps/x86_64/multiarch/rtld-strlen.S
2014-06-19 Ling MaAdd x86_64 memset optimized for AVX2
2014-06-18 Joseph MyersFix __ieee754_logl (-LDBL_MAX) in FE_DOWNWARD mode...
2014-06-12 Roland McGrathMove i386 code out of nptl/ subdirectory.
2014-06-12 Roland McGrathMove x86_64 code out of nptl/ subdirectory.
2014-06-10 Joseph MyersFix log2 (1) in round-downward mode (bug 17042).
2014-05-30 Marko MyllynenReplace __int128 with __int128_t
2014-05-23 Joseph MyersFix log10 (1) in round-downward mode (bug 16977).
2014-05-14 Roland McGrathMove NPTL public ABI headers for x86 to sysdeps/x86...
2014-05-14 Joseph MyersFix log1pl (LDBL_MAX) in FE_UPWARD mode (bug 16564).
2014-05-14 Joseph MyersFix cacos (+Inf + finite*i) in round-downward mode...
2014-05-14 Joseph MyersFix acosh (1) in round-downward mode (bug 16927).
2014-05-03 Carlos O'DonellFix -Wundef warning for FEATURE_INDEX_1.
2014-04-17 Sihai YaoDetect if AVX2 is usable
2014-04-16 Igor ZamyatinSave/restore bound registers for _dl_runtime_profile
2014-04-09 Igor ZamyatinSave/restore bound registers in _dl_runtime_resolve
2014-04-03 Roland McGrathFactor mmap/munmap of PT_LOAD segments out of _dl_map_o...
2014-04-02 Joseph MyersFix catan, catanh, __ieee754_logf in round-downward...
2014-04-02 Joseph MyersFix clog / clog10 sign of zero result in round-downward...
2014-03-27 Joseph MyersFix x86/x86_64 expl/exp10l spurious underflows (bug...
2014-03-26 Joseph MyersMake x86_64 fegetenv preserve exception mask (bug 16198).
2014-03-25 Joseph MyersRelax gen-auto-libm-tests may-underflow rules, test...
2014-03-24 Joseph MyersFix implicit __isinf declarations in exp.
2014-03-24 Joseph MyersFix dbl-64 exp overflow/underflow in non-default roundi...
2014-03-21 Joseph MyersFix log (1) in round-downward mode (bug 16731).
2014-03-21 Joseph MyersTest most libm functions in all rounding modes.
2014-03-14 H.J. LuCheck AVX-512 assembler support first
2014-03-13 Igor ZamyatinSave and restore AVX-512 zmm registers to x86-64 ld.so
2014-03-05 Joseph MyersDon't include individual test ulps in libm-test-ulps.
2014-02-27 Siddhesh PoyarekarFix sign of input to bsloww1 (BZ #16623)
2014-02-19 Joseph MyersMove tests of clog10 from libm-test.inc to auto-libm...
2014-02-18 Joseph MyersFix gen-auto-libm-tests sticky bit setting for negative...
2014-02-12 Dylan Alex SimonUpdate x86_64 libm-test-ulps on AMD family 21h model...
2014-02-11 Joseph MyersRegenerate x86_64 ulps.
2014-02-10 Ondřej BílkaUse glibc_likely instead __builtin_expect.
2014-02-04 Eric WongUpdate x86_64 ULPs (AMD family 21, model 2)
2014-02-04 Eric WongUpdate x86_64 ULPs (AMD Family 10h)
2014-01-20 H.J. LuInclude generic symbol-hacks.h for x32
2014-01-01 Joseph MyersRegenerate x86 / x86_64 ulps.
2014-01-01 Allan McRaeUpdate copyright notices with scripts/update-copyrights
2013-12-21 Joseph MyersFix x86 / x86_64 expl / expl10l wild results in directe...
2013-12-20 Joseph MyersAdd more libm-test coverage of [a-c]* real functions.
2013-12-20 Joseph MyersMove tests of cpow from libm-test.inc to auto-libm...
2013-12-20 Joseph MyersMove various TEST_c_c tests from libm-test.inc to auto...
2013-12-19 Joseph MyersMove tests of sincos from libm-test.inc to auto-libm...
2013-12-19 Joseph MyersDisable libm-test test name beautification for M_*...
2013-12-19 Joseph MyersFix x86/x86_64 expm1 inaccuracy near 0 in directed...
2013-12-18 Joseph MyersMove tests of jn and yn from libm-test.inc to auto...
2013-12-18 Joseph MyersFix ldbl-128 logl for subnormals (bug 16338).
2013-12-16 Joseph MyersMove tests of atan2, hypot and pow from libm-test.inc...
2013-12-16 Allan McRaeUpdate file name in x86_64 ifunc list
2013-12-14 Ondřej BílkaAdd strstr with unaligned loads. Fixes bug 12100.
2013-12-09 Markus TrippelsdorfUpdate x86_64 ULps for AMD K10
2013-12-08 Joseph MyersMove tests of lgamma from libm-test.inc to auto-libm...
2013-12-05 Joseph MyersFix tgamma errno setting on underflow (bug 6810).
2013-12-05 Joseph MyersMove TEST_f_f tests for [l-y]* functions from libm...
2013-12-04 Joseph MyersFix Bessel function error handling (bug 6807, bug 15901).
2013-12-03 Joseph MyersFix exp missing underflows (bug 15268, bug 15425).
2013-12-03 Joseph MyersFix erfc errno setting on underflow (bug 6786).
2013-12-03 Joseph MyersMove TEST_f_f tests for [e-j]* functions from libm...
2013-11-30 Joseph MyersMove TEST_f_f tests for [a-c]* functions from libm...
2013-11-28 Joseph MyersFix dbl-64 e_sqrt.c for non-default rounding modes...
2013-11-26 Ondřej BílkaFix typo in _dl_tlsdesc_resolve_hold.
2013-11-16 Joseph MyersFix spurious "inexact" exceptions from x86 pow with...
2013-10-30 Mike Frysingerrename configure.in to configure.ac
2013-10-08 Ondřej BílkaUse p2align instead ALIGN
2013-10-04 Alan ModraPowerPC floating point little-endian [1 of 15]
2013-09-26 Ondřej BílkaFaster strrchr.
2013-09-23 Carlos O'DonellBZ #15754: CVE-2013-4788
2013-09-20 Andreas SchwabMake __ffs hidden
2013-09-11 Ondřej BílkaFaster strchr implementation.
2013-09-03 Joseph MyersFix lgammaf spurious underflow (bug 15427).
2013-09-03 Ondřej BílkaAdd unaligned strcmp.
next