summaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/multiarch/strstr.c
AgeCommit message (Expand)Author
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