Age | Commit message (Expand) | Author | Files | Lines |
2009-09-15 | configure tweaks, support $libc_add_on_config_subdirs | Roland McGrath | 20 | -727/+763 |
2009-09-08 | Fix __longjmp_chk on s390/s390x. | Jakub Jelinek | 2 | -2/+30 |
2009-09-03 | Fix IA-32 strstr in multiarch configuration as well. | Ulrich Drepper | 1 | -1/+2 |
2009-09-02 | Fix strstr/strcasestr/fma/fmaf on x86_64. | Jakub Jelinek | 4 | -6/+8 |
2009-09-01 | Fix use of 64-bit insn in 32-bit memcpy for POWER6. | Joshua W. Boyer | 1 | -1/+1 |
2009-09-01 | Fix x86_64 bits/mathinline.h for -m32 compilation. | Jakub Jelinek | 1 | -0/+12 |
2009-08-31 | Fix parse error in bits/mathinline.h with --std=c99 | Andreas Schwab | 1 | -2/+2 |
2009-08-28 | Remove ENABLE_SSSE3_ON_ATOM. | H.J. Lu | 2 | -11/+1 |
2009-08-26 | Add isinf optimized for 64-bit. | Ulrich Drepper | 1 | -0/+30 |
2009-08-26 | Optimized isnan for 64-bit machines. | Ulrich Drepper | 1 | -0/+39 |
2009-08-25 | Make llround an alias for lround on 64-bit machines. | Ulrich Drepper | 2 | -0/+14 |
2009-08-25 | Optimized nearbyint for 64-bit. | Ulrich Drepper | 1 | -0/+86 |
2009-08-25 | Optimized rint implementation for x86-64. | Ulrich Drepper | 1 | -0/+79 |
2009-08-25 | Add 64-bit optimized s_round. | Ulrich Drepper | 1 | -0/+77 |
2009-08-25 | Optimize out duplicated scalbln code for x86-64. | Ulrich Drepper | 3 | -6/+17 |
2009-08-25 | Add 64-bit optimized scalbln. | Ulrich Drepper | 1 | -0/+68 |
2009-08-25 | Optimized signbit{,f} for x86-64. | Ulrich Drepper | 2 | -0/+54 |
2009-08-25 | Add 64-bit optimized version lround. | Ulrich Drepper | 1 | -0/+67 |
2009-08-25 | 64-bit optimized implementation of trunc. | Ulrich Drepper | 1 | -0/+56 |
2009-08-25 | Handle AVX saving on x86-64 in interrupted smbol lookups. | Ulrich Drepper | 1 | -1/+0 |
2009-08-24 | Add ceil implementation for 64-bit machines. | Ulrich Drepper | 2 | -0/+84 |
2009-08-24 | Optimize float construction/extraction on x86-64. | Ulrich Drepper | 1 | -0/+20 |
2009-08-24 | Add sysdeps/unix/syscall-template.S; build syscall stubs with deps and -g poi... | Roland McGrath | 3 | -24/+115 |
2009-08-24 | Define math_errhandling is possible. | Ulrich Drepper | 1 | -1/+5 |
2009-08-24 | Optimize x86-64 signbit{,f} a bit. | Ulrich Drepper | 1 | -5/+7 |
2009-08-22 | Add sigstack handling to Linux ____longjmp_chk on powerpc. | Andreas Schwab | 4 | -16/+77 |
2009-08-20 | Improve backtrace_symbols{,_fd} output when missing symbols.roland/backtrace-syms | Roland McGrath | 2 | -46/+83 |
2009-08-08 | Support mixed SSE/AVX audit and check AVX only once. | H.J. Lu | 2 | -237/+276 |
2009-08-08 | Use PIC only if SHARED is defined. | H.J. Lu | 2 | -0/+30 |
2009-08-08 | Simplify cpuid.h configure test. | Jim Meyering | 2 | -14/+544 |
2009-08-08 | Move SSE4.2 functions together. | Ulrich Drepper | 2 | -0/+2 |
2009-08-07 | Add SSSE3-optimized implementation of str{,n}cmp for x86-64. | Ulrich Drepper | 5 | -47/+185 |
2009-08-07 | Avoid warning through fake initialization. | Ulrich Drepper | 1 | -0/+2 |
2009-08-07 | Fix whitespace in last patch. | Ulrich Drepper | 1 | -1/+1 |
2009-08-07 | Add the missing "; \". | H.J. Lu | 1 | -1/+1 |
2009-08-07 | Fix whitespaces in last checkin. | Ulrich Drepper | 1 | -1/+1 |
2009-08-07 | Properly count number of logical processors on Intel CPUs. | H.J. Lu | 1 | -4/+38 |
2009-08-04 | Add x86 SSE strlen. | Ulrich Drepper | 3 | -6/+160 |
2009-08-04 | Add x86 32-bit SSE4.2 string functions. | H.J. Lu | 13 | -4/+219 |
2009-08-02 | Remove leftover code from Linux/x86 ____longjmp_chk. | Ulrich Drepper | 1 | -6/+0 |
2009-08-02 | x86/x86-64 now needs <cpuid.h> from gcc. | Ulrich Drepper | 2 | -44/+63 |
2009-08-01 | Remove last trace of bounded pointer handling from ____longjmp_chk on x86-64. | Ulrich Drepper | 1 | -1/+1 |
2009-07-31 | Optimize x86 and x86-64 ____longjmp_chk for Linux. | Ulrich Drepper | 2 | -117/+50 |
2009-07-31 | Fix ____longjmp_chk on x86-64. | Ulrich Drepper | 1 | -2/+2 |
2009-07-31 | Support multiarch for i686. | H.J. Lu | 12 | -49/+95 |
2009-07-31 | Remove CHEC_ESP handling from i386 __longjmp. | Ulrich Drepper | 1 | -9/+0 |
2009-07-30 | Whitespace cleanup. | Ulrich Drepper | 1 | -2/+2 |
2009-07-30 | Add sigstack handling to Linux ____longjmp_chk on i386. | Ulrich Drepper | 3 | -61/+150 |
2009-07-30 | ____longjmp_chk is now OS-specific. | Ulrich Drepper | 2 | -145/+146 |
2009-07-30 | Change code a bit to correct CFI. | Ulrich Drepper | 1 | -1/+3 |