aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/PostDominators.cpp
AgeCommit message (Expand)Author
2001-10-01Pull predecessor and successor iterators out of the CFG*.h files, and plop th...Chris Lattner
2001-09-28Pull iterators out of CFG.h and CFGdecls and put them in Support directoryChris Lattner
2001-08-24Make sure noone branches to the entry node of the methodChris Lattner
2001-08-23Handle case where there is no exit node from a flowgraphChris Lattner
2001-07-23Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner
2001-07-08Fixed post dominator frontiers! Yaay!Chris Lattner
2001-07-06Implement support for postdominators, except in dom frontiersChris Lattner
2001-07-02Checkin of new dominator calculation routines. These will be improved inChris Lattner