| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make getAnalysisToUpdate<AnalysisType>() public so that transformation APIs | Chris Lattner | 2002-09-06 | 1 | -15/+16 |
* | - Pass now has AnalysisImpls class to implement getAnalysis() so that it is | Chris Lattner | 2002-08-30 | 1 | -9/+27 |
* | Make the getAnalyss<> members const. Using them does NOT modify the Pass obj... | Chris Lattner | 2002-08-29 | 1 | -5/+5 |
* | Convert comments to Doxygen style | Chris Lattner | 2002-08-25 | 1 | -89/+90 |
* | - Make Pass::lookupPassInfo a public member | Chris Lattner | 2002-08-21 | 1 | -3/+13 |
* | - Eliminate the need for analyses to expose an ::ID member. | Chris Lattner | 2002-08-21 | 1 | -4/+20 |
* | - Cleaned up the interface to AnalysisUsage to take analysis class names | Chris Lattner | 2002-08-08 | 1 | -4/+10 |
* | * Fix comment descriptions | Chris Lattner | 2002-07-29 | 1 | -5/+11 |
* | * Standardize how analysis results/passes as printed with the print() virtual | Chris Lattner | 2002-07-27 | 1 | -1/+20 |
* | Break part of Pass.h out into PassAnalysisSupport.h | Chris Lattner | 2002-07-23 | 1 | -140/+15 |
* | *** empty log message *** | Chris Lattner | 2002-06-25 | 1 | -9/+9 |
* | Add support for passes to announce that they only depend on the CFG of a | Chris Lattner | 2002-05-06 | 1 | -0/+9 |
* | Add new optional getPassName() virtual function that a Pass can override | Chris Lattner | 2002-04-29 | 1 | -2/+5 |
* | Stub functions for timing support | Chris Lattner | 2002-04-29 | 1 | -0/+3 |
* | Move FunctionPass::doesNotModifyCFG to AnalysisUsage::preservesCFG() | Chris Lattner | 2002-04-28 | 1 | -12/+11 |
* | * Add a stub to FunctionPass so that subclasses can declare that they do not | Chris Lattner | 2002-04-28 | 1 | -6/+13 |
* | * Rename MethodPass class to FunctionPass | Chris Lattner | 2002-04-27 | 1 | -53/+80 |
* | Allow a pass to obtain an analysis result for updating. | Chris Lattner | 2002-04-10 | 1 | -0/+20 |
* | Fix the release build | Chris Lattner | 2002-04-04 | 1 | -2/+0 |
* | Rename Method to Function | Chris Lattner | 2002-03-23 | 1 | -9/+9 |
* | * Make debugging output nicer | Chris Lattner | 2002-01-31 | 1 | -14/+32 |
* | Checkin new pass framework. This one is more useful and automatically | Chris Lattner | 2002-01-30 | 1 | -67/+159 |
* | Pull run() into Pass.cpp | Chris Lattner | 2002-01-23 | 1 | -7/+3 |
* | Implement a more powerful, simpler, pass system. This pass system can figure | Chris Lattner | 2002-01-21 | 1 | -87/+118 |
* | Changes to build successfully with GCC 3.02 | Chris Lattner | 2002-01-20 | 1 | -2/+2 |
* | move llvm/Transforms/Pass.h to the top level llvm/Pass.h file | Chris Lattner | 2001-10-18 | 1 | -0/+126 |