Delete -std-compile-opts.
[oota-llvm.git] / test / Transforms / InstCombine / 2007-10-10-EliminateMemCpy.ll
2014-10-16 Rafael EspindolaDelete -std-compile-opts.
2011-06-18 Chris Lattnerrip out a ton of intrinsic modernization logic from...
2009-11-03 Kenneth UildriksMake opt default to not adding a target data string...
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...
2007-10-19 Devang PatelThis test now passes.
2007-10-18 Devang PatelXFAIL for now.
2007-10-17 Devang PatelApply "Instead of loading small c string constant,...
2007-10-11 Devang PatelLower memcpy if it makes sense.