about summary refs log tree commit diff
path: root/sysdeps/i386/i686/multiarch
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix typos.Ondřej Bílka2013-08-217-11/+11
* i686: Skip SSE4_2 version for strcmp, strncmp, strncase, strcasecmpLiubov Dmitrieva2013-08-213-0/+12
* Enable static 32-bit SSE4.2 strcasecmp/strncasecmpH.J. Lu2013-07-022-6/+0
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-0263-63/+63
* Add i686 __libc_ifunc_impl_listH.J. Lu2012-10-1142-0/+396
* Remove executable permissions checked in by accidentAndreas Jaeger2012-08-151-0/+0
* Fix segmentation fault in strncasecmp for i686Liubov Dmitrieva2012-08-151-1/+1
* Avoid DWARF definition DIE on ifunc symbolsH.J. Lu2012-08-091-3/+14
* Fix warnings in wcschr-c.cAndreas Jaeger2012-05-211-3/+9
* BZ#14059: Fix AVX and FMA4 detection.Carlos O'Donell2012-05-172-0/+2
* optimize the following memcpy: sysdeps/i386/i686/multiarch/memcpy-ssse3.SLiubov Dmitrieva2012-03-301-536/+1449
* Fix x86 strcasecmp_l (bug 13786).Joseph Myers2012-02-293-1/+6
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-0962-186/+124
* Consistently use macros for x86 PIC thunks.Joseph Myers2012-02-0340-407/+91