Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / include / llvm / CodeGen / MachineLoopInfo.h
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-02 Benjamin KramerPush constness through LoopInfo::isLoopHeader and clean...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2014-03-07 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2013-12-07 Jakub StaszakDon't #include heavy Dominators.h file in LoopInfo...
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-09-17 Craig TopperMark unimplemented copy constructors and copy assignmen...
2012-06-20 Andrew TrickAdd "extern template" declarations now that we use...
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
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.