summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/PostDominators.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Make sure noone branches to the entry node of the methodChris Lattner2001-08-241-0/+1
| | | | llvm-svn: 369
* Handle case where there is no exit node from a flowgraphChris Lattner2001-08-231-3/+9
| | | | llvm-svn: 365
* Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner2001-07-231-1/+1
| | | | llvm-svn: 279
* Fixed post dominator frontiers! Yaay!Chris Lattner2001-07-081-1/+1
| | | | llvm-svn: 157
* Implement support for postdominators, except in dom frontiersChris Lattner2001-07-061-41/+173
| | | | llvm-svn: 142
* Checkin of new dominator calculation routines. These will be improved inChris Lattner2001-07-021-0/+239
the future to do post dominators and stuff llvm-svn: 124
OpenPOWER on IntegriCloud