summaryrefslogtreecommitdiff
path: root/sysdeps/x86_64
AgeCommit message (Expand)Author
2010-02-09Avoid PLT call to fegetenv on s390Andreas Schwab
2010-01-14Prevent silent errors should x86-64 strncmp be needed outside libc.Ulrich Drepper
2010-01-13Unroll the loop x86-64 SSE4.2 strlen.H.J. Lu
2010-01-12Optimize 32bit memset/memcpy with SSE2/SSSE3.H.J. Lu
2009-12-13Define bit_SSE2 and index_SSE2.H.J. Lu
2009-12-13Define bit_XXX and index_XXX.H.J. Lu
2009-10-22Fix whitespaces.Ulrich Drepper
2009-10-22Implement SSE4.2 optimized strchr and strrchr.H.J. Lu
2009-10-06Clean up unnecessary libc_hidden_builtin_def fiddling in x86 multiarch defini...Roland McGrath
2009-10-06Clean up x86 multiarch HAS_FOO macros.Roland McGrath
2009-09-15configure tweaks, support $libc_add_on_config_subdirsRoland McGrath
2009-09-02Fix strstr/strcasestr/fma/fmaf on x86_64.Jakub Jelinek
2009-09-01Fix x86_64 bits/mathinline.h for -m32 compilation.Jakub Jelinek
2009-08-31Fix parse error in bits/mathinline.h with --std=c99Andreas Schwab
2009-08-28Remove ENABLE_SSSE3_ON_ATOM.H.J. Lu
2009-08-25Optimize out duplicated scalbln code for x86-64.Ulrich Drepper
2009-08-25Optimized signbit{,f} for x86-64.Ulrich Drepper
2009-08-25Handle AVX saving on x86-64 in interrupted smbol lookups.Ulrich Drepper
2009-08-24Add ceil implementation for 64-bit machines.Ulrich Drepper
2009-08-24Optimize float construction/extraction on x86-64.Ulrich Drepper
2009-08-24Optimize x86-64 signbit{,f} a bit.Ulrich Drepper
2009-08-08Support mixed SSE/AVX audit and check AVX only once.H.J. Lu
2009-08-08Move SSE4.2 functions together.Ulrich Drepper
2009-08-07Add SSSE3-optimized implementation of str{,n}cmp for x86-64.Ulrich Drepper
2009-08-07Avoid warning through fake initialization.Ulrich Drepper
2009-08-07Fix whitespaces in last checkin.Ulrich Drepper
2009-08-07Properly count number of logical processors on Intel CPUs.H.J. Lu
2009-08-04Add x86 32-bit SSE4.2 string functions.H.J. Lu
2009-07-31Support multiarch for i686.H.J. Lu
2009-07-30____longjmp_chk is now OS-specific.Ulrich Drepper
2009-07-30Change code a bit to correct CFI.Ulrich Drepper
2009-07-30Optimize ____longjmp_chk for x86-64 a bit.Ulrich Drepper
2009-07-30Fix x86-64 ____longjmp_chk to handle signal stacks.Ulrich Drepper
2009-07-29Add support for x86-64 fma instruction.Ulrich Drepper
2009-07-29Prepare use if IFUNC functions outside libc.so.Ulrich Drepper
2009-07-29Improve CFI in x86-64 ld.so trampoline code.Ulrich Drepper
2009-07-29Properly restore AVX registers on x86-64.H.J. Lu
2009-07-29Preserve SSE registers in runtime relocations on x86-64.Ulrich Drepper
2009-07-27Refine testing for xmm/ymm register use in x86-64 ld.so.Ulrich Drepper
2009-07-27No need for special strcmp for rtld.Ulrich Drepper
2009-07-26Make sure no code in ld.so uses xmm/ymm registers on x86-64.Ulrich Drepper
2009-07-26Add SSE2 support to str{,n}cmp for x86-64.H.J. Lu
2009-07-25Some some optimizations for x86-64 strcmp.H.J. Lu
2009-07-25Optimize x86-64 SSE4.2 strcmp.Ulrich Drepper
2009-07-23Avoid cpuid instructions in cache info discovery.Ulrich Drepper
2009-07-23Add more cache descriptors for L3 caches on x86 and x86-64.Ulrich Drepper
2009-07-23Perform test for Arom x86-64 in central place and handle it.Ulrich Drepper
2009-07-21Minor cleanups in x86-64 strstr.Ulrich Drepper
2009-07-20Better check for optimization in new x86-64 strstr/strcasestr.Ulrich Drepper
2009-07-20SSE4.2 strstr/strcasestr for x86-64.H.J. Lu