Teach dead store elimination that certain intrinsics write to memory just like
[oota-llvm.git] / test / Transforms / SSI /
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2009-08-19 Nick LewyckyFix up PHI nodes correctly in the presence of unreachab...
2009-08-17 Nick LewyckyTest the pass the test is actually for, instead of...
2009-08-17 Nick LewyckyDon't crash on critical edge. Patch by Andre Tavares.
2009-08-17 Nick LewyckyAdd a test that shows that SSI is working correctly.
2009-08-15 Nick LewyckySSI construction should just go ahead and ignore instru...
2009-07-09 Nick LewyckyThere's no need to consider PHI nodes in the same block...