| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not add unreachable code to a natural loop! | Chris Lattner | 2003-10-22 | 1 | -1/+4 |
* | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | Regularize header file comments | Chris Lattner | 2003-10-13 | 1 | -1/+1 |
* | Make getNumBackEdges more efficient | Chris Lattner | 2003-10-12 | 1 | -7/+6 |
* | Remove explicit use of BasicBlock::succ_iterator | Chris Lattner | 2003-09-24 | 1 | -2/+2 |
* | Fix the bug that broke the nightly tester in McCat/18-imp last night. :( | Chris Lattner | 2003-08-17 | 1 | -6/+6 |
* | Fix bug: LoopPreheaders/2003-08-15-PreheadersFail.ll | Chris Lattner | 2003-08-16 | 1 | -4/+81 |
* | Fix bug: Analysis/LoopInfo/2003-05-15-NestingProblem.ll | Chris Lattner | 2003-05-15 | 1 | -1/+7 |
* | Fix bug: LoopPreheaders/2003-04-25-AssertFail.ll | Chris Lattner | 2003-04-26 | 1 | -3/+24 |
* | Add dump method for Loops | Chris Lattner | 2003-02-28 | 1 | -0/+4 |
* | Simplify a bit by using a new member function | Chris Lattner | 2003-02-27 | 1 | -6/+3 |
* | Change behavior of changeExitBlock function to replace all instances of exit ... | Chris Lattner | 2003-02-27 | 1 | -2/+8 |
* | Fix bug: LICM/2003-02-27-PreheaderProblem.ll | Chris Lattner | 2003-02-27 | 1 | -0/+7 |
* | - LoopInfo now calculates and tracks loop exit blocks | Chris Lattner | 2003-02-27 | 1 | -11/+40 |
* | Dramatically simplify building of natural loops and fix a bug where the BBMap | Chris Lattner | 2003-02-22 | 1 | -37/+23 |
* | Fix the requisite bug that I introduced | Chris Lattner | 2003-02-20 | 1 | -11/+13 |
* | Fix 80 character formatting | Chris Lattner | 2003-02-20 | 1 | -4/+4 |
* | Fix bug: 2003-02-19-LoopInfoNestingBug.ll | Chris Lattner | 2003-02-20 | 1 | -15/+35 |
* | Added helper functions in LoopInfo: isLoopExit and numBackEdges. | Misha Brukman | 2002-10-11 | 1 | -0/+24 |
* | Minor tweak | Chris Lattner | 2002-09-29 | 1 | -2/+3 |
* | Fix printing of loop information | Chris Lattner | 2002-09-29 | 1 | -2/+2 |
* | Fix printing of loop information | Chris Lattner | 2002-09-26 | 1 | -2/+2 |
* | - Add new methods to LoopInfo: getLoopPreheader, addBasicBlockToLoop. | Chris Lattner | 2002-09-26 | 1 | -1/+51 |
* | Changed so it gets linked properly | Anand Shukla | 2002-08-26 | 1 | -0/+1 |
* | - Do not expose ::ID from any of the analyses anymore. | Chris Lattner | 2002-08-21 | 1 | -1/+0 |
* | - Cleaned up the interface to AnalysisUsage to take analysis class names | Chris Lattner | 2002-08-08 | 1 | -1/+1 |
* | Declare that these passes only depend on the CFG of the function | Chris Lattner | 2002-07-30 | 1 | -1/+1 |
* | * Eliminate the Provided set. All Passes now finally just automatically | Chris Lattner | 2002-07-29 | 1 | -1/+0 |
* | * Standardize how analysis results/passes as printed with the print() virtual | Chris Lattner | 2002-07-27 | 1 | -8/+27 |
* | * Add support for different "PassType's" | Chris Lattner | 2002-07-26 | 1 | -0/+2 |
* | MEGAPATCH checkin. | Chris Lattner | 2002-06-25 | 1 | -1/+1 |
* | *** empty log message *** | Chris Lattner | 2002-06-03 | 1 | -1/+1 |
* | Mark analyses that only depend on the CFG of a function | Chris Lattner | 2002-05-06 | 1 | -1/+1 |
* | Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classes | Chris Lattner | 2002-04-28 | 1 | -10/+9 |
* | Change the Dominator info and LoopInfo classes to keep track of BasicBlock's,... | Chris Lattner | 2002-04-28 | 1 | -9/+9 |
* | * Rename MethodPass class to FunctionPass | Chris Lattner | 2002-04-27 | 1 | -6/+5 |
* | Don't leak all of the Loop objects created... | Chris Lattner | 2002-04-09 | 1 | -2/+10 |
* | s/Method/Function | Chris Lattner | 2002-04-08 | 1 | -1/+1 |
* | * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into | Chris Lattner | 2002-02-12 | 1 | -3/+2 |
* | Method.h no longer includes BasicBlock.h | Chris Lattner | 2002-02-12 | 1 | -1/+1 |
* | Convert analyses to new pass structure | Chris Lattner | 2002-01-31 | 1 | -1/+25 |
* | Changes to build successfully with GCC 3.02 | Chris Lattner | 2002-01-20 | 1 | -3/+3 |
* | Create a new #include "Support/..." directory structure to move things | Chris Lattner | 2001-11-27 | 1 | -1/+1 |
* | * Implement dominator based loop identification | Chris Lattner | 2001-11-26 | 1 | -0/+81 |