LoopInfo: Simplify ownership of Loop objects
[oota-llvm.git] / include / llvm / Analysis / LoopInfo.h
2009-08-23 Chris Lattnerconvert LoopInfo.h and GraphWriter.h to use raw_ostream
2009-08-23 Chris LattnerChange Pass::print to take a raw ostream instead of...
2009-08-23 Chris Lattnereliminate the std::ostream form of WriteAsOperand and...
2009-08-08 Daniel DunbarSome ProfileInfo cleanups.
2009-08-08 Daniel DunbarAdd a basic static ProfileInfo provider (ProfileEstimat...
2009-07-16 Dan GohmanAdd an isLoopSimplifyForm() predicate, following the...
2009-07-15 Dan GohmanFix a typo in a comment that Duncan noticed.
2009-07-15 Dan GohmanMake makeLoopInvariant report whether it made any chang...
2009-07-14 Dan GohmanIntroduce a new LoopInfo utility function makeLoopInvar...
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-06-25 Dan GohmanAdd a getUniqueExitBlock utility function, similar...
2009-05-19 Dan GohmanAdd some comments noting how IndVarSimplify facilitates
2009-05-08 Dan GohmanAdd a getExitBlock utility function to LoopInfo which...
2009-02-27 Dan GohmanMake LoopInfo::print() identify header, exit, and latch...
2009-02-18 Dan GohmanClarify the definition of "latch block" in a comment.
2009-02-18 Dan GohmanEliminate several more unnecessary intptr_t casts.
2009-02-12 Dan GohmanAdd a utility function to LoopInfo to return the exit...
2009-02-07 Dan GohmanSimplify some code by using blocks_begin(), blocks_end...
2009-01-23 Gabor GreifSimplify the logic of getting hold of a PHI predecessor...
2009-01-14 Dale JohannesenFix the time regression I introduced in 464.h264ref...
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2008-08-14 Dan GohmanUse empty() instead of begin() == end().
2008-07-11 Dan GohmanUse find instead of lower_bound.
2008-07-07 Dan GohmanAdd explicit keywords.
2008-05-14 Dan GohmanMove RemoveFromVector out of the global namespace.
2008-05-14 Dan GohmanSplit the loop unroll mechanism logic out into a utilit...
2008-05-06 Dan GohmanRemove uses of llvm/System/IncludeFile.h that are no...
2008-05-05 Devang PatelRemove unused function.
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
2008-04-25 Nick LewyckyRemove 'unwinds to' support from mainline. This patch...
2008-03-19 Devang PatelPassInfo keep tracks whether a pass is an analysis...
2008-03-19 Devang PatelDo not use virtual function to identify an analysis...
2008-03-18 Dale JohannesenGet rid of compilation warnings. Per Devang.
2008-03-18 Devang PatelIdentify Analysis pass.
2008-03-09 Nick LewyckyUpdate the block cloner which fixes bugpoint on code...
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2008-02-09 Wojciech MatyjewiczAdd a check if the initial value of the induction varia...
2008-01-29 Dan GohmanAdd comments describing what the loop depth values...
2008-01-11 Chris LattnerMove typedef of loop to top of the file where it is...
2008-01-11 Chris LattnerFix 80 col violations
2008-01-04 Wojciech Matyjewiczfix typo
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-01 Owen AndersonFixes for MachineLoopInfo, mostly from Evan. With...
2007-11-27 Owen AndersonAdd MachineLoopInfo. This is not yet tested.
2007-11-27 Owen AndersonMake LoopInfoBase more generic, in preparation for...
2007-11-25 Anton KorobeynikovRemove a leak. Destroy LoopInfoBase object. releaseMemo...
2007-11-15 Owen AndersonMore templatization.
2007-11-14 Owen AndersonStart the process of making MachineLoopInfo possible...
2007-10-01 Dan GohmanAdd empty() member functions to a few container-like...
2007-08-21 Devang PatelNo need to hardcode SmallVector size.
2007-08-21 Devang PatelUse SmallVector instead of std::vector.
2007-08-12 Reid SpencerChange casts from old style to new style. This helps...
2007-07-19 Devang PatelVerify loop info.
2007-06-08 Devang PatelUse DominatorTree instead of ETForest.
2007-05-06 Nick LewyckyFix typo in comment.
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2006-12-17 Bill WendlingAdded an automatic cast to "std::ostream*" etc. from...
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-11-28 Bill WendlingSupport for llvm streams.
2006-11-05 Jeff CohenUnbreak VC++ build.
2006-10-28 Chris Lattneradd a method
2006-08-29 Devang PatelDo not rely on std::sort and std::erase to get list...
2006-06-11 Owen AndersonRe-commit the safe parts of my 6/9 patch. Still workin...
2006-06-11 Evan ChengBack out Owen's 6/9 changes. They broke MultiSource...
2006-06-09 Owen AndersonMake Loop able to verify that it is in LCSSA-form,...
2006-06-07 Reid SpencerFor PR780:
2006-06-01 Reid SpencerChange from using a stub function to a stub variable...
2006-01-14 Chris LattnerChange ET-Forest to automatically recalculate its DFSnu...
2006-01-11 Chris LattnerSwitch loopinfo to using ETForest instead of DominatorS...
2005-09-12 Chris Lattnernew method
2005-06-29 Chris LattnerDon't crash on a query where the block is not in any...
2005-05-15 Chris Lattnerfix compiler warning
2005-05-15 Reid SpencerSome cleanups for compilation with GCC 4.0.0 to remove...
2005-05-01 Tanya LattnerAdd accessor method,
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-06 Chris Lattnernew helper method
2004-12-07 Reid SpencerFor PR387:\
2004-10-27 Chris LattnerConvert 'struct' to 'class' in various places to adhere...
2004-09-01 Reid SpencerChanges For Bug 352
2004-04-19 Chris LattnerEliminate a poorly conceived method
2004-04-19 Chris Lattner* Improve file header comment
2004-04-18 Chris LattnerProvide an interface that is more convenient for iterat...
2004-04-18 Chris LattnerAdd new method.
2004-04-18 Chris LattnerChange the ExitBlocks list from being explicitly contai...
2004-04-18 Chris LattnerAdd a new method
2004-04-18 Chris LattnerAllow clients to delete loops, add a new method
2004-04-15 Chris LattnerAdd some helpful methods
2004-04-12 Chris LattnerAdd some methods that are useful for updating loop...
2004-01-30 Misha BrukmanDoxygenify comments.
2004-01-08 Chris LattnerImprove encapsulation in the Loop and LoopInfo classes...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-09-30 Chris LattnerStandardize header file comments
2003-08-16 Chris LattnerFix bug: LoopPreheaders/2003-08-15-PreheadersFail.ll
2003-02-28 Chris LattnerAdd dump method for loops
2003-02-28 Chris LattnerAdd graph traits specializations for loop nesting infor...
next