summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/DeadStoreElimination/memcpy.ll
Commit message (Expand)AuthorAgeFilesLines
* clean up DSE tests, removing some poorly reduced and useless old test,Chris Lattner2010-11-301-52/+0
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-111-1/+1
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-1/+1
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-1/+1
* Make DSE much more aggressive by performing DCE earlier. Update a testcase t...Owen Anderson2008-01-301-1/+1
* Add a testcase for eliminating memcpy's at the end of functions. Forgot to c...Owen Anderson2008-01-291-0/+52
OpenPOWER on IntegriCloud