Sink DwarfUnit::SectionSym into DwarfCompileUnit as it's only needed/used there.
[oota-llvm.git] / lib / CodeGen / MachineLoopInfo.cpp
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-09-11 Manman RenRelease build: guard dump functions with
2012-09-06 Manman RenRelease build: guard dump functions with "ifndef NDEBUG"
2012-06-26 Andrew TrickEnable the new LoopInfo algorithm by default.
2012-06-20 Andrew TrickA new algorithm for computing LoopInfo. Temporarily...
2012-06-20 Andrew TrickMove the implementation of LoopInfo into LoopInfoImpl.h.
2010-10-12 Owen AndersonBegin adding static dependence information to passes...
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-08-23 Owen AndersonNow that PassInfo and Pass::ID have been separated...
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-01-05 Dan GohmanRestore dump() methods to Loop and MachineLoop.
2009-12-16 John McCallExplicit template instantiations must happen in the...
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.