aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/DeadStoreElimination/free.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-3/+3
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-5/+5
* Fix infinite loop in DSE when deleting a free in a reachable loop that's alsoNick Lewycky2011-12-081-0/+10
* Do simple cross-block DSE when we encounter a free statement. Fixes PR11240.Nick Lewycky2011-11-051-4/+22
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-171-2/+4
* Enhance DSE to handle the case where a free call makes more thanDan Gohman2010-11-121-0/+14
* Filecheckize.Dan Gohman2010-11-121-1/+12
* Make BasicAliasAnalysis a normal AliasAnalysis implementation whichDan Gohman2010-10-181-1/+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
* Reimplement the inner loop of DSE. It now uniformly uses getDependence(),Chris Lattner2008-12-061-0/+7
* rename *.llx -> *.ll, last batch.Chris Lattner2008-04-191-0/+8