aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Dominators.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Pull iterators out of CFG.h and CFGdecls and put them in Support directoryChris Lattner2001-09-281-21/+24
* Make sure noone branches to the entry node of the methodChris Lattner2001-08-241-0/+1
* Handle case where there is no exit node from a flowgraphChris Lattner2001-08-231-3/+9
* Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner2001-07-231-1/+1
* Fixed post dominator frontiers! Yaay!Chris Lattner2001-07-081-1/+1
* Implement support for postdominators, except in dom frontiersChris Lattner2001-07-061-41/+173
* Checkin of new dominator calculation routines. These will be improved inChris Lattner2001-07-021-0/+239