| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix libm fegetenv namespace (bug 17748). | Joseph Myers | 2014-12-31 | 1 | -2/+4 |
* | Fix libm feraiseexcept namespace (bug 17723). | Joseph Myers | 2014-12-30 | 1 | -2/+3 |
* | Add hidden __tls_get_addr/___tls_get_addr alias | H.J. Lu | 2014-12-21 | 1 | -1/+1 |
* | Remove @PLT from "call _dl_init@PLT" in _dl_start_user | H.J. Lu | 2014-12-21 | 1 | -1/+1 |
* | Replace -Wno-error with -fno-builtin-lround | H.J. Lu | 2014-12-19 | 1 | -2/+2 |
* | Compile s_llround.c with -Wno-error for x32 build | H.J. Lu | 2014-12-19 | 1 | -0/+6 |
* | Fix x86_64 memrchr namespace (bug 17719). | Joseph Myers | 2014-12-16 | 1 | -3/+3 |
* | Fix strftime wcschr namespace (bug 17634). | Joseph Myers | 2014-12-10 | 1 | -3/+5 |
* | sysdeps/x86_64/start.S doesn't have a .size elf directive for _start. | Brooks Moses | 2014-11-24 | 1 | -6/+2 |
* | Remove NOT_IN_libc | Siddhesh Poyarekar | 2014-11-24 | 36 | -52/+52 |
* | Remove IS_IN_rtld | Siddhesh Poyarekar | 2014-11-24 | 1 | -1/+1 |
* | Add arch-specific configuration for C11 atomics support. | Torvald Riegel | 2014-11-20 | 1 | -0/+6 |
* | Remove x86_64 __GNUC_PREREQ (4, 6) conditional. | Joseph Myers | 2014-11-14 | 1 | -10/+1 |
* | Fix x86_64 rawmemchr namespace (bug 17572). | Joseph Myers | 2014-11-12 | 1 | -3/+3 |
* | Modify several tests to use test-skeleton.c | Arjun Shankar | 2014-11-05 | 4 | -12/+24 |
* | Don't use INTDEF/INTUSE with _dl_init (bug 14132). | Joseph Myers | 2014-11-04 | 2 | -4/+4 |
* | Fix misdetected Slow_SSE4_2 cpu feature bit (bug 17501) | Andreas Schwab | 2014-10-27 | 1 | -4/+4 |
* | Remove unnecessary uses of NOT_IN_libc | Siddhesh Poyarekar | 2014-08-21 | 1 | -1/+1 |
* | Replace cpuid asm statement with __cpuid_count | H.J. Lu | 2014-08-12 | 1 | -3/+1 |
* | Improve 64bit memcpy performance for Haswell CPU with AVX instruction | Ling Ma | 2014-07-30 | 11 | -6/+458 |
* | Move architecture shlib-versions files to Linux-specific directories. | Joseph Myers | 2014-07-17 | 2 | -6/+0 |
* | Enable AVX2 optimized memset only if -mavx2 works | H.J. Lu | 2014-07-14 | 6 | -14/+56 |
* | Fix -Wundef warnings for SHARED | Will Newton | 2014-07-09 | 1 | -1/+1 |
* | Always provide HP_SMALL_TIMING_AVAIL | Richard Henderson | 2014-07-03 | 1 | -0/+1 |
* | Unify hp-timing implementations | Richard Henderson | 2014-07-03 | 1 | -4/+12 |
* | Remove HP_TIMING_DIFF_INIT and dl_hp_timing_overhead | Richard Henderson | 2014-07-03 | 2 | -4/+0 |
* | Removing HP_TIMING_ACCUM as unused | Richard Henderson | 2014-07-03 | 1 | -9/+0 |
* | Remove shlib-versions ABI names support. | Joseph Myers | 2014-06-27 | 1 | -4/+0 |
* | Fix yn overflow handling in non-default rounding modes (bug 16561, bug 16562). | Joseph Myers | 2014-06-27 | 1 | -0/+24 |
* | Remove configure tests for assembler CFI support. | Joseph Myers | 2014-06-26 | 2 | -57/+0 |
* | Fix Wundef warning for ELF_MACHINE_NO_RELA | Siddhesh Poyarekar | 2014-06-26 | 1 | -0/+1 |
* | Fix exp10 spurious underflows (bug 16560). | Joseph Myers | 2014-06-25 | 1 | -0/+8 |
* | x86: Consolidate unnecessary nptl/ subdirectories. | Roland McGrath | 2014-06-24 | 3 | -7/+0 |
* | Fix x86/x86_64 expm1l spurious underflow exceptions (bug 16539). | Joseph Myers | 2014-06-24 | 1 | -0/+10 |
* | Test cpow in all rounding modes. | Joseph Myers | 2014-06-23 | 1 | -0/+48 |
* | Fix pow overflow in non-default rounding modes (bug 16315). | Joseph Myers | 2014-06-23 | 3 | -52/+34 |
* | Clean up stack-coloring macros. | Roland McGrath | 2014-06-20 | 2 | -7/+1 |
* | Include <kernel-features.h> explicitly where required. | Joseph Myers | 2014-06-20 | 1 | -0/+1 |
* | Add ifunc tests for x86_64 memset_chk and memset | H.J. Lu | 2014-06-20 | 2 | -1/+12 |
* | Remove sysdeps/x86_64/multiarch/rtld-strlen.S | H.J. Lu | 2014-06-20 | 1 | -1/+0 |
* | Add x86_64 memset optimized for AVX2 | Ling Ma | 2014-06-19 | 5 | -1/+275 |
* | Fix __ieee754_logl (-LDBL_MAX) in FE_DOWNWARD mode (bug 17022). | Joseph Myers | 2014-06-18 | 1 | -1/+4 |
* | Move i386 code out of nptl/ subdirectory. | Roland McGrath | 2014-06-12 | 1 | -1/+1 |
* | Move x86_64 code out of nptl/ subdirectory. | Roland McGrath | 2014-06-11 | 13 | -0/+738 |
* | Fix log2 (1) in round-downward mode (bug 17042). | Joseph Myers | 2014-06-10 | 2 | -1/+29 |
* | Replace __int128 with __int128_t | Marko Myllynen | 2014-05-30 | 1 | -1/+1 |
* | Fix log10 (1) in round-downward mode (bug 16977). | Joseph Myers | 2014-05-23 | 2 | -1/+31 |
* | Move NPTL public ABI headers for x86 to sysdeps/x86/nptl/. | Roland McGrath | 2014-05-14 | 1 | -0/+1 |
* | Fix log1pl (LDBL_MAX) in FE_UPWARD mode (bug 16564). | Joseph Myers | 2014-05-14 | 1 | -1/+6 |
* | Fix cacos (+Inf + finite*i) in round-downward mode (bug 16928). | Joseph Myers | 2014-05-14 | 1 | -0/+48 |