summaryrefslogtreecommitdiff
path: root/test/Transforms/DeadStoreElimination/free.ll
Commit message (Expand)AuthorAge
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* Fix infinite loop in DSE when deleting a free in a reachable loop that's alsoNick Lewycky2011-12-08
* Do simple cross-block DSE when we encounter a free statement. Fixes PR11240.Nick Lewycky2011-11-05
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-17
* Enhance DSE to handle the case where a free call makes more thanDan Gohman2010-11-12
* Filecheckize.Dan Gohman2010-11-12
* Make BasicAliasAnalysis a normal AliasAnalysis implementation whichDan Gohman2010-10-18
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11
* 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
* Reimplement the inner loop of DSE. It now uniformly uses getDependence(),Chris Lattner2008-12-06
* rename *.llx -> *.ll, last batch.Chris Lattner2008-04-19