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