improve portability to avoid conflicting with std::next in c++'0x.
[oota-llvm.git] / lib / CodeGen / MachineLoopInfo.cpp
2009-12-03 Chris Lattnerimprove portability to avoid conflicting with std:...
2009-10-20 Dan GohmanAdd getTopBlock and getBottomBlock member functions...
2009-07-31 Dan GohmanReapply r77654 with a fix: MachineFunctionPass's getAna...
2009-07-31 Daniel DunbarRevert r77654, it appears to be causing llvm-gcc bootst...
2009-07-31 Dan GohmanManage MachineFunctions with an analysis Pass instead...
2009-07-13 Dan GohmanMake Loop and MachineLoop be subclasses of LoopBase...
2009-06-27 Dan GohmanEliminate a layer of indirection in LoopInfo and Machin...
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.