aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/DeadStoreElimination/PartialStore.ll
AgeCommit message (Expand)Author
2010-11-30Enhance DSE to handle the variable index case in PR8657.Chris Lattner
2010-11-30teach DSE to use GetPointerBaseWithConstantOffset to analyzeChris Lattner
2010-11-30clean up DSE tests, removing some poorly reduced and useless old test,Chris Lattner
2010-10-18Make BasicAliasAnalysis a normal AliasAnalysis implementation whichDan Gohman
2009-11-03Make opt default to not adding a target data string and update tests that dep...Kenneth Uildriks
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2008-03-01Remove llvm-upgrade and update test cases.Tanya Lattner
2007-11-01Fix test/Transforms/DeadStoreElimination/PartialStore.ll, which had beenOwen Anderson
2007-08-01Rename FastDSE to just DSE.Owen Anderson
2007-07-23Move these tests to use FastDSE instead of old DSE.Owen Anderson
2007-04-15For PR1319:Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2004-12-29Add a comment, add a new testcaseChris Lattner