aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/SparsePropagation.cpp
AgeCommit message (Expand)Author
2009-07-21Rename getConstantInt{True|False} to get{True|False} at Chris' behest.Owen Anderson
2009-07-06Finish LLVMContext-ing lib/Analysis. This required pushing LLVMContext's thr...Owen Anderson
2009-03-11Make Print callable from a pass's print method: add const qualifier. NoTorok Edwin
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