| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert 'struct' to 'class' in various places to adhere to the coding standards | Chris Lattner | 2004-10-27 | 1 | -6/+8 |
* | 'Pass' should now not be derived from by clients. Instead, they should derive | Chris Lattner | 2004-09-20 | 1 | -11/+25 |
* | Give the -time-passes tool option a global storage location so that its | Reid Spencer | 2004-08-24 | 1 | -0/+5 |
* | Apparently a particular vendor compiler uses the struct/class tag to MANGLE | Chris Lattner | 2004-06-08 | 1 | -1/+1 |
* | Fix grammar. | Misha Brukman | 2004-04-01 | 1 | -1/+1 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+5 |
* | Added LLVM copyright header (for lack of a better term). | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | Fix spelling. | Misha Brukman | 2003-10-10 | 1 | -1/+1 |
* | Standardize header file comments | Chris Lattner | 2003-09-30 | 1 | -1/+1 |
* | Move getAnalysisToUpdate to after the definition of AnalysisResolver. | Chris Lattner | 2003-08-29 | 1 | -6/+1 |
* | Spell `necessary' correctly. | Misha Brukman | 2003-08-18 | 1 | -4/+4 |
* | #include <cassert> as necessary... | Chris Lattner | 2003-07-25 | 1 | -0/+1 |
* | Merged in autoconf branch. This provides configuration via the autoconf | John Criswell | 2003-06-30 | 1 | -1/+0 |
* | Remove a ton of extraneous #includes | Chris Lattner | 2003-06-22 | 1 | -1/+0 |
* | Included assert.h so that the code compiles under newer versions of GCC. | John Criswell | 2003-06-11 | 1 | -0/+2 |
* | It's 'separate'. The 'i.e.' is kinda nit-picking, but think of it this way: | Misha Brukman | 2003-05-03 | 1 | -2/+2 |
* | Add helper method | Chris Lattner | 2003-03-21 | 1 | -0/+8 |
* | * Un "protect" the getAnalysis<> functions | Chris Lattner | 2003-02-26 | 1 | -3/+9 |
* | Add support for ImmutablePasses, which are not run, and cannot be | Chris Lattner | 2002-09-25 | 1 | -0/+19 |
* | Fix typo in comment. | Vikram S. Adve | 2002-09-17 | 1 | -1/+1 |
* | Add a new BasicBlockPass::doInitialization/Finalization(Function &) pair of | Chris Lattner | 2002-09-12 | 1 | -3/+24 |
* | 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 |