summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/DeadStoreElimination/PartialStore.ll
Commit message (Expand)AuthorAgeFilesLines
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+87
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-87/+0
* [DSE] Merge stores when the later store only writes to memory locations the e...Sanjay Patel2017-09-261-1/+1
* Revert r310055, it caused PR34074.Nico Weber2017-08-041-1/+1
* [DSE] Merge stores when the later store only writes to memory locations the e...Filipe Cabecinhas2017-08-041-1/+1
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-1/+1
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-4/+4
* Teach GetUnderlyingObject / BasicAA about addrspacecastMatt Arsenault2014-07-151-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
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-171-0/+11
OpenPOWER on IntegriCloud