about summary refs log tree commit diff
path: root/sysdeps/i386/i686/multiarch
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix wrong copying processing for last bytes in x86-32 wcscpyLiubov Dmitrieva2011-12-231-41/+21
* Fix overrun in strcpy destination buffer in x86-32/SSSE3 versionLiubov Dmitrieva2011-12-221-745/+516
* Optimized wcschr and wcscpy for x86-64 and x86-32Ulrich Drepper2011-12-1710-1/+1370
* Fix SSSE3/SSE4.2 strcasecmp[_l]/strncasecmp[_l] for non-PIC and -mno-tls-dire...Andreas Schwab2011-11-162-12/+68
* 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
* 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