Don't delete asm's just because their inputs are undefined;
[oota-llvm.git] / lib / CodeGen / MachineLoopInfo.cpp
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.