aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/DominatorInternals.h
Commit message (Expand)AuthorAgeFilesLines
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Some fixes to get MachineDomTree working better.Owen Anderson2007-10-311-5/+8
* Make it possible for DomTreeBase to be constructed from MachineFunction's as ...Owen Anderson2007-10-251-2/+5
* Move Split<...>() into DomTreeBase. This should make the #include's of Domin...Owen Anderson2007-10-181-87/+0
* Move splitBlock into DomTreeBase from DomTree.Owen Anderson2007-10-171-0/+87
* Template DominatorTreeBase by node type. This is the next major step towardsOwen Anderson2007-10-161-30/+38
* Completely merge the implementation details of DomTree and PostDomTree.Owen Anderson2007-10-031-0/+87
* Template-ize more of the DomTree internal implementation details. Only the c...Owen Anderson2007-09-301-6/+129
* Add newline at end of file.Duncan Sands2007-09-291-1/+1
* Have PostDomTree use the newly templated DFSPass.Owen Anderson2007-09-281-1/+2
* Convert DFSPass into a templated friend function, in preparation for making i...Owen Anderson2007-09-271-0/+89