aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/SparsePropagation.cpp
AgeCommit message (Expand)Author
2008-08-09"This patch adds a virtual call to AbstractLatticeFunction to derive a Chris Lattner
2008-05-27Use Function::getEntryBlock instead of Function::begin, for clarity.Dan Gohman
2008-05-27Print debug output when any edge becomes executable, includingDan Gohman
2008-05-20Add a bool to isEdgeFeasible that tells it whether to treat unknownChris Lattner
2008-05-12prune #includes.Chris Lattner
2008-05-12Add a new SparsePropagation analysis utility, which allows you to doChris Lattner