summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/store.ll
Commit message (Expand)AuthorAge
* Fix PR5471 by removing an instcombine xform. Some pieces of the codeChris Lattner2009-11-26
* fix instcombine to only do store sinking when the alignmentsChris Lattner2009-11-02
* merge a test into store.llChris Lattner2009-11-02
* convert to filecheckChris Lattner2009-11-02
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* Remove llvm-upgrade and update test cases.Tanya Lattner2008-03-01
* For PR1319:Reid Spencer2007-04-14
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* New testcase for trivial DSEChris Lattner2006-05-26
* New testcaseChris Lattner2005-01-31