summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/ET-Forest.h
Commit message (Expand)AuthorAge
* Use iterative algorith to assign DFS number. This reducesDevang Patel2006-09-22
* Undo previous check-in.Devang Patel2006-09-14
* Avoid recursion in assignDFSNumber(). Move def from ET-Forest.hDevang Patel2006-09-14
* Initialize DFSnum's to -1, in case a node is not reachable.Chris Lattner2006-01-15
* add an assert, patch by Daniel BerlinChris Lattner2006-01-15
* Fix the build on platforms where <cassert> doesn't define NULLChris Lattner2006-01-08
* Initial implementation of the ET-Forest data structure for dominators andChris Lattner2006-01-08