aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/DeadStoreElimination
Commit message (Expand)AuthorAgeFilesLines
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-201-1/+1
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-201-1/+1
* Update old-style syntax in some "not grep" tests.Dan Gohman2008-05-011-1/+1
* Fix DSE to not eliminate volatile loads with no uses.Dan Gohman2008-04-281-0/+8
* rename *.llx -> *.ll, last batch.Chris Lattner2008-04-194-0/+0
* Remove llvm-upgrade and update test cases.Tanya Lattner2008-03-019-997/+996
* Make DSE much more aggressive by performing DCE earlier. Update a testcase t...Owen Anderson2008-01-301-1/+1
* Add a testcase for eliminating memcpy's at the end of functions. Forgot to c...Owen Anderson2008-01-291-0/+52
* DeadStoreElimination can treat byval parameters as if there were alloca's for...Owen Anderson2008-01-251-0/+10
* Fix test/Transforms/DeadStoreElimination/PartialStore.ll, which had beenOwen Anderson2007-11-011-1/+1
* Forgot to update these files for the FastDSE changes.Owen Anderson2007-08-014-4/+4
* Rename FastDSE to just DSE.Owen Anderson2007-08-015-5/+5
* Move these tests to use FastDSE instead of old DSE.Owen Anderson2007-07-239-9/+9
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-1810-0/+1206