summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/store.ll
Commit message (Expand)AuthorAge
* TBAA: handle scalar TBAA format and struct-path aware TBAA format.Manman Ren2013-09-27
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* teach instcombine to preserve TBAA tag when merging two stores, part ofChris Lattner2012-12-31
* 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