|  | Commit message (Expand) | Author | Age | Files | Lines | 
|---|
| * | Fix "the the" and similar typos. | Dan Gohman | 2010-02-10 | 1 | -2/+2 | 
| * | eliminate a bunch of dynamic_cast's. | Chris Lattner | 2010-01-22 | 1 | -1/+5 | 
| * | Pass StringRef by value. | Daniel Dunbar | 2009-11-06 | 1 | -5/+5 | 
| * | Reverting 85714, 85715, 85716, which are breaking the build | Douglas Gregor | 2009-11-01 | 1 | -1/+0 | 
| * | Remove the #include of Pass.h from PassManager.h. This breaks a significant | Dan Gohman | 2009-11-01 | 1 | -0/+1 | 
| * | Move the dominator verification code out of special code embedded within | Dan Gohman | 2009-09-28 | 1 | -3/+0 | 
| * | Extend the StartPassTimer and StopPassTimer functions so that the | Dan Gohman | 2009-09-28 | 1 | -2/+3 | 
| * | Extract the code for releasing a pass into a separate function, and | Dan Gohman | 2009-09-27 | 1 | -1/+5 | 
| * | 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 |