about summary refs log tree commit diff
path: root/sysdeps/i386
Commit message (Expand)AuthorAgeFilesLines
* Move Atom-optimized code out of the way and togetherUlrich Drepper2011-09-064-5/+7
* Fix whitespacesUlrich Drepper2011-09-052-2/+0
* Optimized strchr and strrchr with SSE2 on x86-32Liubov Dmitrieva2011-09-057-1/+1656
* Fix whitespacesUlrich Drepper2011-09-053-4/+1
* Add x86-32 optimized wcscmpUlrich Drepper2011-09-054-1/+1075
* rtld, i386: Fix cfi directive in audit trampoline codeJiri Olsa2011-08-291-2/+2
* Fix spurious nop at start of __strspn_ia32Andreas Schwab2011-08-231-2/+2
* More warning patrol, in dead code (sigh).Roland McGrath2011-08-141-5/+13
* Fix whitespacesUlrich Drepper2011-08-042-2/+0
* Improve x86-32 strcat functions with SSE2/SSSE3Liubov Dmitrieva2011-08-0410-317/+2314
* Fix inline strncat/strncmp on x86Andreas Schwab2011-08-041-8/+8
* Never use -mpreferred-stack-boundary=2 on i386, now disallowed by GCC.Roland McGrath2011-07-161-1/+4
* Quash a warning in strstr-c.c built for static.Roland McGrath2011-07-141-0/+2
* Fix unwind info in 32bit SSE2/SSSE3 strncpyH.J. Lu2011-06-252-1/+5
* Optimized st{r,p}{,n}cpy for SSE2/SSSE3 on x86-32H.J. Lu2011-06-2414-1/+6542
* Add an elf_ifunc_invoke interface so that architectures can implementDavid S. Miller2011-06-201-1/+8
* Remove doubled words.Jim Meyering2011-04-221-2/+2
* Fix static linking with checking x86/x86-64 memcpy.Mike Frysinger2011-04-172-2/+2
* Fix memory leak in TLS of loaded objects.Ulrich Drepper2011-04-101-1/+4
* Regenerate.Ulrich Drepper2011-03-101-12/+90
* AVX audit test failures with gcc 4.6H.J. Lu2011-02-022-332/+433
* Fix alignment in x86 destructor calls.Ulrich Drepper2011-01-121-0/+1
* Clean up some bits/select.h headers.Ulrich Drepper2011-01-091-25/+8
* Remove `.ctors' and `.dtors' output sectionsH.J. Lu2010-12-241-0/+2
* Make PowerPC64 default to nonexecutable stackRyan S. Arnold2010-12-191-1/+7
* Undo accidental checkin.Ulrich Drepper2010-12-141-25/+30
* Fix -D_FORTIFY_SOURCE memmove and bcopJakub Jelinek2010-12-091-30/+25
* Remove dead code from x86-32 SSSE3 strncmp.H.J. Lu2010-12-011-8/+1
* Relax libm tests for x86-32.Ulrich Drepper2010-11-301-2/+2
* Fix warnings in __bswap_16.Ulrich Drepper2010-11-101-7/+8
* 32bit memset-sse2.S fails with uneven cache sizeUlrich Drepper2010-11-051-0/+4
* Provide FP_FAST_FMA{,F,L} definitions for x86/x86-64.Ulrich Drepper2010-10-191-1/+15
* Implement fmal, some fma bugfixesJakub Jelinek2010-10-153-94/+0
* Implement accurate fma.Jakub Jelinek2010-10-132-5/+3
* Correct implementation of fmaf.Jakub Jelinek2010-10-113-3/+5
* Add missing i686/multiarch/Makefile bit for shared x86_64 code.Roland McGrath2010-08-271-0/+1
* Fixup x86 after x86-64 varshift change.Ulrich Drepper2010-08-272-1/+1
* Unroll 32bit SSE strlen and handle slow bsfH.J. Lu2010-08-254-80/+480
* Clean up SSE variable shiftsRichard Henderson2010-08-243-1/+3
* Fix ifunc thunk for strspn on x86 in static libcAndreas Schwab2010-08-191-2/+2
* Add -fno-asynchronous-unwind-tables to initfini.s for i386H.J. Lu2010-08-151-0/+4
* x86: Add support for frame pointer less mcountAndi Kleen2010-08-071-0/+25
* Add missing file from last commit.Andreas Schwab2010-07-211-0/+2
* Add strcasestr-nonascii to i386 buildAndreas Schwab2010-07-211-1/+2
* Fix bugs in x86-32 strcmp-sse4.S and strcmp-ssse3.SH.J. Lu2010-04-152-7/+8
* Add x86-32 FMA supportH.J. Lu2010-04-148-0/+179
* Fix sysdeps/i386/i686/multiarch/memcmp-ssse3.SH.J. Lu2010-03-181-0/+15
* Pass -mtune=i686 to assembler when compiling for i686H.J. Lu2010-03-043-0/+43
* Fix unwind info in x86 strcmp-sse4.SH.J. Lu2010-02-261-1/+3
* Fix issues in x86 memcpy-ssse3-rep.SH.J. Lu2010-02-241-106/+140