about summary refs log tree commit diff
path: root/sysdeps/i386
Commit message (Collapse)AuthorAgeFilesLines
* Fix SSSE3/SSE4.2 strcasecmp[_l]/strncasecmp[_l] for non-PIC and ↵Andreas Schwab2011-11-162-12/+68
| | | | -mno-tls-direct-seg-refs
* Add SSE4.2 support for strcasecmp and strncasecmp on x86-32Ulrich Drepper2011-11-148-89/+470
|
* SSSE3 optimized strcasecmp and strncasecmp for x86-32Ulrich Drepper2011-11-1314-266/+1058
|
* Fix warnings in fallback C code of x86-32 wide memory functionsUlrich Drepper2011-11-123-0/+12
|
* Remove unnecessary code from x86-32 SSSE3 strncmpUlrich Drepper2011-11-081-3/+1
|
* Fix some warning nitsAndreas Schwab2011-10-282-7/+5
|
* Move wide char related routines to wcsmbs subdirAndreas Schwab2011-10-281-3/+7
|
* Make math_force_eval accept non-addressable argumentsAndreas Schwab2011-10-261-3/+4
|
* Fix strnlen changeUlrich Drepper2011-10-231-0/+1
|
* Add optimized wcslen and strnlen for x86-32Liubov Dmitrieva2011-10-238-40/+723
|
* Improve x86-32 SSSE3 memcpyMichael Zolotukhin2011-10-231-219/+708
|
* Fix WSUlrich Drepper2011-10-231-5/+5
|
* Fix signedness in wcscmp comparisonLiubov Dmitrieva2011-10-231-71/+87
|
* Check for FMA4 support and generate appropriate fma functionsUlrich Drepper2011-10-202-20/+54
|
* No need for boundary case handling in x86-32 __ieee_logUlrich Drepper2011-10-151-52/+1
|
* Optimize expUlrich Drepper2011-10-153-3/+34
| | | | Add __exp*_finite optimizations and rewrite some wrappers.
* No need for boundary case handling in x86-32 __ieee_logfUlrich Drepper2011-10-151-52/+1
|
* Optimized memcmp and wmemcmp for x86-64 and x86-32Liubov Dmitrieva2011-10-157-282/+754
|
* Optimize x86-32 logUlrich Drepper2011-10-146-3/+299
|
* Fix whitespacesUlrich Drepper2011-10-122-10/+10
|
* Optimized memchr, memrchr, rawmemchr for x86-32Liubov Dmitrieva2011-10-1211-1/+2639
|
* Optimize libmUlrich Drepper2011-10-1246-149/+179
| | | | | libm is now somewhat integrated with gcc's -ffinite-math-only option and lots of the wrapper functions have been optimized.
* Don't call ifunc functions in trace modeAndreas Schwab2011-10-051-11/+16
|
* Avoid macro clash between <sys/select.h> and <linux/posix_types.h>Andreas Schwab2011-09-131-3/+3
|
* Remove --wth-tls option, TLS support is requiredUlrich Drepper2011-09-112-10/+5
|
* Remove support for !USE___THREADUlrich Drepper2011-09-101-24/+16
|
* Fix jn precisionPetr Baudis2011-09-091-4/+50
|
* Fix up x86-32 section names for Atom codeLiubov Dmitrieva2011-09-076-9/+6
|
* 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
| | | | | | | | | | | _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_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
| | | | the ifunc resolver calls however they wish.
* 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
|