summaryrefslogtreecommitdiff
path: root/lib/Analysis/SparsePropagation.cpp
Commit message (Expand)AuthorAge
* Move getTrue() and getFalse() to 2.5-like APIs.Owen Anderson2009-07-31
* Remove Value::getName{Start,End}, the last of the old Name APIs.Daniel Dunbar2009-07-26
* Rename getConstantInt{True|False} to get{True|False} at Chris' behest.Owen Anderson2009-07-21
* Finish LLVMContext-ing lib/Analysis. This required pushing LLVMContext's thr...Owen Anderson2009-07-06
* Make Print callable from a pass's print method: add const qualifier. NoTorok Edwin2009-03-11
* "This patch adds a virtual call to AbstractLatticeFunction to derive a Chris Lattner2008-08-09
* Use Function::getEntryBlock instead of Function::begin, for clarity.Dan Gohman2008-05-27
* Print debug output when any edge becomes executable, includingDan Gohman2008-05-27
* Add a bool to isEdgeFeasible that tells it whether to treat unknownChris Lattner2008-05-20
* prune #includes.Chris Lattner2008-05-12
* Add a new SparsePropagation analysis utility, which allows you to doChris Lattner2008-05-12