aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/store.ll
AgeCommit message (Expand)Author
2012-12-31teach instcombine to preserve TBAA tag when merging two stores, part ofChris Lattner
2009-11-26Fix PR5471 by removing an instcombine xform. Some pieces of the codeChris Lattner
2009-11-02fix instcombine to only do store sinking when the alignmentsChris Lattner
2009-11-02merge a test into store.llChris Lattner
2009-11-02convert to filecheckChris Lattner
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-04-14For PR1319:Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-05-26New testcase for trivial DSEChris Lattner
2005-01-31New testcaseChris Lattner