This is supposed to be a preorder numbering of the dominator tree, not the CFG.
[oota-llvm.git] / lib / CodeGen / MachineLoopInfo.cpp
2008-05-13 Dan GohmanChange class' public PassInfo variables to by initializ...
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2008-05-06 Dan GohmanRemove uses of llvm/System/IncludeFile.h that are no...
2008-01-05 Chris Lattnermake this build with newer gcc's
2008-01-04 Bill WendlingDon't recalculate the loop info and loop dominators...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-11-28 Duncan SandsAdd missing newlines at EOF.
2007-11-27 Owen AndersonAdd MachineLoopInfo. This is not yet tested.