| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix PR1158 | Devang Patel | 2007-02-05 | 1 | -0/+5 |
* | cvs commit | Devang Patel | 2007-02-01 | 1 | -0/+8 |
* | For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid | Reid Spencer | 2007-01-30 | 1 | -2/+2 |
* | - Undo previous check-in (i.e. Do not export TimingInfo class through | Devang Patel | 2007-01-29 | 1 | -5/+65 |
* | Move TimingInfo into PassManagers.h so that other libs can use it. | Devang Patel | 2007-01-29 | 1 | -53/+5 |
* | Update ModulePass::assignPassManager() to take into account Preferred | Devang Patel | 2007-01-17 | 1 | -4/+5 |
* | s/PassDebugging_New/PassDebugging/g | Devang Patel | 2007-01-17 | 1 | -5/+5 |
* | Update assignPassManager() signature to allow selection of preferred | Devang Patel | 2007-01-17 | 1 | -4/+13 |
* | Pass manager may require certain analysis. In such cases, initially | Devang Patel | 2007-01-16 | 1 | -3/+2 |
* | Undo last check-in. | Devang Patel | 2007-01-16 | 1 | -62/+50 |
* | Setup pass manager before scheduling required analysis. | Devang Patel | 2007-01-16 | 1 | -50/+62 |
* | Code refactoring. | Devang Patel | 2007-01-16 | 1 | -18/+21 |
* | Remove extra white spaces. Fix comments. | Devang Patel | 2007-01-15 | 1 | -1/+1 |
* | Do not record last users of Pass Manager. | Devang Patel | 2007-01-15 | 1 | -2/+7 |
* | s/addPassToManager/add/g | Devang Patel | 2007-01-12 | 1 | -4/+4 |
* | Move PMTopLevelManager, PMDataManager and FPPassManger classes into | Devang Patel | 2007-01-12 | 1 | -323/+38 |
* | Remove dead code. | Devang Patel | 2007-01-12 | 1 | -225/+26 |
* | Start using PMStack. Now each pass is responsibe for assinging | Devang Patel | 2007-01-11 | 1 | -28/+23 |
* | Use getPassManagerType() instead of dynamic_cast. | Devang Patel | 2007-01-11 | 1 | -18/+8 |
* | Add PassManagerType enum. | Devang Patel | 2007-01-11 | 1 | -0/+12 |
* | Robustify assingPassManager() for Module, Function and Basic Block | Devang Patel | 2007-01-11 | 1 | -37/+73 |
* | Add PMStack, a Pass Manager stack. | Devang Patel | 2007-01-08 | 1 | -0/+138 |
* | 1) Remove old AnalysisResolver. | Devang Patel | 2007-01-05 | 1 | -8/+8 |
* | Remove old pass manager. | Devang Patel | 2007-01-05 | 1 | -2/+1 |
* | At the beginning of run, initialize analyis info availability for _ALL_ | Devang Patel | 2006-12-21 | 1 | -5/+19 |
* | Now, there is additional layer, referred in the comment, | Devang Patel | 2006-12-19 | 1 | -11/+0 |
* | s/BasicBlockPassManager/BBPassManager/g | Devang Patel | 2006-12-19 | 1 | -138/+230 |
* | Add getNumContainedPasses() and getContainedPass() inteface and use | Devang Patel | 2006-12-16 | 1 | -95/+91 |
* | Cosmetic changes, based on Chris's review. | Devang Patel | 2006-12-15 | 1 | -27/+21 |
* | Mark dump* routines const routines. | Devang Patel | 2006-12-15 | 1 | -54/+61 |
* | Move PMTopLevelManager and TImingInfo into anon namespace. | Devang Patel | 2006-12-15 | 1 | -8/+15 |
* | s/ForcedLastUses/TransferLastUses/g | Devang Patel | 2006-12-15 | 1 | -12/+26 |
* | random minor typographical changes | Chris Lattner | 2006-12-14 | 1 | -14/+9 |
* | Add -time-passes support. | Devang Patel | 2006-12-14 | 1 | -1/+87 |
* | Add debug-pass=Details support to print Required and Preserved Set info. | Devang Patel | 2006-12-14 | 1 | -1/+26 |
* | Add " Made Modification " messages in debug-pass=Executions output. | Devang Patel | 2006-12-14 | 1 | -3/+26 |
* | Add debug-pass=Executions support in new pass manager. | Devang Patel | 2006-12-13 | 1 | -6/+27 |
* | Add -pass-debug=Arguments support in new manager. | Devang Patel | 2006-12-13 | 1 | -1/+29 |
* | fit in 80 cols | Chris Lattner | 2006-12-13 | 1 | -6/+7 |
* | Using PDL as a prefix for PassDebugLevel enums is not a good idea. | Devang Patel | 2006-12-13 | 1 | -6/+11 |
* | Move enum PassDebugLevel from PassManagerT.h to Pass.h. | Devang Patel | 2006-12-13 | 1 | -0/+26 |
* | Add #ifdef switch toggle between old and new pass manager. However, | Devang Patel | 2006-12-13 | 1 | -35/+49 |
* | FunctionPassManager does not support runOnModule(). | Devang Patel | 2006-12-13 | 1 | -7/+0 |
* | Implement PassManager_New destructors. | Devang Patel | 2006-12-13 | 1 | -2/+27 |
* | Remove unused constructor. | Devang Patel | 2006-12-12 | 1 | -4/+0 |
* | Add routines to dump pass manager queue. | Devang Patel | 2006-12-12 | 1 | -0/+62 |
* | FunctionPassManager() | Devang Patel | 2006-12-12 | 1 | -0/+6 |
* | Do not runOnFunction on external functions. | Devang Patel | 2006-12-12 | 1 | -0/+7 |
* | Initialize AnalysisImpls for each pass before executing the pass. | Devang Patel | 2006-12-12 | 1 | -3/+3 |
* | collectRequiredAnalysisPasses(). | Devang Patel | 2006-12-12 | 1 | -0/+8 |