summaryrefslogtreecommitdiff
path: root/lib/VMCore/Dominators.cpp
Commit message (Expand)AuthorAge
...
* Rename Function::getEntryNode -> getEntryBlockChris Lattner2003-09-20
* Renamed DominatorTree::Node::getNode() -> getBlock()Chris Lattner2003-09-11
* Rework dominator interfaces to handle changes in the post-dominanceChris Lattner2003-09-10
* Do not even attempt to compute dominator information for unreachable blocksChris Lattner2003-08-18
* Spell `necessary' correctly.Misha Brukman2003-08-18
* Remove using declarations and extraneous #includesChris Lattner2003-05-22
* Fix bug: Dominators/2003-05-12-UnreachableCode.llChris Lattner2003-05-12
* Expose new "recalculate" method from dominatorsetChris Lattner2002-10-08
* Fix a nasty problem with dominance calculation for unreachable blocks.Chris Lattner2002-10-04
* Improve printing of dominator setsChris Lattner2002-09-29
* - Add methods to ImmediateDominators & DominatorTree to allow updatesChris Lattner2002-09-26
* Fix bug: test/Regression/Assembler/2002-08-22-DominanceProblem.llChris Lattner2002-08-22
* - Do not expose ::ID from any of the analyses anymore.Chris Lattner2002-08-21
* Implement dominator checking in the verifier, so that we check that allChris Lattner2002-08-02
* Fix bug: test/Regression/Other/2002-08-02-DomSetProblem.llChris Lattner2002-08-02
* 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