| Commit message (Expand) | Author | Age | Files | Lines |
* | make -debug-pass=Executions show information about what call graph nodes | Chris Lattner | 2009-09-15 | 1 | -0/+5 |
* | Fix a bunch of namespace pollution. | Dan Gohman | 2009-08-07 | 1 | -2/+2 |
* | Add an explicit keyword. | Dan Gohman | 2009-08-05 | 1 | -1/+1 |
* | Eliminate some uses of DOUT, cerr, and getNameStart(). | Daniel Dunbar | 2009-07-26 | 1 | -4/+6 |
* | Clean up pass manager cache after each run. | Devang Patel | 2009-04-01 | 1 | -0/+3 |
* | Fully initialize all ivars, fixing PR3790, patch by Edwin Torok! | Chris Lattner | 2009-03-12 | 1 | -1/+1 |
* | some nits noticed by Duncan | Chris Lattner | 2009-03-06 | 1 | -2/+3 |
* | Sprinkle some PrettyStackEntry magic into the passmanager. With this, we now | Chris Lattner | 2009-03-06 | 1 | -0/+23 |
* | Eliminate several more unnecessary intptr_t casts. | Dan Gohman | 2009-02-18 | 1 | -1/+1 |
* | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman | 2009-01-05 | 1 | -4/+3 |
* | Trim #includes. | Dan Gohman | 2008-10-16 | 1 | -6/+3 |
* | Use SmallVector instead of std::vector | Devang Patel | 2008-08-12 | 1 | -6/+6 |
* | Use DenseMap to keep track of last users. | Devang Patel | 2008-08-12 | 1 | -1/+7 |
* | Keep track of analysis usage information for passes. Avoid invoking | Devang Patel | 2008-08-11 | 1 | -0/+6 |
* | Don't call getAnalysisUsage unless -debug-pass is enabled. This speeds | Chris Lattner | 2008-08-08 | 1 | -2/+5 |
* | Speed up the passmgr by avoiding heap thrashing on vectors. | Chris Lattner | 2008-08-08 | 1 | -1/+1 |
* | Fix spelling of "hierarchy" in comments. | Dan Gohman | 2008-07-11 | 1 | -2/+2 |
* | Add dom info verifier. | Devang Patel | 2008-07-01 | 1 | -0/+3 |
* | Add #includes to make some dependencies explicit. | Dan Gohman | 2008-05-23 | 1 | -0/+3 |
* | Make getNumContainedManagers and getNumContainedPasses const. | Dan Gohman | 2008-05-14 | 1 | -2/+2 |
* | Fix more -Wshorten-64-to-32 warnings. | Evan Cheng | 2008-05-05 | 1 | -2/+2 |
* | Don't include <map> in Pass.h, which doesn't need it. This requires | Dan Gohman | 2008-03-21 | 1 | -0/+1 |
* | Move the PMStack class out of Pass.h and into PassManagers.h. | Dan Gohman | 2008-03-14 | 1 | -0/+31 |
* | Change PMTopLevelManager's PassManagers vector element type from | Dan Gohman | 2008-03-13 | 1 | -2/+2 |
* | Remove dead code. | Devang Patel | 2008-02-27 | 1 | -4/+0 |
* | Update gcc 4.3 warnings fix patch with recent head changes | Anton Korobeynikov | 2008-02-20 | 1 | -2/+0 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Fix a using namespace llvm; in a header file. | Dan Gohman | 2007-10-03 | 1 | -3/+2 |
* | Change casts from old style to new style. This helps document the details | Reid Spencer | 2007-08-12 | 1 | -1/+1 |
* | Do not overuse std::string. Pass around char * directly. | Devang Patel | 2007-08-10 | 1 | -3/+2 |
* | Add #ifndef guard. | Devang Patel | 2007-08-10 | 1 | -0/+6 |
* | avoid copying strings. | Chris Lattner | 2007-08-10 | 1 | -2/+3 |
* | Fix pastos in comments for doFinalization functions. | Dan Gohman | 2007-07-30 | 1 | -1/+1 |
* | Add facility to dump pass manager structure | Devang Patel | 2007-07-27 | 1 | -4/+1 |
* | Use SmallVector instead of std::vector. | Devang Patel | 2007-07-20 | 1 | -2/+2 |
* | Verify loop info. | Devang Patel | 2007-07-19 | 1 | -0/+3 |
* | Drop 'const' | Devang Patel | 2007-05-03 | 1 | -1/+1 |
* | Use 'static const char' instead of 'static const int'. | Devang Patel | 2007-05-02 | 1 | -1/+1 |
* | Do not use typeinfo to identify pass in pass manager. | Devang Patel | 2007-05-01 | 1 | -1/+3 |
* | Give each pass manager chance to manage lower level analysis pass, which is | Devang Patel | 2007-04-16 | 1 | -5/+20 |
* | Add the 'explicit' keyword to several constructors that accept one | Dan Gohman | 2007-03-23 | 1 | -3/+3 |
* | Keep track of higher level analysis. | Devang Patel | 2007-03-06 | 1 | -0/+9 |
* | Keep track of inherited analysis. For example, if a loop pass does not | Devang Patel | 2007-03-06 | 1 | -0/+21 |
* | Current pass manager, not the parent pass manager, assumes the role of | Devang Patel | 2007-03-05 | 1 | -11/+0 |
* | Avoid constructing std::strings unless pass debugging is ON. | Devang Patel | 2007-03-05 | 1 | -2/+15 |
* | Make getPassManagerType() const. | Devang Patel | 2007-02-27 | 1 | -2/+2 |
* | temporarily revert Devang's most recent patch, which caused a large | Chris Lattner | 2007-02-17 | 1 | -5/+0 |
* | Use inverted map to speedup collectLastUses(). | Devang Patel | 2007-02-17 | 1 | -0/+5 |
* | Pretty print pass managers. | Devang Patel | 2007-02-01 | 1 | -0/+4 |
* | - Undo previous check-in (i.e. Do not export TimingInfo class through | Devang Patel | 2007-01-29 | 1 | -49/+2 |