aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/2007-10-10-EliminateMemCpy.ll
Commit message (Expand)AuthorAgeFilesLines
* rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner2011-06-181-10/+9
* Make opt default to not adding a target data string and update tests that dep...Kenneth Uildriks2009-11-031-0/+1
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-111-2/+2
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-2/+2
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-2/+2
* This test now passes.Devang Patel2007-10-191-1/+1
* XFAIL for now.Devang Patel2007-10-181-0/+1
* Apply "Instead of loading small c string constant, use integer constant direc...Devang Patel2007-10-171-0/+1
* Lower memcpy if it makes sense.Devang Patel2007-10-111-0/+18