aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/SSI
Commit message (Expand)AuthorAgeFilesLines
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-115-5/+5
* 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-085-5/+5
* Fix up PHI nodes correctly in the presence of unreachable BBs, part two. AlsoNick Lewycky2009-08-191-0/+22
* Test the pass the test is actually for, instead of one that doesn't exist.Nick Lewycky2009-08-171-1/+1
* Don't crash on critical edge. Patch by Andre Tavares.Nick Lewycky2009-08-171-0/+15
* Add a test that shows that SSI is working correctly.Nick Lewycky2009-08-171-0/+22
* SSI construction should just go ahead and ignore instructions in unreachableNick Lewycky2009-08-151-0/+19
* There's no need to consider PHI nodes in the same block as the instructionNick Lewycky2009-07-092-0/+74