Age | Commit message (Expand) | Author |
2011-10-14 | Optimize x86-32 log | Ulrich Drepper |
2011-10-12 | Fix whitespaces | Ulrich Drepper |
2011-10-12 | Optimized memchr, memrchr, rawmemchr for x86-32 | Liubov Dmitrieva |
2011-10-12 | Optimize libm | Ulrich Drepper |
2011-10-05 | Don't call ifunc functions in trace mode | Andreas Schwab |
2011-09-13 | Avoid macro clash between <sys/select.h> and <linux/posix_types.h> | Andreas Schwab |
2011-09-11 | Remove --wth-tls option, TLS support is required | Ulrich Drepper |
2011-09-10 | Remove support for !USE___THREAD | Ulrich Drepper |
2011-09-09 | Fix jn precision | Petr Baudis |
2011-09-07 | Fix up x86-32 section names for Atom code | Liubov Dmitrieva |
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 |