aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/PostDominators.h
Commit message (Expand)AuthorAgeFilesLines
* Force postdom to be linked into opt and bugpoint, even though it is no longer...Owen Anderson2008-05-291-0/+3
* Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman2008-05-061-3/+0
* Implement destructor for PostDominatorTree to eliminate a memory leak.Edwin Török2008-05-031-0/+2
* PassInfo keep tracks whether a pass is an analysis pass or not.Devang Patel2008-03-191-1/+1
* Do not use virtual function to identify an analysis pass.Devang Patel2008-03-191-7/+1
* Identify Analysis pass.Devang Patel2008-03-181-0/+6
* Add -analyze support to postdomtree.Dan Gohman2008-02-271-0/+4
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Make DomTreeBase not a FunctionPass.Owen Anderson2007-10-231-1/+1
* Make DomTree and PostDomTree thin wrappers around DomTreeBase, rather than in...Owen Anderson2007-10-231-3/+25
* Template DominatorTreeBase by node type. This is the next major step towardsOwen Anderson2007-10-161-2/+2
* Completely merge the implementation details of DomTree and PostDomTree.Owen Anderson2007-10-031-2/+0
* Factor some code from the DomTree and PostDomTree calculate methods up into Owen Anderson2007-10-031-5/+1
* Have PostDomTree use the newly templated DFSPass.Owen Anderson2007-09-281-3/+0
* Merge significant portions of the DomTree and PostDomTree implementations.Owen Anderson2007-09-241-3/+0
* Factor the calculation details for PostDomTree out of PostDominators.cpp andOwen Anderson2007-09-231-5/+7
* Factor the dominator tree calculation details out into DominatorCalculation.h...Owen Anderson2007-09-231-6/+0
* Switch the internal "Info" map from an std::map to a DenseMap. ThisChris Lattner2007-08-051-1/+1
* switch the DomTreeNodes and IDoms maps in idom/postidom to a Chris Lattner2007-08-041-1/+1
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+86