Age | Commit message (Expand) | Author |
2013-02-26 | Use a DenseMap instead of a std::map for AnalysisID -> Pass* maps. This reduc... | Michael Ilseman |
2012-12-03 | Sort the #include lines for the include/... tree with the script. | Chandler Carruth |
2012-11-27 | Revert r168635 "Step towards implementation of pass manager with doInitializa... | Owen Anderson |
2012-11-26 | Step towards implementation of pass manager with doInitialization and doFinal... | Owen Anderson |
2012-11-15 | Add doInitialization and doFinalization methods to ModulePass's, to allow the... | Owen Anderson |
2012-11-13 | Remove virtual keyword for two routines that should never be overridden. | Evan Cheng |
2012-11-13 | Revert r167759. Ben is right this isn't likely to help much. | Evan Cheng |
2012-11-12 | Cache size of PassVector to speed up getNumContainedPasses(). | Evan Cheng |
2012-05-14 | Use ArrayRef instead of an explicit vector type. | Bill Wendling |
2012-02-01 | Add pass printer passes in the right place. | Andrew Trick |
2012-02-01 | whitespace | Andrew Trick |
2011-08-29 | Reapply r138695. Fix PassManager stack depths. | Andrew Trick |
2011-08-27 | Reverting r138695 to see if it fixes clang self host. | Andrew Trick |
2011-08-27 | Fix PassManager stack depths. | Andrew Trick |
2010-10-20 | Add RegionPass support. | Tobias Grosser |
2010-10-12 | Constify. | Dan Gohman |
2010-10-12 | Use SmallVectorImpl in a bunch of places. | Dan Gohman |
2010-08-19 | Revert r111199; it breaks -debug-pass=Structure output. | Dan Gohman |
2010-08-16 | Make dumpPassStructure be a PMDataManager abstraction, rather than | Dan Gohman |
2010-08-16 | Make some of PMTopLevelManager's members non-public. In particular, | Dan Gohman |
2010-08-16 | Eliminate the TopLevelManagerType enum; instead, just make | Dan Gohman |
2010-08-07 | More #include cleanups. | Dan Gohman |
2010-08-07 | Tidy up PMStack. Add a bunch of consts, use std::vector instead of | Dan Gohman |
2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson |
2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson |
2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson |
2010-07-20 | Speculatively revert r108813, in an attempt to get the self-host buildbots wo... | Owen Anderson |
2010-07-20 | Reapply r108794, a fix for the failing test from last time. | Owen Anderson |
2010-07-20 | Revert r108794, "Separate PassInfo into two classes: a constructor-free | Daniel Dunbar |
2010-07-20 | Separate PassInfo into two classes: a constructor-free superclass (StaticPass... | Owen Anderson |
2010-06-21 | Move several non-performance-critical member functinos out of line. | Dan Gohman |
2010-03-30 | reapply my timer rewrite with a change for PassManager to store | Chris Lattner |
2010-03-30 | revert r99862 which is causing FNT failures. | Chris Lattner |
2010-03-30 | fairly major rewrite of various timing related stuff. | Chris Lattner |
2010-02-10 | Fix "the the" and similar typos. | Dan Gohman |
2010-01-22 | eliminate a bunch of dynamic_cast's. | Chris Lattner |
2009-11-06 | Pass StringRef by value. | Daniel Dunbar |
2009-11-01 | Reverting 85714, 85715, 85716, which are breaking the build | Douglas Gregor |
2009-11-01 | Remove the #include of Pass.h from PassManager.h. This breaks a significant | Dan Gohman |
2009-09-28 | Move the dominator verification code out of special code embedded within | Dan Gohman |
2009-09-28 | Extend the StartPassTimer and StopPassTimer functions so that the | Dan Gohman |
2009-09-27 | Extract the code for releasing a pass into a separate function, and | Dan Gohman |
2009-09-15 | make -debug-pass=Executions show information about what call graph nodes | Chris Lattner |
2009-08-07 | Fix a bunch of namespace pollution. | Dan Gohman |
2009-08-05 | Add an explicit keyword. | Dan Gohman |
2009-07-26 | Eliminate some uses of DOUT, cerr, and getNameStart(). | Daniel Dunbar |
2009-04-01 | Clean up pass manager cache after each run. | Devang Patel |
2009-03-12 | Fully initialize all ivars, fixing PR3790, patch by Edwin Torok! | Chris Lattner |
2009-03-06 | some nits noticed by Duncan | Chris Lattner |
2009-03-06 | Sprinkle some PrettyStackEntry magic into the passmanager. With this, we now | Chris Lattner |