summaryrefslogtreecommitdiff
path: root/test/Transforms/SimplifyLibCalls/StrStr.ll
Commit message (Expand)AuthorAge
* simplify-libcalls: fold strstr(a, b) == a -> strncmp(a, b, strlen(b)) == 0Benjamin Kramer2010-06-15
* reapply my strstr optimization. I have reproduced the x86-64 bootstrapChris Lattner2009-12-16
* revert my strstr optimization, I'm told it breaks x86-64 bootstrap.Chris Lattner2009-12-16
* optimize strstr, PR5783Chris Lattner2009-12-15