Age | Commit message (Expand) | Author |
---|---|---|
2009-09-11 | Change tests from "opt %s" to "opt < %s" so that opt doesn't see the | Dan Gohman |
2009-09-08 | Use opt -S instead of piping bitcode output through llvm-dis. | Dan Gohman |
2009-09-08 | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman |
2009-08-19 | Fix up PHI nodes correctly in the presence of unreachable BBs, part two. Also | Nick Lewycky |
2009-08-17 | Test the pass the test is actually for, instead of one that doesn't exist. | Nick Lewycky |
2009-08-17 | Don't crash on critical edge. Patch by Andre Tavares. | Nick Lewycky |
2009-08-17 | Add a test that shows that SSI is working correctly. | Nick Lewycky |
2009-08-15 | SSI construction should just go ahead and ignore instructions in unreachable | Nick Lewycky |
2009-07-09 | There's no need to consider PHI nodes in the same block as the instruction | Nick Lewycky |