summaryrefslogtreecommitdiff
path: root/sysdeps/i386/i686/multiarch
AgeCommit message (Expand)Author
2018-07-18i386: Use _CET_NOTRACK in memset-sse2-rep.SH.J. Lu
2018-07-18i386: Use _CET_NOTRACK in strcat-sse2.SH.J. Lu
2018-07-18i386: Use _CET_NOTRACK in strcpy-sse2.SH.J. Lu
2018-07-18i386: Use _CET_NOTRACK in memcpy-ssse3.SH.J. Lu
2018-07-18i386: Use _CET_NOTRACK in memcpy-ssse3-rep.SH.J. Lu
2018-07-18i386: Use _CET_NOTRACK in memcmp-sse4.SH.J. Lu
2018-07-18i386: Use _CET_NOTRACK in memset-sse2.SH.J. Lu
2018-06-12x86: Make strncmp usable from rtldFlorian Weimer
2018-03-23Fix i386 memmove issue (bug 22644).Andrew Senkevich
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-11-29Use libm_alias_float for i386.Joseph Myers
2017-11-28Use libm_alias_double for i386.Joseph Myers
2017-09-06Remove remaining _HAVE_STRING_ARCH_* definitions (BZ #18858)Adhemerval Zanella
2017-08-04i686: Implement IFUNC selectors in CH.J. Lu
2017-08-04x86: Remove __memset_zero_constant_len_parameter [BZ #21790]H.J. Lu
2017-08-02i386: Check PIC to enable PIC setups in multiarch functionsH.J. Lu
2017-08-02i386: Don't define multiarch __memmove_chk in libc.a [BZ #21791]H.J. Lu
2017-07-19i386: Test memmove_chk and memset_chk only in libc.so [BZ #21741]H.J. Lu
2017-06-20Remove bits/string.h.Zack Weinberg
2017-06-14i686: Add missing IS_IN (libc) guards to vectorized strcspnFlorian Weimer
2017-05-19x86: Optimize SSE2 memchr overflow calculationH.J. Lu
2017-03-29Fix i686 memchr overflow calculation (BZ#21182)Adhemerval Zanella
2017-01-03Fix x86 strncat optimized implementation for large sizesAdhemerval Zanella
2017-01-02Fix i686 memchr for large input sizesAdhemerval Zanella
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-05-11Remove x86 ifunc-defines.sym and rtld-global-offsets.symH.J. Lu
2016-03-06Use HAS_ARCH_FEATURE with Fast_Rep_StringH.J. Lu
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-10-08Remove configure tests for AVX support.Joseph Myers
2015-10-06Remove configure tests for SSE4 support.Joseph Myers
2015-08-27Move i486/strcat.S to strcat.SH.J. Lu
2015-08-20Remove the unused IFUNC filesH.J. Lu
2015-08-20Move x86_64 init-arch.h to sysdeps/x86/init-arch.hH.J. Lu
2015-08-20Remove x86 init-arch.cH.J. Lu
2015-08-13Update i686 multiarch functions for <cpu-features.h>H.J. Lu
2015-08-13Add _dl_x86_cpu_features to rtld_globalH.J. Lu
2015-06-09Fix regcomp wcscoll, wcscmp namespace (bug 18497).Joseph Myers
2015-06-02Use libc_hidden_proto / libc_hidden_def with __strnlen.Joseph Myers
2015-04-15powerpc: Fix __wcschr static buildAdhemerval Zanella
2015-02-10Fix __memcpy_chk on non-SSE2 CPUsEvangelos Foutras
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-12-30i386: memcpy functions with SSE2 unaligned load/storeAndrew Senkevich
2014-12-10Fix strftime wcschr namespace (bug 17634).Joseph Myers
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar
2014-10-27Fix misdetected Slow_SSE4_2 cpu feature bit (bug 17501)Andreas Schwab
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-12-18Remove use of SSE4.2 functions for strstr on i686Andreas Schwab
2013-09-04Remove --disable-versioning.Joseph Myers
2013-08-27Fix handling LC_CTYPE nonascii-case fallback in i686 SSE4.2 and SSSE3 strcase...Andreas Schwab
2013-08-21Fix typos.Ondřej Bílka