about summary refs log tree commit diff
path: root/sysdeps/i386/i686/multiarch
Commit message (Expand)AuthorAgeFilesLines
* x86: Don't include <init-arch.h> in assembly codesH.J. Lu2018-08-031-1/+0
* i386: Use _CET_NOTRACK in memset-sse2-rep.SH.J. Lu2018-07-181-2/+2
* i386: Use _CET_NOTRACK in strcat-sse2.SH.J. Lu2018-07-181-2/+2
* i386: Use _CET_NOTRACK in strcpy-sse2.SH.J. Lu2018-07-181-2/+2
* i386: Use _CET_NOTRACK in memcpy-ssse3.SH.J. Lu2018-07-181-2/+2
* i386: Use _CET_NOTRACK in memcpy-ssse3-rep.SH.J. Lu2018-07-181-4/+4
* i386: Use _CET_NOTRACK in memcmp-sse4.SH.J. Lu2018-07-181-2/+2
* i386: Use _CET_NOTRACK in memset-sse2.SH.J. Lu2018-07-181-2/+2
* x86: Make strncmp usable from rtldFlorian Weimer2018-06-121-1/+1
* Fix i386 memmove issue (bug 22644).Andrew Senkevich2018-03-231-6/+6
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-01103-103/+103
* Use libm_alias_float for i386.Joseph Myers2017-11-291-1/+2
* Use libm_alias_double for i386.Joseph Myers2017-11-281-1/+2
* Remove remaining _HAVE_STRING_ARCH_* definitions (BZ #18858)Adhemerval Zanella2017-09-061-1/+0
* i686: Implement IFUNC selectors in CH.J. Lu2017-08-0499-1732/+2078
* x86: Remove __memset_zero_constant_len_parameter [BZ #21790]H.J. Lu2017-08-041-5/+1
* i386: Check PIC to enable PIC setups in multiarch functionsH.J. Lu2017-08-028-34/+34
* i386: Don't define multiarch __memmove_chk in libc.a [BZ #21791]H.J. Lu2017-08-023-3/+3
* i386: Test memmove_chk and memset_chk only in libc.so [BZ #21741]H.J. Lu2017-07-191-0/+4
* Remove bits/string.h.Zack Weinberg2017-06-201-6/+1
* i686: Add missing IS_IN (libc) guards to vectorized strcspnFlorian Weimer2017-06-142-3/+7
* x86: Optimize SSE2 memchr overflow calculationH.J. Lu2017-05-191-8/+6
* Fix i686 memchr overflow calculation (BZ#21182)Adhemerval Zanella2017-03-291-1/+1
* Fix x86 strncat optimized implementation for large sizesAdhemerval Zanella2017-01-031-0/+2
* Fix i686 memchr for large input sizesAdhemerval Zanella2017-01-022-3/+15
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-0164-64/+64
* Remove x86 ifunc-defines.sym and rtld-global-offsets.symH.J. Lu2016-05-112-20/+0
* Use HAS_ARCH_FEATURE with Fast_Rep_StringH.J. Lu2016-03-069-9/+9
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-0464-64/+64
* Remove configure tests for AVX support.Joseph Myers2015-10-085-11/+3
* Remove configure tests for SSE4 support.Joseph Myers2015-10-063-14/+2
* Move i486/strcat.S to strcat.SH.J. Lu2015-08-271-1/+1
* Remove the unused IFUNC filesH.J. Lu2015-08-201-4/+0
* Move x86_64 init-arch.h to sysdeps/x86/init-arch.hH.J. Lu2015-08-201-1/+0
* Remove x86 init-arch.cH.J. Lu2015-08-201-1/+0
* Update i686 multiarch functions for <cpu-features.h>H.J. Lu2015-08-1334-882/+346
* Add _dl_x86_cpu_features to rtld_globalH.J. Lu2015-08-133-7/+0
* Fix regcomp wcscoll, wcscmp namespace (bug 18497).Joseph Myers2015-06-092-4/+7
* Use libc_hidden_proto / libc_hidden_def with __strnlen.Joseph Myers2015-06-021-1/+3
* powerpc: Fix __wcschr static buildAdhemerval Zanella2015-04-151-2/+8
* Fix __memcpy_chk on non-SSE2 CPUsEvangelos Foutras2015-02-101-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-0264-64/+64
* i386: memcpy functions with SSE2 unaligned load/storeAndrew Senkevich2014-12-3013-3/+769
* Fix strftime wcschr namespace (bug 17634).Joseph Myers2014-12-102-3/+6
* Remove NOT_IN_libcSiddhesh Poyarekar2014-11-2462-64/+64
* Fix misdetected Slow_SSE4_2 cpu feature bit (bug 17501)Andreas Schwab2014-10-273-6/+6
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-0163-63/+63
* Remove use of SSE4.2 functions for strstr on i686Andreas Schwab2013-12-186-49/+2
* Remove --disable-versioning.Joseph Myers2013-09-041-1/+1
* Fix handling LC_CTYPE nonascii-case fallback in i686 SSE4.2 and SSSE3 strcase...Andreas Schwab2013-08-272-0/+24