Reapply r110396, with fixes to appease the Linux buildbot gods.
[oota-llvm.git] / include / llvm / CodeGen / MachineLoopInfo.h
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-06-22 Dan GohmanMove PHIElimination's SplitCriticalEdge for MachineBasi...
2010-01-05 Dan GohmanRestore dump() methods to Loop and MachineLoop.
2009-10-20 Dan GohmanAdd getTopBlock and getBottomBlock member functions...
2009-07-13 Dan GohmanMove isLCSSAForm, isLoopInvariant, getCanonicalInductio...
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...
2009-02-18 Dan GohmanEliminate several more unnecessary intptr_t casts.
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2008-08-14 Dan GohmanUse empty() instead of begin() == end().
2008-05-06 Dan GohmanRemove uses of llvm/System/IncludeFile.h that are no...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-22 Anton KorobeynikovUnbreak build on gcc 3.x
2007-12-07 Owen AndersonFix a stupid error that Chris pointed out.
2007-12-01 Owen AndersonFixes for MachineLoopInfo, mostly from Evan. With...
2007-11-28 Duncan SandsAdd missing newlines at EOF.
2007-11-27 Owen AndersonAdd MachineLoopInfo. This is not yet tested.