aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/i386/i686
AgeCommit message (Expand)AuthorFilesLines
2014-06-18Fix __ieee754_logl (-LDBL_MAX) in FE_DOWNWARD mode (bug 17022).Joseph Myers1-1/+4
2014-06-12Move i386 code out of nptl/ subdirectory.Roland McGrath3-0/+86
2014-03-21Fix log (1) in round-downward mode (bug 16731).Joseph Myers1-1/+7
2014-01-09Fix a thinko/typo in i686's memmove (aka __memmove_ia32).Yuriy Kaminskiy1-2/+2
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae99-99/+99
2013-12-18Remove use of SSE4.2 functions for strstr on i686Andreas Schwab6-49/+2
2013-09-20Make __ffs hiddenAndreas Schwab1-0/+1
2013-09-04Remove --disable-versioning.Joseph Myers1-1/+1
2013-08-27Fix handling LC_CTYPE nonascii-case fallback in i686 SSE4.2 and SSSE3 strcase...Andreas Schwab2-0/+24
2013-08-21Fix typos.Ondřej Bílka7-11/+11
2013-08-21i686: Skip SSE4_2 version for strcmp, strncmp, strncase, strcasecmpLiubov Dmitrieva3-0/+12
2013-07-02Enable static 32-bit SSE4.2 strcasecmp/strncasecmpH.J. Lu2-6/+0
2013-02-21Remove remaining bounded-pointers support from i386 .S files.Joseph Myers10-78/+62
2013-02-19Remove some bounded-pointers support from i386 .S files.Joseph Myers8-85/+6
2013-02-15Remove bounded-pointers build system support.Joseph Myers1-2/+0
2013-01-05Change __x86_64 prefix in cache size to __x86H.J. Lu1-9/+0
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers99-99/+99
2012-10-11Add i686 __libc_ifunc_impl_listH.J. Lu42-0/+396
2012-09-25Add optimized sincosf for SSE2 for x86 and x86-64Liubov Dmitrieva3-1/+617
2012-09-10Fix x86 SSE cosf, sinf issuesLiubov Dmitrieva2-55/+40
2012-09-03Add optimized sinf and cosf routines for x86 and x86-64Liubov Dmitrieva6-1/+1210
2012-08-15Remove executable permissions checked in by accidentAndreas Jaeger1-0/+0
2012-08-15Fix segmentation fault in strncasecmp for i686Liubov Dmitrieva1-1/+1
2012-08-09Avoid DWARF definition DIE on ifunc symbolsH.J. Lu1-3/+14
2012-08-02Get rid of ASM_TYPE_DIRECTIVE{,_PREFIX}.Marek Polacek3-17/+17
2012-05-21Fix warnings in wcschr-c.cAndreas Jaeger1-3/+9
2012-05-17BZ#14059: Fix AVX and FMA4 detection.Carlos O'Donell2-0/+2
2012-05-14Add optimized expf for x86Liubov Dmitrieva4-0/+364
2012-04-08memset: also update copyright yearsMike Frysinger1-1/+1
2012-04-07memset: fix define usage for shared libsMike Frysinger1-1/+1
2012-03-30optimize the following memcpy: sysdeps/i386/i686/multiarch/memcpy-ssse3.SLiubov Dmitrieva1-536/+1449
2012-03-20Move stdio-common/_itoa.h to sysdeps/genericH.J. Lu1-1/+1
2012-02-29Fix x86 strcasecmp_l (bug 13786).Joseph Myers3-1/+6
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert89-267/+178
2012-02-07Remove __ELF__ conditionalsMarek Polacek1-4/+1
2012-02-03Consistently use macros for x86 PIC thunks.Joseph Myers41-418/+93
2011-12-23Fix wrong copying processing for last bytes in x86-32 wcscpyLiubov Dmitrieva1-41/+21
2011-12-22Fix overrun in strcpy destination buffer in x86-32/SSSE3 versionLiubov Dmitrieva1-745/+516
2011-12-17Optimized wcschr and wcscpy for x86-64 and x86-32Ulrich Drepper10-1/+1370
2011-11-16Fix SSSE3/SSE4.2 strcasecmp[_l]/strncasecmp[_l] for non-PIC and -mno-tls-dire...Andreas Schwab2-12/+68
2011-11-14Add SSE4.2 support for strcasecmp and strncasecmp on x86-32Ulrich Drepper8-89/+470
2011-11-13SSSE3 optimized strcasecmp and strncasecmp for x86-32Ulrich Drepper14-266/+1058
2011-11-12Fix warnings in fallback C code of x86-32 wide memory functionsUlrich Drepper3-0/+12
2011-11-08Remove unnecessary code from x86-32 SSSE3 strncmpUlrich Drepper1-3/+1
2011-10-28Fix some warning nitsAndreas Schwab2-7/+5
2011-10-28Move wide char related routines to wcsmbs subdirAndreas Schwab1-3/+7
2011-10-23Fix strnlen changeUlrich Drepper1-0/+1
2011-10-23Add optimized wcslen and strnlen for x86-32Liubov Dmitrieva8-40/+723
2011-10-23Improve x86-32 SSSE3 memcpyMichael Zolotukhin1-219/+708
2011-10-23Fix WSUlrich Drepper1-5/+5