Age | Commit message (Expand) | Author |
---|---|---|
2011-12-08 | Fix infinite loop in DSE when deleting a free in a reachable loop that's also | Nick Lewycky |
2011-11-05 | Do simple cross-block DSE when we encounter a free statement. Fixes PR11240. | Nick Lewycky |
2011-06-17 | manually upgrade a bunch of tests to modern syntax, and remove some that | Chris Lattner |
2010-11-12 | Enhance DSE to handle the case where a free call makes more than | Dan Gohman |
2010-11-12 | Filecheckize. | Dan Gohman |
2010-10-18 | Make BasicAliasAnalysis a normal AliasAnalysis implementation which | Dan Gohman |
2009-09-11 | Change tests from "opt %s" to "opt < %s" so that opt doesn't see the | Dan Gohman |
2009-09-08 | Use opt -S instead of piping bitcode output through llvm-dis. | Dan Gohman |
2009-09-08 | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman |
2008-12-06 | Reimplement the inner loop of DSE. It now uniformly uses getDependence(), | Chris Lattner |
2008-04-19 | rename *.llx -> *.ll, last batch. | Chris Lattner |