| Commit message (Expand) | Author | Age | Files | Lines |
* | Speed Up Pass Manager. | Devang Patel | 2007-03-08 | 1 | -15/+16 |
* | Keep track of higher level analysis. | Devang Patel | 2007-03-06 | 1 | -0/+26 |
* | Keep track of inherited analysis. For example, if a loop pass does not | Devang Patel | 2007-03-06 | 1 | -0/+21 |
* | Add preparePassManager() hook. This allows each pass to check whether | Devang Patel | 2007-03-06 | 1 | -0/+3 |
* | Current pass manager, not the parent pass manager, assumes the role of | Devang Patel | 2007-03-05 | 1 | -22/+10 |
* | Avoid constructing std::strings unless pass debugging is ON. | Devang Patel | 2007-03-05 | 1 | -32/+52 |
* | Account for time consumed by releaseMemory() properly. | Devang Patel | 2007-03-05 | 1 | -2/+2 |
* | Unbreak VC++ build. | Jeff Cohen | 2007-03-05 | 1 | -0/+1 |
* | Make getPassManagerType() const. | Devang Patel | 2007-02-27 | 1 | -2/+4 |
* | temporarily revert Devang's most recent patch, which caused a large | Chris Lattner | 2007-02-17 | 1 | -16/+4 |
* | Use inverted map to speedup collectLastUses(). | Devang Patel | 2007-02-17 | 1 | -4/+16 |
* | Do not drop transferred last uses on the floor. | Devang Patel | 2007-02-07 | 1 | -0/+3 |
* | 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 |