summaryrefslogtreecommitdiff
path: root/test/Transforms/DeadStoreElimination/crash.ll
Commit message (Expand)AuthorAge
* rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner2011-06-18
* clean up DSE tests, removing some poorly reduced and useless old test,Chris Lattner2010-11-30
* add newlines at the end of files.Chris Lattner2010-04-07
* Make DSE only scan blocks that are reachable from the entryChris Lattner2010-02-11
* implement a FIXME: limit the depth that DecomposeGEPExpression goes the sameChris Lattner2009-11-28
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* fix PR4815: some cases where DeleteDeadInstruction can deleteChris Lattner2009-09-02