| Commit message (Expand) | Author | Age | Files | Lines |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -1/+1 |
* | Eliminate a poorly conceived method | Chris Lattner | 2004-04-19 | 1 | -8/+0 |
* | * Improve file header comment | Chris Lattner | 2004-04-19 | 1 | -18/+35 |
* | Provide an interface that is more convenient for iterating over the blocks | Chris Lattner | 2004-04-18 | 1 | -0/+3 |
* | Add new method. | Chris Lattner | 2004-04-18 | 1 | -1/+5 |
* | Change the ExitBlocks list from being explicitly contained in the Loop | Chris Lattner | 2004-04-18 | 1 | -31/+8 |
* | Add a new method | Chris Lattner | 2004-04-18 | 1 | -0/+5 |
* | Allow clients to delete loops, add a new method | Chris Lattner | 2004-04-18 | 1 | -5/+9 |
* | Add some helpful methods | Chris Lattner | 2004-04-15 | 1 | -5/+36 |
* | Add some methods that are useful for updating loop information. | Chris Lattner | 2004-04-12 | 1 | -2/+48 |
* | Doxygenify comments. | Misha Brukman | 2004-01-30 | 1 | -0/+1 |
* | Improve encapsulation in the Loop and LoopInfo classes by eliminating the | Chris Lattner | 2004-01-08 | 1 | -7/+14 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+4 |
* | Added LLVM copyright header (for lack of a better term). | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | Standardize header file comments | Chris Lattner | 2003-09-30 | 1 | -1/+1 |
* | Fix bug: LoopPreheaders/2003-08-15-PreheadersFail.ll | Chris Lattner | 2003-08-16 | 1 | -6/+8 |
* | Add dump method for loops | Chris Lattner | 2003-02-28 | 1 | -0/+1 |
* | Add graph traits specializations for loop nesting information... | Chris Lattner | 2003-02-28 | 1 | -0/+28 |
* | Add new Loop::hasExitBlock helper method | Chris Lattner | 2003-02-27 | 1 | -0/+9 |
* | Change behavior of changeExitBlock function to replace all instances of exit ... | Chris Lattner | 2003-02-27 | 1 | -2/+2 |
* | * LoopInfo now keeps track of exit blocks from the loop | Chris Lattner | 2003-02-27 | 1 | -14/+36 |
* | Added helper functions in LoopInfo: isLoopExit and numBackEdges. | Misha Brukman | 2002-10-11 | 1 | -1/+4 |
* | - Fix bug in LoopInfo causing ParentLoop to be garbage | Chris Lattner | 2002-09-26 | 1 | -1/+3 |
* | - Add new methods to LoopInfo: getLoopPreheader, addBasicBlockToLoop. | Chris Lattner | 2002-09-26 | 1 | -19/+46 |
* | Checkin stub for Misha to implement | Chris Lattner | 2002-09-25 | 1 | -2/+4 |
* | Changed so it gets linked properly | Anand Shukla | 2002-08-26 | 1 | -0/+6 |
* | - Do not expose ::ID from any of the analyses anymore. | Chris Lattner | 2002-08-21 | 1 | -2/+0 |
* | * Standardize how analysis results/passes as printed with the print() virtual | Chris Lattner | 2002-07-27 | 1 | -0/+2 |
* | *** empty log message *** | Chris Lattner | 2002-07-26 | 1 | -2/+0 |
* | *** empty log message *** | Chris Lattner | 2002-07-26 | 1 | -1/+0 |
* | MEGAPATCH checkin. | Chris Lattner | 2002-06-25 | 1 | -5/+5 |
* | Allow const bb's to be checked for containment in a loop | Chris Lattner | 2002-06-03 | 1 | -1/+1 |
* | Add new optional getPassName() virtual function that a Pass can override | Chris Lattner | 2002-04-29 | 1 | -0/+2 |
* | Remove all contents of the cfg namespace to the global namespace | Chris Lattner | 2002-04-28 | 1 | -6/+3 |
* | Change the Dominator info and LoopInfo classes to keep track of BasicBlock's,... | Chris Lattner | 2002-04-28 | 1 | -16/+14 |
* | * Rename MethodPass class to FunctionPass | Chris Lattner | 2002-04-27 | 1 | -8/+7 |
* | Don't leak all of the Loop objects created... | Chris Lattner | 2002-04-09 | 1 | -1/+8 |
* | Rename Method to Function | Chris Lattner | 2002-03-23 | 1 | -1/+1 |
* | Convert analyses over to new Pass framework | Chris Lattner | 2002-01-30 | 1 | -5/+14 |
* | Changes to build successfully with GCC 3.02 | Chris Lattner | 2002-01-20 | 1 | -8/+10 |
* | * Implement dominator based loop identification | Chris Lattner | 2001-11-26 | 1 | -0/+107 |