aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/SimplifyLibCalls/StrStr.ll
Commit message (Expand)AuthorAgeFilesLines
* instcombine: Migrate strstr optimizationsMeador Inge2012-11-111-60/+0
* simplify-libcalls: fold strstr(a, b) == a -> strncmp(a, b, strlen(b)) == 0Benjamin Kramer2010-06-151-0/+12
* reapply my strstr optimization. I have reproduced the x86-64 bootstrapChris Lattner2009-12-161-0/+48
* revert my strstr optimization, I'm told it breaks x86-64 bootstrap.Chris Lattner2009-12-161-48/+0
* optimize strstr, PR5783Chris Lattner2009-12-151-0/+48