aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2009-10-22Fix whitespaces.Ulrich Drepper2-11/+11
2009-10-22Implement SSE4.2 optimized strchr and strrchr.H.J. Lu4-1/+506
2009-10-19Correct errno handling in expm1.Andreas Schwab6-1/+17
2009-10-14Add ____longjmp_chk for sparcDavid S. Miller2-0/+184
2009-10-06Clean up unnecessary libc_hidden_builtin_def fiddling in x86 multiarch defini...Roland McGrath2-5/+4
2009-10-06Clean up x86 multiarch HAS_FOO macros.Roland McGrath2-23/+10
2009-10-01Define F_SETOWN_EX and F_GETOWN_EX in Linux headers.Ulrich Drepper7-14/+28
2009-09-28Fix Hurd mkdirat.Samuel Thibault1-1/+2
2009-09-15configure tweaks, support $libc_add_on_config_subdirsRoland McGrath20-727/+763
2009-09-08Fix __longjmp_chk on s390/s390x.Jakub Jelinek2-2/+30
2009-09-03Fix IA-32 strstr in multiarch configuration as well.Ulrich Drepper1-1/+2
2009-09-02Fix strstr/strcasestr/fma/fmaf on x86_64.Jakub Jelinek4-6/+8
2009-09-01Fix use of 64-bit insn in 32-bit memcpy for POWER6.Joshua W. Boyer1-1/+1
2009-09-01Fix x86_64 bits/mathinline.h for -m32 compilation.Jakub Jelinek1-0/+12
2009-08-31Fix parse error in bits/mathinline.h with --std=c99Andreas Schwab1-2/+2
2009-08-28Remove ENABLE_SSSE3_ON_ATOM.H.J. Lu2-11/+1
2009-08-26Add isinf optimized for 64-bit.Ulrich Drepper1-0/+30
2009-08-26Optimized isnan for 64-bit machines.Ulrich Drepper1-0/+39
2009-08-25Make llround an alias for lround on 64-bit machines.Ulrich Drepper2-0/+14
2009-08-25Optimized nearbyint for 64-bit.Ulrich Drepper1-0/+86
2009-08-25Optimized rint implementation for x86-64.Ulrich Drepper1-0/+79
2009-08-25Add 64-bit optimized s_round.Ulrich Drepper1-0/+77
2009-08-25Optimize out duplicated scalbln code for x86-64.Ulrich Drepper3-6/+17
2009-08-25Add 64-bit optimized scalbln.Ulrich Drepper1-0/+68
2009-08-25Optimized signbit{,f} for x86-64.Ulrich Drepper2-0/+54
2009-08-25Add 64-bit optimized version lround.Ulrich Drepper1-0/+67
2009-08-2564-bit optimized implementation of trunc.Ulrich Drepper1-0/+56
2009-08-25Handle AVX saving on x86-64 in interrupted smbol lookups.Ulrich Drepper1-1/+0
2009-08-24Add ceil implementation for 64-bit machines.Ulrich Drepper2-0/+84
2009-08-24Optimize float construction/extraction on x86-64.Ulrich Drepper1-0/+20
2009-08-24Add sysdeps/unix/syscall-template.S; build syscall stubs with deps and -g poi...Roland McGrath3-24/+115
2009-08-24Define math_errhandling is possible.Ulrich Drepper1-1/+5
2009-08-24Optimize x86-64 signbit{,f} a bit.Ulrich Drepper1-5/+7
2009-08-22Add sigstack handling to Linux ____longjmp_chk on powerpc.Andreas Schwab4-16/+77
2009-08-20Improve backtrace_symbols{,_fd} output when missing symbols.roland/backtrace-symsRoland McGrath2-46/+83
2009-08-08Support mixed SSE/AVX audit and check AVX only once.H.J. Lu2-237/+276
2009-08-08Use PIC only if SHARED is defined.H.J. Lu2-0/+30
2009-08-08Simplify cpuid.h configure test.Jim Meyering2-14/+544
2009-08-08Move SSE4.2 functions together.Ulrich Drepper2-0/+2
2009-08-07Add SSSE3-optimized implementation of str{,n}cmp for x86-64.Ulrich Drepper5-47/+185
2009-08-07Avoid warning through fake initialization.Ulrich Drepper1-0/+2
2009-08-07Fix whitespace in last patch.Ulrich Drepper1-1/+1
2009-08-07Add the missing "; \".H.J. Lu1-1/+1
2009-08-07Fix whitespaces in last checkin.Ulrich Drepper1-1/+1
2009-08-07Properly count number of logical processors on Intel CPUs.H.J. Lu1-4/+38
2009-08-04Add x86 SSE strlen.Ulrich Drepper3-6/+160
2009-08-04Add x86 32-bit SSE4.2 string functions.H.J. Lu13-4/+219
2009-08-02Remove leftover code from Linux/x86 ____longjmp_chk.Ulrich Drepper1-6/+0
2009-08-02x86/x86-64 now needs <cpuid.h> from gcc.Ulrich Drepper2-44/+63
2009-08-01Remove last trace of bounded pointer handling from ____longjmp_chk on x86-64.Ulrich Drepper1-1/+1