aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/DeadStoreElimination/PartialStore.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-5/+5
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-3/+19
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-5/+5
* Enhance DSE to handle the variable index case in PR8657.Chris Lattner2010-11-301-0/+17
* teach DSE to use GetPointerBaseWithConstantOffset to analyzeChris Lattner2010-11-301-0/+16
* clean up DSE tests, removing some poorly reduced and useless old test,Chris Lattner2010-11-301-7/+31
* Make BasicAliasAnalysis a normal AliasAnalysis implementation whichDan Gohman2010-10-181-1/+1
* Make opt default to not adding a target data string and update tests that dep...Kenneth Uildriks2009-11-031-0/+1
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-111-1/+1
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-1/+1
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-1/+1
* Remove llvm-upgrade and update test cases.Tanya Lattner2008-03-011-8/+9
* Fix test/Transforms/DeadStoreElimination/PartialStore.ll, which had beenOwen Anderson2007-11-011-1/+1
* Rename FastDSE to just DSE.Owen Anderson2007-08-011-1/+1
* Move these tests to use FastDSE instead of old DSE.Owen Anderson2007-07-231-1/+1
* For PR1319:Reid Spencer2007-04-151-1/+2
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-021-1/+1
* Add a comment, add a new testcaseChris Lattner2004-12-291-0/+11