aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/multiarch/strstr.c
AgeCommit message (Expand)Author
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-06-27x86: Rename strstr_sse2 to strstr_generic as it uses string/strstr.cNoah Goldstein
2022-06-06x86_64: Add strstr function with 512-bit EVEXRaghuveer Devulapalli
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-08-13Update x86_64 multiarch functions for <cpu-features.h>H.J. Lu
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-12-14Add strstr with unaligned loads. Fixes bug 12100.Ondřej Bílka
2013-02-07Remove lots of inline keywords.Roland McGrath
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2011-10-28More cleanups of x86-64 strstrUlrich Drepper
2011-10-28Clean up x86-64 strcasestrUlrich Drepper
2010-08-24Clean up SSE variable shiftsRichard Henderson
2010-07-30Fix tolower operation in strcasestr.Ulrich Drepper
2010-07-24Speed up x86-64 strcasestr a bit moew.Ulrich Drepper
2010-07-21Add strcasestr-nonascii to i386 buildAndreas Schwab
2010-07-16Fix non-ASCII case of SSE4.2 strcasstr.Ulrich Drepper
2010-07-16Speed up SSE4.2 strcasestr by avoiding indirect function call.Ulrich Drepper
2009-07-21Minor cleanups in x86-64 strstr.Ulrich Drepper
2009-07-20Better check for optimization in new x86-64 strstr/strcasestr.Ulrich Drepper
2009-07-20SSE4.2 strstr/strcasestr for x86-64.H.J. Lu