| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a DenseMap instead of a std::map for AnalysisID -> Pass* maps. This reduc... | Michael Ilseman | 2013-02-26 | 1 | -4/+3 |
* | Sort the #include lines for the include/... tree with the script. | Chandler Carruth | 2012-12-03 | 1 | -4/+4 |
* | Revert r168635 "Step towards implementation of pass manager with doInitializa... | Owen Anderson | 2012-11-27 | 1 | -4/+0 |
* | Step towards implementation of pass manager with doInitialization and doFinal... | Owen Anderson | 2012-11-26 | 1 | -0/+4 |
* | Add doInitialization and doFinalization methods to ModulePass's, to allow the... | Owen Anderson | 2012-11-15 | 1 | -0/+10 |
* | Remove virtual keyword for two routines that should never be overridden. | Evan Cheng | 2012-11-13 | 1 | -2/+2 |
* | Revert r167759. Ben is right this isn't likely to help much. | Evan Cheng | 2012-11-13 | 1 | -8/+6 |
* | Cache size of PassVector to speed up getNumContainedPasses(). | Evan Cheng | 2012-11-12 | 1 | -6/+8 |
* | Use ArrayRef instead of an explicit vector type. | Bill Wendling | 2012-05-14 | 1 | -1/+2 |
* | Add pass printer passes in the right place. | Andrew Trick | 2012-02-01 | 1 | -4/+3 |
* | whitespace | Andrew Trick | 2012-02-01 | 1 | -35/+35 |
* | Reapply r138695. Fix PassManager stack depths. | Andrew Trick | 2011-08-29 | 1 | -3/+4 |
* | Reverting r138695 to see if it fixes clang self host. | Andrew Trick | 2011-08-27 | 1 | -4/+3 |
* | Fix PassManager stack depths. | Andrew Trick | 2011-08-27 | 1 | -3/+4 |
* | Add RegionPass support. | Tobias Grosser | 2010-10-20 | 1 | -0/+1 |
* | Constify. | Dan Gohman | 2010-10-12 | 1 | -1/+1 |
* | Use SmallVectorImpl in a bunch of places. | Dan Gohman | 2010-10-12 | 1 | -5/+5 |
* | Revert r111199; it breaks -debug-pass=Structure output. | Dan Gohman | 2010-08-19 | 1 | -3/+0 |
* | Make dumpPassStructure be a PMDataManager abstraction, rather than | Dan Gohman | 2010-08-16 | 1 | -0/+3 |
* | Make some of PMTopLevelManager's members non-public. In particular, | Dan Gohman | 2010-08-16 | 1 | -8/+10 |
* | Eliminate the TopLevelManagerType enum; instead, just make | Dan Gohman | 2010-08-16 | 1 | -8/+1 |
* | More #include cleanups. | Dan Gohman | 2010-08-07 | 1 | -1/+2 |
* | Tidy up PMStack. Add a bunch of consts, use std::vector instead of | Dan Gohman | 2010-08-07 | 1 | -14/+12 |
* | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 1 | -2/+2 |
* | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 1 | -2/+2 |
* | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 2010-08-05 | 1 | -2/+2 |
* | Speculatively revert r108813, in an attempt to get the self-host buildbots wo... | Owen Anderson | 2010-07-20 | 1 | -1/+1 |
* | Reapply r108794, a fix for the failing test from last time. | Owen Anderson | 2010-07-20 | 1 | -1/+1 |
* | Revert r108794, "Separate PassInfo into two classes: a constructor-free | Daniel Dunbar | 2010-07-20 | 1 | -1/+1 |
* | Separate PassInfo into two classes: a constructor-free superclass (StaticPass... | Owen Anderson | 2010-07-20 | 1 | -1/+1 |
* | Move several non-performance-critical member functinos out of line. | Dan Gohman | 2010-06-21 | 1 | -4/+1 |
* | reapply my timer rewrite with a change for PassManager to store | Chris Lattner | 2010-03-30 | 1 | -3/+1 |
* | revert r99862 which is causing FNT failures. | Chris Lattner | 2010-03-30 | 1 | -1/+3 |
* | fairly major rewrite of various timing related stuff. | Chris Lattner | 2010-03-30 | 1 | -3/+1 |
* | 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 |