Don't attribute in file headers anymore. See llvmdev for the
[oota-llvm.git] / include / llvm / Analysis / LoopInfo.h
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...
2003-02-27 Chris LattnerAdd new Loop::hasExitBlock helper method
2003-02-27 Chris LattnerChange behavior of changeExitBlock function to replace...
2003-02-27 Chris Lattner * LoopInfo now keeps track of exit blocks from the...
2002-10-11 Misha BrukmanAdded helper functions in LoopInfo: isLoopExit and...
2002-09-26 Chris Lattner - Fix bug in LoopInfo causing ParentLoop to be garbage
2002-09-26 Chris Lattner - Add new methods to LoopInfo: getLoopPreheader,...
2002-09-25 Chris LattnerCheckin stub for Misha to implement
2002-08-26 Anand ShuklaChanged so it gets linked properly
2002-08-21 Chris Lattner- Do not expose ::ID from any of the analyses anymore.
2002-07-27 Chris Lattner* Standardize how analysis results/passes as printed...
2002-07-26 Chris Lattner*** empty log message ***
2002-07-26 Chris Lattner*** empty log message ***
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-06-03 Chris LattnerAllow const bb's to be checked for containment in a...
2002-04-29 Chris LattnerAdd new optional getPassName() virtual function that...
2002-04-28 Chris LattnerRemove all contents of the cfg namespace to the global...
2002-04-28 Chris LattnerChange the Dominator info and LoopInfo classes to keep...
2002-04-27 Chris Lattner* Rename MethodPass class to FunctionPass
2002-04-09 Chris LattnerDon't leak all of the Loop objects created...
2002-03-23 Chris LattnerRename Method to Function
2002-01-30 Chris LattnerConvert analyses over to new Pass framework
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-11-26 Chris Lattner* Implement dominator based loop identification