| Commit message (Expand) | Author | Age | Files | Lines |
* | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman | 2008-09-04 | 1 | -2/+2 |
* | Force postdom to be linked into opt and bugpoint, even though it is no longer... | Owen Anderson | 2008-05-29 | 1 | -0/+3 |
* | Remove uses of llvm/System/IncludeFile.h that are no longer needed. | Dan Gohman | 2008-05-06 | 1 | -3/+0 |
* | Implement destructor for PostDominatorTree to eliminate a memory leak. | Edwin Török | 2008-05-03 | 1 | -0/+2 |
* | PassInfo keep tracks whether a pass is an analysis pass or not. | Devang Patel | 2008-03-19 | 1 | -1/+1 |
* | Do not use virtual function to identify an analysis pass. | Devang Patel | 2008-03-19 | 1 | -7/+1 |
* | Identify Analysis pass. | Devang Patel | 2008-03-18 | 1 | -0/+6 |
* | Add -analyze support to postdomtree. | Dan Gohman | 2008-02-27 | 1 | -0/+4 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Make DomTreeBase not a FunctionPass. | Owen Anderson | 2007-10-23 | 1 | -1/+1 |
* | Make DomTree and PostDomTree thin wrappers around DomTreeBase, rather than in... | Owen Anderson | 2007-10-23 | 1 | -3/+25 |
* | Template DominatorTreeBase by node type. This is the next major step towards | Owen Anderson | 2007-10-16 | 1 | -2/+2 |
* | Completely merge the implementation details of DomTree and PostDomTree. | Owen Anderson | 2007-10-03 | 1 | -2/+0 |
* | Factor some code from the DomTree and PostDomTree calculate methods up into | Owen Anderson | 2007-10-03 | 1 | -5/+1 |
* | Have PostDomTree use the newly templated DFSPass. | Owen Anderson | 2007-09-28 | 1 | -3/+0 |
* | Merge significant portions of the DomTree and PostDomTree implementations. | Owen Anderson | 2007-09-24 | 1 | -3/+0 |
* | Factor the calculation details for PostDomTree out of PostDominators.cpp and | Owen Anderson | 2007-09-23 | 1 | -5/+7 |
* | Factor the dominator tree calculation details out into DominatorCalculation.h... | Owen Anderson | 2007-09-23 | 1 | -6/+0 |
* | Switch the internal "Info" map from an std::map to a DenseMap. This | Chris Lattner | 2007-08-05 | 1 | -1/+1 |
* | switch the DomTreeNodes and IDoms maps in idom/postidom to a | Chris Lattner | 2007-08-04 | 1 | -1/+1 |
* | It's not necessary to do rounding for alloca operations when the requested | Dan Gohman | 2007-07-18 | 1 | -0/+86 |