about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/strstr.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Update x86_64 multiarch functions for <cpu-features.h>H.J. Lu2015-08-131-1/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Add strstr with unaligned loads. Fixes bug 12100.Ondřej Bílka2013-12-141-363/+25
* Remove lots of inline keywords.Roland McGrath2013-02-071-3/+4
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* More cleanups of x86-64 strstrUlrich Drepper2011-10-281-13/+12
* Clean up x86-64 strcasestrUlrich Drepper2011-10-281-13/+12
* Clean up SSE variable shiftsRichard Henderson2010-08-241-61/+1
* Fix tolower operation in strcasestr.Ulrich Drepper2010-07-301-1/+1
* Speed up x86-64 strcasestr a bit moew.Ulrich Drepper2010-07-241-5/+11
* Add strcasestr-nonascii to i386 buildAndreas Schwab2010-07-211-5/+8
* Fix non-ASCII case of SSE4.2 strcasstr.Ulrich Drepper2010-07-161-0/+2
* Speed up SSE4.2 strcasestr by avoiding indirect function call.Ulrich Drepper2010-07-161-48/+20
* Minor cleanups in x86-64 strstr.Ulrich Drepper2009-07-211-78/+55
* Better check for optimization in new x86-64 strstr/strcasestr.Ulrich Drepper2009-07-201-11/+15
* SSE4.2 strstr/strcasestr for x86-64.H.J. Lu2009-07-201-0/+483