Add a minor optimization: if we haven't changed the operands of an
[oota-llvm.git] / test / Transforms / MemCpyOpt /
2009-11-03 Kenneth UildriksMake opt default to not adding a target data string...
2009-09-14 Dan GohmanWhen extending a memset range past the front, set the...
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2009-09-08 Chris LattnerFix PR4882, by making MemCpyOpt not dereference removed...
2009-09-01 Chris Lattnerenhance memcpy opt to turn memmoves into memcpy when...
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2008-06-01 Owen AndersonFix two issues that Eli Friedman pointed out, where...
2008-06-01 Owen AndersonTest for PR2401
2008-05-20 Gabor Greifsabre brings to my attention that the 'tr' suffix is...
2008-05-20 Gabor GreifRename the last test with .llx extension to .ll, resolv...
2008-04-29 Owen AndersonFix a bug in memcpyopt where the memcpy-memcpy transfor...
2008-04-21 Owen AndersonRefactor memcpyopt based on Chris' suggestions. Consol...
2008-04-09 Owen AndersonFactor a bunch of functionality related to memcpy and...