MC/Mach-O/ARM: We always use the SECTDIFF reloc type on ARM, which is
[oota-llvm.git] / test / Transforms / SimplifyLibCalls / StrStr.ll
2010-06-15 Benjamin Kramersimplify-libcalls: fold strstr(a, b) == a -> strncmp...
2009-12-16 Chris Lattnerreapply my strstr optimization. I have reproduced...
2009-12-16 Chris Lattnerrevert my strstr optimization, I'm told it breaks x86...
2009-12-15 Chris Lattneroptimize strstr, PR5783