Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-22 | Merge remote branch 'origin/master' into fedora/master | Andreas Schwab | |
2010-02-22 | Use unsigned comparison in sse memcpy/memset | H.J. Lu | |
2010-02-22 | Reapply "Optimize 32bit memset/memcpy with SSE2/SSSE3." | Andreas Schwab | |
This reverts commit 7d16e875fe9092378b7d61d6c749fbb87e7d1e7e. | |||
2010-02-18 | Use CPUID_OFFSET instead of FEATURE_OFFSET | H.J. Lu | |
2010-02-17 | Align x86 memcmp-sse4.S and fix unwind info. | H.J. Lu | |
2010-02-17 | Fix unwind info in x86 memcmp-ssse3. | H.J. Lu | |
2010-02-17 | Simplify x86 strcmp-sse4 unwind info. | H.J. Lu | |
2010-02-17 | Fix and cleanup unwind info in x86 strcmp-ssse<F3>. | Ulrich Drepper | |
2010-02-15 | Remove commented-out code. | Ulrich Drepper | |
2010-02-15 | Fix up new x86 string functions. | Ulrich Drepper | |
2010-02-15 | 32bit memcmp/strcmp/strncmp optimized for SSSE3/SSS4.2 | H.J. Lu | |
2010-02-09 | More compact unwind info. | Ulrich Drepper | |
2010-02-09 | Fix i386 __mpn_lshift unwind info | Ulrich Drepper | |
2010-02-09 | Avoid PLT call to fegetenv on s390 | Andreas Schwab | |
2010-01-20 | Revert "Optimize 32bit memset/memcpy with SSE2/SSSE3." | Andreas Schwab | |
This reverts commit 3af48cbdfaeb8bc389de1caeb33bc29811da80e8. | |||
2010-01-20 | Merge remote branch 'origin/master' into fedora/master | Andreas Schwab | |
2010-01-19 | Support __memmove_ssse3_rep when SHARED isn't defined. | H.J. Lu | |
2010-01-15 | Merge remote branch 'origin/master' into fedora/master | Andreas Schwab | |
2010-01-12 | Fix whitespace problems. | Ulrich Drepper | |
2010-01-12 | Optimize 32bit memset/memcpy with SSE2/SSSE3. | H.J. Lu | |
2009-12-14 | Merge remote branch 'origin/master' into fedora/master | Andreas Schwab | |
2009-12-13 | Define bit_SSE2 and index_SSE2. | H.J. Lu | |
2009-10-30 | Merge remote branch 'origin/master' into fedora/master | Andreas Schwab | |
2009-10-19 | Correct errno handling in expm1. | Andreas Schwab | |
2009-09-21 | Merge remote branch 'origin/master' into fedora/master | Andreas Schwab | |
2009-09-15 | configure tweaks, support $libc_add_on_config_subdirs | Roland McGrath | |
2009-09-07 | Merge commit 'origin/master' into fedora/master | Andreas Schwab | |
2009-09-03 | Fix IA-32 strstr in multiarch configuration as well. | Ulrich Drepper | |
2009-09-01 | Merge commit 'origin/master' into fedora/master | Andreas Schwab | |
2009-08-28 | Remove ENABLE_SSSE3_ON_ATOM. | H.J. Lu | |
It turns that SSSE3 isn't slow on Atom. The problem is bsf. This patch removes ENABLE_SSSE3_ON_ATOM. | |||
2009-08-26 | Merge commit 'origin/master' into fedora/master | Andreas Schwab | |
2009-08-24 | Define math_errhandling is possible. | Ulrich Drepper | |
2009-08-10 | Merge commit 'origin/master' into fedora/master | Andreas Schwab | |
2009-08-08 | Use PIC only if SHARED is defined. | H.J. Lu | |
For ia32, we can avoid PIC in IFUNC functions in static library. | |||
2009-08-08 | Simplify cpuid.h configure test. | Jim Meyering | |
2009-08-07 | Fix whitespace in last patch. | Ulrich Drepper | |
2009-08-07 | Add the missing "; \". | H.J. Lu | |
2009-08-04 | Add x86 SSE strlen. | Ulrich Drepper | |
2009-08-04 | Add x86 32-bit SSE4.2 string functions. | H.J. Lu | |
This patch adds 32bit SSE4.2 string functions. It uses -16L instead of 0xfffffffffffffff0L, which works for both 32bit and 64bit long. Tested on 32bit Core i7 and Core 2. | |||
2009-08-03 | Merge commit 'origin/master' into fedora/master | Andreas Schwab | |
2009-08-02 | x86/x86-64 now needs <cpuid.h> from gcc. | Ulrich Drepper | |
2009-07-31 | Support multiarch for i686. | H.J. Lu | |
This patch adds multiarch support when configured for i686. I modified some x86-64 functions to support 32bit. I will contribute 32bit SSE string and memory functions later. | |||
2009-07-31 | Remove CHEC_ESP handling from i386 __longjmp. | Ulrich Drepper | |
2009-07-30 | Add sigstack handling to Linux ____longjmp_chk on i386. | Ulrich Drepper | |
All other i386 ports need to provide their own versions. | |||
2009-07-22 | Undefine __i686 on x86. | Jakub Jelinek | |
2009-07-20 | Merge commit 'origin/master' into fedora/master | Andreas Schwab | |
2009-07-03 | Add SSE4.2 support for strcspn, strpbrk, and strspn on x86-64. | H.J. Lu | |
2009-06-16 | Merge branch 'master' of sourceware.org:/git/glibc into fedora/master | Andreas Schwab | |
2009-06-15 | libc part of prelink IFUNC support. | Jakub Jelinek | |
The dl-lookup.c changes are needed for prelink (support in prelink checked into SVN, tested for both i?86 and x86-64), dl-irel.h just something I discovered by code inspection. | |||
2009-06-10 | Merge commit 'origin/master' into fedora/master | Andreas Schwab | |
Conflicts: ChangeLog sysdeps/unix/sysv/linux/i386/sysconf.c sysdeps/x86_64/cacheinfo.c version.h |