Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Optimized memchr, memrchr, rawmemchr for x86-32 | Liubov Dmitrieva | 2011-10-12 | 11 | -1/+2639 |
| | |||||
* | Fix up x86-32 section names for Atom code | Liubov Dmitrieva | 2011-09-07 | 6 | -9/+6 |
| | |||||
* | Move Atom-optimized code out of the way and together | Ulrich Drepper | 2011-09-06 | 3 | -4/+4 |
| | |||||
* | Fix whitespaces | Ulrich Drepper | 2011-09-05 | 2 | -2/+0 |
| | |||||
* | Optimized strchr and strrchr with SSE2 on x86-32 | Liubov Dmitrieva | 2011-09-05 | 7 | -1/+1656 |
| | |||||
* | Fix whitespaces | Ulrich Drepper | 2011-09-05 | 3 | -4/+1 |
| | |||||
* | Add x86-32 optimized wcscmp | Ulrich Drepper | 2011-09-05 | 4 | -1/+1075 |
| | |||||
* | Fix spurious nop at start of __strspn_ia32 | Andreas Schwab | 2011-08-23 | 1 | -2/+2 |
| | |||||
* | Fix whitespaces | Ulrich Drepper | 2011-08-04 | 2 | -2/+0 |
| | |||||
* | Improve x86-32 strcat functions with SSE2/SSSE3 | Liubov Dmitrieva | 2011-08-04 | 10 | -317/+2314 |
| | |||||
* | Quash a warning in strstr-c.c built for static. | Roland McGrath | 2011-07-14 | 1 | -0/+2 |
| | |||||
* | Fix unwind info in 32bit SSE2/SSSE3 strncpy | H.J. Lu | 2011-06-25 | 2 | -1/+5 |
| | |||||
* | Optimized st{r,p}{,n}cpy for SSE2/SSSE3 on x86-32 | H.J. Lu | 2011-06-24 | 14 | -1/+6542 |
| | |||||
* | Fix static linking with checking x86/x86-64 memcpy. | Mike Frysinger | 2011-04-17 | 2 | -2/+2 |
| | |||||
* | Undo accidental checkin. | Ulrich Drepper | 2010-12-14 | 1 | -25/+30 |
| | |||||
* | Fix -D_FORTIFY_SOURCE memmove and bcop | Jakub Jelinek | 2010-12-09 | 1 | -30/+25 |
| | |||||
* | Remove dead code from x86-32 SSSE3 strncmp. | H.J. Lu | 2010-12-01 | 1 | -8/+1 |
| | |||||
* | 32bit memset-sse2.S fails with uneven cache size | Ulrich Drepper | 2010-11-05 | 1 | -0/+4 |
| | | | | | | | | | 32bit memset-sse2.S assumes cache size is multiple of 128 bytes. If it isn't true, memset-sse2.S will fail. For example, a processor can have 24576 KB L3 cache and 20 cores. That is 2516582 byte per core. Half of it is 1258291, which isn't helpful for vector instructions. This patch rounds cache sizes to multiple of 256 bytes and adds "raw" cache sizes. | ||||
* | Implement accurate fma. | Jakub Jelinek | 2010-10-13 | 1 | -1/+1 |
| | |||||
* | Correct implementation of fmaf. | Jakub Jelinek | 2010-10-11 | 1 | -1/+1 |
| | |||||
* | Add missing i686/multiarch/Makefile bit for shared x86_64 code. | Roland McGrath | 2010-08-27 | 1 | -0/+1 |
| | |||||
* | Fixup x86 after x86-64 varshift change. | Ulrich Drepper | 2010-08-27 | 2 | -1/+1 |
| | |||||
* | Unroll 32bit SSE strlen and handle slow bsf | H.J. Lu | 2010-08-25 | 4 | -80/+480 |
| | |||||
* | Clean up SSE variable shifts | Richard Henderson | 2010-08-24 | 3 | -1/+3 |
| | |||||
* | Fix ifunc thunk for strspn on x86 in static libc | Andreas Schwab | 2010-08-19 | 1 | -2/+2 |
| | |||||
* | Add missing file from last commit. | Andreas Schwab | 2010-07-21 | 1 | -0/+2 |
| | |||||
* | Add strcasestr-nonascii to i386 build | Andreas Schwab | 2010-07-21 | 1 | -1/+2 |
| | |||||
* | Fix bugs in x86-32 strcmp-sse4.S and strcmp-ssse3.S | H.J. Lu | 2010-04-15 | 2 | -7/+8 |
| | |||||
* | Add x86-32 FMA support | H.J. Lu | 2010-04-14 | 6 | -0/+143 |
| | |||||
* | Fix sysdeps/i386/i686/multiarch/memcmp-ssse3.S | H.J. Lu | 2010-03-18 | 1 | -0/+15 |
| | |||||
* | Pass -mtune=i686 to assembler when compiling for i686 | H.J. Lu | 2010-03-04 | 1 | -0/+16 |
| | |||||
* | Fix unwind info in x86 strcmp-sse4.S | H.J. Lu | 2010-02-26 | 1 | -1/+3 |
| | |||||
* | Fix issues in x86 memcpy-ssse3-rep.S | H.J. Lu | 2010-02-24 | 1 | -106/+140 |
| | |||||
* | Fix issues in x86 memcpy-ssse3.S | H.J. Lu | 2010-02-24 | 1 | -40/+73 |
| | |||||
* | Fix issues in x86 memset-sse2.S/memset-sse2-rep.S | H.J. Lu | 2010-02-24 | 2 | -15/+18 |
| | |||||
* | Use CPUID_OFFSET instead of FEATURE_OFFSET | H.J. Lu | 2010-02-18 | 2 | -2/+2 |
| | |||||
* | Align x86 memcmp-sse4.S and fix unwind info. | H.J. Lu | 2010-02-17 | 1 | -7/+23 |
| | |||||
* | Fix unwind info in x86 memcmp-ssse3. | H.J. Lu | 2010-02-17 | 1 | -5/+1 |
| | |||||
* | Simplify x86 strcmp-sse4 unwind info. | H.J. Lu | 2010-02-17 | 1 | -15/+7 |
| | |||||
* | Fix and cleanup unwind info in x86 strcmp-ssse<F3>. | Ulrich Drepper | 2010-02-17 | 1 | -73/+14 |
| | |||||
* | Remove commented-out code. | Ulrich Drepper | 2010-02-15 | 1 | -6/+0 |
| | |||||
* | Fix up new x86 string functions. | Ulrich Drepper | 2010-02-15 | 4 | -38/+151 |
| | |||||
* | 32bit memcmp/strcmp/strncmp optimized for SSSE3/SSS4.2 | H.J. Lu | 2010-02-15 | 11 | -1/+5743 |
| | |||||
* | Support __memmove_ssse3_rep when SHARED isn't defined. | H.J. Lu | 2010-01-19 | 1 | -0/+3 |
| | |||||
* | Fix whitespace problems. | Ulrich Drepper | 2010-01-12 | 6 | -20/+20 |
| | |||||
* | Optimize 32bit memset/memcpy with SSE2/SSSE3. | H.J. Lu | 2010-01-12 | 30 | -12/+6229 |
| | |||||
* | Define bit_SSE2 and index_SSE2. | H.J. Lu | 2009-12-13 | 3 | -8/+8 |
| | |||||
* | Fix IA-32 strstr in multiarch configuration as well. | Ulrich Drepper | 2009-09-03 | 1 | -1/+2 |
| | |||||
* | Remove ENABLE_SSSE3_ON_ATOM. | H.J. Lu | 2009-08-28 | 1 | -2/+0 |
| | | | | | It turns that SSSE3 isn't slow on Atom. The problem is bsf. This patch removes ENABLE_SSSE3_ON_ATOM. | ||||
* | Use PIC only if SHARED is defined. | H.J. Lu | 2009-08-08 | 2 | -0/+30 |
| | | | | For ia32, we can avoid PIC in IFUNC functions in static library. |