Fix bug: LoopPreheaders/2003-08-15-PreheadersFail.ll
[oota-llvm.git] / lib / Analysis / LoopInfo.cpp
2003-08-16 Chris LattnerFix bug: LoopPreheaders/2003-08-15-PreheadersFail.ll
2003-05-15 Chris LattnerFix bug: Analysis/LoopInfo/2003-05-15-NestingProblem.ll
2003-04-26 Chris LattnerFix bug: LoopPreheaders/2003-04-25-AssertFail.ll
2003-02-28 Chris LattnerAdd dump method for Loops
2003-02-27 Chris LattnerSimplify a bit by using a new member function
2003-02-27 Chris LattnerChange behavior of changeExitBlock function to replace...
2003-02-27 Chris LattnerFix bug: LICM/2003-02-27-PreheaderProblem.ll
2003-02-27 Chris Lattner - LoopInfo now calculates and tracks loop exit blocks
2003-02-22 Chris LattnerDramatically simplify building of natural loops and...
2003-02-20 Chris LattnerFix the requisite bug that I introduced
2003-02-20 Chris LattnerFix 80 character formatting
2003-02-20 Chris LattnerFix bug: 2003-02-19-LoopInfoNestingBug.ll
2002-10-11 Misha BrukmanAdded helper functions in LoopInfo: isLoopExit and...
2002-09-29 Chris LattnerMinor tweak
2002-09-29 Chris LattnerFix printing of loop information
2002-09-26 Chris LattnerFix printing of loop information
2002-09-26 Chris Lattner - Add new methods to LoopInfo: getLoopPreheader,...
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-08-08 Chris Lattner- Cleaned up the interface to AnalysisUsage to take...
2002-07-30 Chris LattnerDeclare that these passes only depend on the CFG of...
2002-07-29 Chris Lattner* Eliminate the Provided set. All Passes now finally...
2002-07-27 Chris Lattner* Standardize how analysis results/passes as printed...
2002-07-26 Chris Lattner* Add support for different "PassType's"
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-06-03 Chris Lattner*** empty log message ***
2002-05-06 Chris LattnerMark analyses that only depend on the CFG of a function
2002-04-28 Chris LattnerEliminate the cfg namespace, moving LoopInfo, Dominator...
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-04-08 Chris Lattners/Method/Function
2002-02-12 Chris Lattner* Pull BasicBlock::pred_* and BasicBlock::succ_* out...
2002-02-12 Chris LattnerMethod.h no longer includes BasicBlock.h
2002-01-31 Chris LattnerConvert analyses to new pass structure
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-26 Chris Lattner* Implement dominator based loop identification