aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/SparsePropagation.cpp
AgeCommit message (Expand)Author
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-03-08Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:Stepan Dyatkovskiy
2012-02-01SwitchInst refactoring.Stepan Dyatkovskiy
2011-11-15Remove all remaining uses of Value::getNameStr().Benjamin Kramer
2009-12-23Convert debug messages to use dbgs(). Generally this meansDavid Greene
2009-12-18Eliminate unnecessary LLVMContexts.Dan Gohman
2009-10-28rename indbr -> indirectbr to appease the residents of #llvm.Chris Lattner
2009-10-27make the build build.Chris Lattner
2009-10-27Random updates to passes for indbr, I need blockaddress before I can do much ...Chris Lattner
2009-09-19Add a comment explaining why you would ever want to do this.Nick Lewycky
2009-09-19Lett users of sparse propagation do their own thing with phi nodes if they wantNick Lewycky
2009-09-18Add newlines.Nick Lewycky
2009-08-23eliminate the "Value" printing methods that print to a std::ostream.Chris Lattner
2009-07-31Move getTrue() and getFalse() to 2.5-like APIs.Owen Anderson
2009-07-26Remove Value::getName{Start,End}, the last of the old Name APIs.Daniel Dunbar
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