Change from using a stub function to a stub variable for passing to the
[oota-llvm.git] / include / llvm / Analysis / PostDominators.h
2006-06-01 Reid SpencerChange from using a stub function to a stub variable...
2006-03-20 Nate BegemanMove some common data structures between dom and pdom...
2006-03-11 Nate BegemanFix PR681 by using the standard Lengauer and Tarjan...
2006-01-08 Chris LattnerInitial implementation of the ET-Forest data structure...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-02-29 Misha BrukmanDoxygenify comments.
2003-12-07 Chris LattnerMove this method out of the generic dominators calculat...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-09-30 Chris LattnerStandardize header file comments
2003-09-15 Chris LattnerDo not segfault when the post-dominator tree is empty...
2003-09-10 Chris LattnerRework dominator and post dominator information so...
2002-08-21 Chris Lattner - Split Dominators.h into Dominators.h & PostDominators.h