summaryrefslogtreecommitdiff
path: root/lib/Analysis/SparsePropagation.cpp
Commit message (Expand)AuthorAge
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-09
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:Stepan Dyatkovskiy2012-03-08
* SwitchInst refactoring.Stepan Dyatkovskiy2012-02-01
* Remove all remaining uses of Value::getNameStr().Benjamin Kramer2011-11-15
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-23
* Eliminate unnecessary LLVMContexts.Dan Gohman2009-12-18
* rename indbr -> indirectbr to appease the residents of #llvm.Chris Lattner2009-10-28
* make the build build.Chris Lattner2009-10-27
* Random updates to passes for indbr, I need blockaddress before I can do much ...Chris Lattner2009-10-27
* Add a comment explaining why you would ever want to do this.Nick Lewycky2009-09-19
* Lett users of sparse propagation do their own thing with phi nodes if they wantNick Lewycky2009-09-19
* Add newlines.Nick Lewycky2009-09-18
* eliminate the "Value" printing methods that print to a std::ostream.Chris Lattner2009-08-23
* 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