Age | Commit message (Expand) | Author |
2011-09-06 | Move Atom-optimized code out of the way and together | Ulrich Drepper |
2011-09-05 | Fix whitespaces | Ulrich Drepper |
2011-09-05 | Optimized strchr and strrchr with SSE2 on x86-32 | Liubov Dmitrieva |
2011-09-05 | Fix whitespaces | Ulrich Drepper |
2011-09-05 | Add x86-32 optimized wcscmp | Ulrich Drepper |
2011-08-29 | rtld, i386: Fix cfi directive in audit trampoline code | Jiri Olsa |
2011-08-23 | Fix spurious nop at start of __strspn_ia32 | Andreas Schwab |
2011-08-14 | More warning patrol, in dead code (sigh). | Roland McGrath |
2011-08-04 | Fix whitespaces | Ulrich Drepper |
2011-08-04 | Improve x86-32 strcat functions with SSE2/SSSE3 | Liubov Dmitrieva |
2011-08-04 | Fix inline strncat/strncmp on x86 | Andreas Schwab |
2011-07-16 | Never use -mpreferred-stack-boundary=2 on i386, now disallowed by GCC. | Roland McGrath |
2011-07-14 | Quash a warning in strstr-c.c built for static. | Roland McGrath |
2011-06-25 | Fix unwind info in 32bit SSE2/SSSE3 strncpy | H.J. Lu |
2011-06-24 | Optimized st{r,p}{,n}cpy for SSE2/SSSE3 on x86-32 | H.J. Lu |
2011-06-20 | Add an elf_ifunc_invoke interface so that architectures can implement | David S. Miller |
2011-04-22 | Remove doubled words. | Jim Meyering |
2011-04-17 | Fix static linking with checking x86/x86-64 memcpy. | Mike Frysinger |
2011-04-10 | Fix memory leak in TLS of loaded objects. | Ulrich Drepper |
2011-03-10 | Regenerate. | Ulrich Drepper |
2011-02-02 | AVX audit test failures with gcc 4.6 | H.J. Lu |
2011-01-12 | Fix alignment in x86 destructor calls. | Ulrich Drepper |
2011-01-09 | Clean up some bits/select.h headers. | Ulrich Drepper |
2010-12-24 | Remove `.ctors' and `.dtors' output sections | H.J. Lu |
2010-12-19 | Make PowerPC64 default to nonexecutable stack | Ryan S. Arnold |
2010-12-14 | Undo accidental checkin. | Ulrich Drepper |
2010-12-09 | Fix -D_FORTIFY_SOURCE memmove and bcop | Jakub Jelinek |
2010-12-01 | Remove dead code from x86-32 SSSE3 strncmp. | H.J. Lu |
2010-11-30 | Relax libm tests for x86-32. | Ulrich Drepper |
2010-11-10 | Fix warnings in __bswap_16. | Ulrich Drepper |
2010-11-05 | 32bit memset-sse2.S fails with uneven cache size | Ulrich Drepper |
2010-10-19 | Provide FP_FAST_FMA{,F,L} definitions for x86/x86-64. | Ulrich Drepper |
2010-10-15 | Implement fmal, some fma bugfixes | Jakub Jelinek |
2010-10-13 | Implement accurate fma. | Jakub Jelinek |
2010-10-11 | Correct implementation of fmaf. | Jakub Jelinek |
2010-08-27 | Add missing i686/multiarch/Makefile bit for shared x86_64 code. | Roland McGrath |
2010-08-27 | Fixup x86 after x86-64 varshift change. | Ulrich Drepper |
2010-08-25 | Unroll 32bit SSE strlen and handle slow bsf | H.J. Lu |
2010-08-24 | Clean up SSE variable shifts | Richard Henderson |
2010-08-19 | Fix ifunc thunk for strspn on x86 in static libc | Andreas Schwab |
2010-08-15 | Add -fno-asynchronous-unwind-tables to initfini.s for i386 | H.J. Lu |
2010-08-07 | x86: Add support for frame pointer less mcount | Andi Kleen |
2010-07-21 | Add missing file from last commit. | Andreas Schwab |
2010-07-21 | Add strcasestr-nonascii to i386 build | Andreas Schwab |
2010-04-15 | Fix bugs in x86-32 strcmp-sse4.S and strcmp-ssse3.S | H.J. Lu |
2010-04-14 | Add x86-32 FMA support | H.J. Lu |
2010-03-18 | Fix sysdeps/i386/i686/multiarch/memcmp-ssse3.S | H.J. Lu |
2010-03-04 | Pass -mtune=i686 to assembler when compiling for i686 | H.J. Lu |
2010-02-26 | Fix unwind info in x86 strcmp-sse4.S | H.J. Lu |
2010-02-24 | Fix issues in x86 memcpy-ssse3-rep.S | H.J. Lu |