summaryrefslogtreecommitdiff
path: root/lib/Analysis/PostDominators.cpp
Commit message (Expand)AuthorAge
* Handle post dominance correctly in the case where blocks do not have a path toChris Lattner2002-10-04
* - Split Dominators.h into Dominators.h & PostDominators.hChris Lattner2002-08-21
* - Do not expose ::ID from any of the analyses anymore.Chris Lattner2002-08-21
* - Cleaned up the interface to AnalysisUsage to take analysis class namesChris Lattner2002-08-08
* Split dominance calculation and post dominance calculation stuffChris Lattner2002-08-02
* *** empty log message ***Chris Lattner2002-07-31
* Declare that these passes only depend on the CFG of the functionChris Lattner2002-07-30
* * Eliminate the Provided set. All Passes now finally just automaticallyChris Lattner2002-07-29
* * Standardize how analysis results/passes as printed with the print() virtualChris Lattner2002-07-27
* * Add support for different "PassType's"Chris Lattner2002-07-26
* *** empty log message ***Chris Lattner2002-07-26
* MEGAPATCH checkin.Chris Lattner2002-06-25
* Add method to check to see if two _Instructions_ dominate each otherChris Lattner2002-05-13
* Move UnifyFunctionExitNodes to Utils library: final resting place this timeChris Lattner2002-05-07
* Updates to move some header files out of include/llvm/Transforms intoChris Lattner2002-05-07
* Mark analyses that only depend on the CFG of a functionChris Lattner2002-05-06
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-29
* Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classesChris Lattner2002-04-28
* Change the Dominator info and LoopInfo classes to keep track of BasicBlock's,...Chris Lattner2002-04-28
* s/Method/FunctionChris Lattner2002-04-27
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-27
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-07
* * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and intoChris Lattner2002-02-12
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-12
* Remove generic routines to Support/SetOperations.hChris Lattner2002-02-05
* Provide the right AnalysisID for postdominatorsChris Lattner2002-01-31
* Convert analyses to new pass structureChris Lattner2002-01-31
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-27
* Fix a bad assertion to be correct . The root basic block can be used by PHI n...Chris Lattner2001-11-26
* Pull predecessor and successor iterators out of the CFG*.h files, and plop th...Chris Lattner2001-10-01
* Pull iterators out of CFG.h and CFGdecls and put them in Support directoryChris Lattner2001-09-28
* Make sure noone branches to the entry node of the methodChris Lattner2001-08-24
* Handle case where there is no exit node from a flowgraphChris Lattner2001-08-23
* Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner2001-07-23
* Fixed post dominator frontiers! Yaay!Chris Lattner2001-07-08
* Implement support for postdominators, except in dom frontiersChris Lattner2001-07-06
* Checkin of new dominator calculation routines. These will be improved inChris Lattner2001-07-02