Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 4 | -5/+7 |
| | |||||
* | 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 |
| | |||||
* | rtld, i386: Fix cfi directive in audit trampoline code | Jiri Olsa | 2011-08-29 | 1 | -2/+2 |
| | | | | | | | | | | | _dl_runtime_profile function has wrong cfi directive when rewinding stack back for the pltexit path. Only 8 bytes - 2 'pop edx' instructions from the pltentry-only code should be rewinded back. With attached patch, I'm able to rewind stack correctly throught the rtld code from audit library callback. | ||||
* | Fix spurious nop at start of __strspn_ia32 | Andreas Schwab | 2011-08-23 | 1 | -2/+2 |
| | |||||
* | More warning patrol, in dead code (sigh). | Roland McGrath | 2011-08-14 | 1 | -5/+13 |
| | |||||
* | 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 |
| | |||||
* | Fix inline strncat/strncmp on x86 | Andreas Schwab | 2011-08-04 | 1 | -8/+8 |
| | |||||
* | Never use -mpreferred-stack-boundary=2 on i386, now disallowed by GCC. | Roland McGrath | 2011-07-16 | 1 | -1/+4 |
| | |||||
* | 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 |
| | |||||
* | Add an elf_ifunc_invoke interface so that architectures can implement | David S. Miller | 2011-06-20 | 1 | -1/+8 |
| | | | | the ifunc resolver calls however they wish. | ||||
* | Remove doubled words. | Jim Meyering | 2011-04-22 | 1 | -2/+2 |
| | |||||
* | Fix static linking with checking x86/x86-64 memcpy. | Mike Frysinger | 2011-04-17 | 2 | -2/+2 |
| | |||||
* | Fix memory leak in TLS of loaded objects. | Ulrich Drepper | 2011-04-10 | 1 | -1/+4 |
| | |||||
* | Regenerate. | Ulrich Drepper | 2011-03-10 | 1 | -12/+90 |
| | |||||
* | AVX audit test failures with gcc 4.6 | H.J. Lu | 2011-02-02 | 2 | -332/+433 |
| | |||||
* | Fix alignment in x86 destructor calls. | Ulrich Drepper | 2011-01-12 | 1 | -0/+1 |
| | |||||
* | Clean up some bits/select.h headers. | Ulrich Drepper | 2011-01-09 | 1 | -25/+8 |
| | |||||
* | Remove `.ctors' and `.dtors' output sections | H.J. Lu | 2010-12-24 | 1 | -0/+2 |
| | |||||
* | Make PowerPC64 default to nonexecutable stack | Ryan S. Arnold | 2010-12-19 | 1 | -1/+7 |
| | |||||
* | 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 |
| | |||||
* | Relax libm tests for x86-32. | Ulrich Drepper | 2010-11-30 | 1 | -2/+2 |
| | |||||
* | Fix warnings in __bswap_16. | Ulrich Drepper | 2010-11-10 | 1 | -7/+8 |
| | |||||
* | 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. | ||||
* | Provide FP_FAST_FMA{,F,L} definitions for x86/x86-64. | Ulrich Drepper | 2010-10-19 | 1 | -1/+15 |
| | |||||
* | Implement fmal, some fma bugfixes | Jakub Jelinek | 2010-10-15 | 3 | -94/+0 |
| | |||||
* | Implement accurate fma. | Jakub Jelinek | 2010-10-13 | 2 | -5/+3 |
| | |||||
* | Correct implementation of fmaf. | Jakub Jelinek | 2010-10-11 | 3 | -3/+5 |
| | |||||
* | 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 -fno-asynchronous-unwind-tables to initfini.s for i386 | H.J. Lu | 2010-08-15 | 1 | -0/+4 |
| | |||||
* | x86: Add support for frame pointer less mcount | Andi Kleen | 2010-08-07 | 1 | -0/+25 |
| | |||||
* | 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 | 8 | -0/+179 |
| | |||||
* | 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 | 3 | -0/+43 |
| | |||||
* | Fix unwind info in x86 strcmp-sse4.S | H.J. Lu | 2010-02-26 | 1 | -1/+3 |
| |