aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/DominatorInternals.cpp
AgeCommit message (Expand)Author
2007-09-30Template-ize more of the DomTree internal implementation details. Only the c...Owen Anderson
2007-09-28Have PostDomTree use the newly templated DFSPass.Owen Anderson
2007-09-27Convert DFSPass into a templated friend function, in preparation for making i...Owen Anderson
2007-09-25Add missing end-of-file newlines.Duncan Sands
2007-09-24Merge significant portions of the DomTree and PostDomTree implementations.Owen Anderson