2012-05-14 |
Bill Wendling | Use ArrayRef instead of an explicit vector type. |
blob | commitdiff | raw |
2012-02-01 |
Andrew Trick | Add pass printer passes in the right place. |
blob | commitdiff | raw | diff to current |
2012-02-01 |
Andrew Trick | whitespace |
blob | commitdiff | raw | diff to current |
2011-08-29 |
Andrew Trick | Reapply r138695. Fix PassManager stack depths. |
blob | commitdiff | raw | diff to current |
2011-08-27 |
Andrew Trick | Reverting r138695 to see if it fixes clang self host. |
blob | commitdiff | raw | diff to current |
2011-08-27 |
Andrew Trick | Fix PassManager stack depths. |
blob | commitdiff | raw | diff to current |
2010-10-20 |
Tobias Grosser | Add RegionPass support. |
blob | commitdiff | raw | diff to current |
2010-10-12 |
Dan Gohman | Constify. |
blob | commitdiff | raw | diff to current |
2010-10-12 |
Dan Gohman | Use SmallVectorImpl in a bunch of places. |
blob | commitdiff | raw | diff to current |
2010-08-19 |
Dan Gohman | Revert r111199; it breaks -debug-pass=Structure output. |
blob | commitdiff | raw | diff to current |
2010-08-16 |
Dan Gohman | Make dumpPassStructure be a PMDataManager abstraction... |
blob | commitdiff | raw | diff to current |
2010-08-16 |
Dan Gohman | Make some of PMTopLevelManager's members non-public... |
blob | commitdiff | raw | diff to current |
2010-08-16 |
Dan Gohman | Eliminate the TopLevelManagerType enum; instead, just... |
blob | commitdiff | raw | diff to current |
2010-08-07 |
Dan Gohman | More #include cleanups. |
blob | commitdiff | raw | diff to current |
2010-08-07 |
Dan Gohman | Tidy up PMStack. Add a bunch of consts, use std::vector... |
blob | commitdiff | raw | diff to current |
2010-08-06 |
Owen Anderson | Reapply r110396, with fixes to appease the Linux buildb... |
blob | commitdiff | raw | diff to current |
2010-08-06 |
Owen Anderson | Revert r110396 to fix buildbots. |
blob | commitdiff | raw | diff to current |
2010-08-05 |
Owen Anderson | Don't use PassInfo* as a type identifier for passes... |
blob | commitdiff | raw | diff to current |
2010-07-20 |
Owen Anderson | Speculatively revert r108813, in an attempt to get... |
blob | commitdiff | raw | diff to current |
2010-07-20 |
Owen Anderson | Reapply r108794, a fix for the failing test from last... |
blob | commitdiff | raw | diff to current |
2010-07-20 |
Daniel Dunbar | Revert r108794, "Separate PassInfo into two classes... |
blob | commitdiff | raw | diff to current |
2010-07-20 |
Owen Anderson | Separate PassInfo into two classes: a constructor-free... |
blob | commitdiff | raw | diff to current |
2010-06-21 |
Dan Gohman | Move several non-performance-critical member functinos... |
blob | commitdiff | raw | diff to current |
2010-03-30 |
Chris Lattner | reapply my timer rewrite with a change for PassManager... |
blob | commitdiff | raw | diff to current |
2010-03-30 |
Chris Lattner | revert r99862 which is causing FNT failures. |
blob | commitdiff | raw | diff to current |
2010-03-30 |
Chris Lattner | fairly major rewrite of various timing related stuff. |
blob | commitdiff | raw | diff to current |
2010-02-10 |
Dan Gohman | Fix "the the" and similar typos. |
blob | commitdiff | raw | diff to current |
2010-01-22 |
Chris Lattner | eliminate a bunch of dynamic_cast's. |
blob | commitdiff | raw | diff to current |
2009-11-06 |
Daniel Dunbar | Pass StringRef by value. |
blob | commitdiff | raw | diff to current |
2009-11-01 |
Douglas Gregor | Reverting 85714, 85715, 85716, which are breaking the... |
blob | commitdiff | raw | diff to current |
2009-11-01 |
Dan Gohman | Remove the #include of Pass.h from PassManager.h. This... |
blob | commitdiff | raw | diff to current |
2009-09-28 |
Dan Gohman | Move the dominator verification code out of special... |
blob | commitdiff | raw | diff to current |
2009-09-28 |
Dan Gohman | Extend the StartPassTimer and StopPassTimer functions... |
blob | commitdiff | raw | diff to current |
2009-09-27 |
Dan Gohman | Extract the code for releasing a pass into a separate... |
blob | commitdiff | raw | diff to current |
2009-09-15 |
Chris Lattner | make -debug-pass=Executions show information about... |
blob | commitdiff | raw | diff to current |
2009-08-07 |
Dan Gohman | Fix a bunch of namespace pollution. |
blob | commitdiff | raw | diff to current |
2009-08-05 |
Dan Gohman | Add an explicit keyword. |
blob | commitdiff | raw | diff to current |
2009-07-26 |
Daniel Dunbar | Eliminate some uses of DOUT, cerr, and getNameStart(). |
blob | commitdiff | raw | diff to current |
2009-04-01 |
Devang Patel | Clean up pass manager cache after each run. |
blob | commitdiff | raw | diff to current |
2009-03-12 |
Chris Lattner | Fully initialize all ivars, fixing PR3790, patch by... |
blob | commitdiff | raw | diff to current |
2009-03-06 |
Chris Lattner | some nits noticed by Duncan |
blob | commitdiff | raw | diff to current |
2009-03-06 |
Chris Lattner | Sprinkle some PrettyStackEntry magic into the passmanag... |
blob | commitdiff | raw | diff to current |
2009-02-18 |
Dan Gohman | Eliminate several more unnecessary intptr_t casts. |
blob | commitdiff | raw | diff to current |
2009-01-05 |
Dan Gohman | Tidy up #includes, deleting a bunch of unnecessary... |
blob | commitdiff | raw | diff to current |
2008-10-16 |
Dan Gohman | Trim #includes. |
blob | commitdiff | raw | diff to current |
2008-08-12 |
Devang Patel | Use SmallVector instead of std::vector |
blob | commitdiff | raw | diff to current |
2008-08-12 |
Devang Patel | Use DenseMap to keep track of last users. |
blob | commitdiff | raw | diff to current |
2008-08-11 |
Devang Patel | Keep track of analysis usage information for passes... |
blob | commitdiff | raw | diff to current |
2008-08-08 |
Chris Lattner | Don't call getAnalysisUsage unless -debug-pass is enabl... |
blob | commitdiff | raw | diff to current |
2008-08-08 |
Chris Lattner | Speed up the passmgr by avoiding heap thrashing on... |
blob | commitdiff | raw | diff to current |
2008-07-11 |
Dan Gohman | Fix spelling of "hierarchy" in comments. |
blob | commitdiff | raw | diff to current |
2008-07-01 |
Devang Patel | Add dom info verifier. |
blob | commitdiff | raw | diff to current |
2008-05-23 |
Dan Gohman | Add #includes to make some dependencies explicit. |
blob | commitdiff | raw | diff to current |
2008-05-14 |
Dan Gohman | Make getNumContainedManagers and getNumContainedPasses... |
blob | commitdiff | raw | diff to current |
2008-05-05 |
Evan Cheng | Fix more -Wshorten-64-to-32 warnings. |
blob | commitdiff | raw | diff to current |
2008-03-21 |
Dan Gohman | Don't include <map> in Pass.h, which doesn't need it... |
blob | commitdiff | raw | diff to current |
2008-03-14 |
Dan Gohman | Move the PMStack class out of Pass.h and into PassManag... |
blob | commitdiff | raw | diff to current |
2008-03-13 |
Dan Gohman | Change PMTopLevelManager's PassManagers vector element... |
blob | commitdiff | raw | diff to current |
2008-02-27 |
Devang Patel | Remove dead code. |
blob | commitdiff | raw | diff to current |
2008-02-20 |
Anton Korobeynikov | Update gcc 4.3 warnings fix patch with recent head... |
blob | commitdiff | raw | diff to current |
2007-12-29 |
Chris Lattner | Don't attribute in file headers anymore. See llvmdev... |
blob | commitdiff | raw | diff to current |
2007-10-03 |
Dan Gohman | Fix a using namespace llvm; in a header file. |
blob | commitdiff | raw | diff to current |
2007-08-12 |
Reid Spencer | Change casts from old style to new style. This helps... |
blob | commitdiff | raw | diff to current |
2007-08-10 |
Devang Patel | Do not overuse std::string. Pass around char * directly. |
blob | commitdiff | raw | diff to current |
2007-08-10 |
Devang Patel | Add #ifndef guard. |
blob | commitdiff | raw | diff to current |
2007-08-10 |
Chris Lattner | avoid copying strings. |
blob | commitdiff | raw | diff to current |
2007-07-30 |
Dan Gohman | Fix pastos in comments for doFinalization functions. |
blob | commitdiff | raw | diff to current |
2007-07-27 |
Devang Patel | Add facility to dump pass manager structure |
blob | commitdiff | raw | diff to current |
2007-07-20 |
Devang Patel | Use SmallVector instead of std::vector. |
blob | commitdiff | raw | diff to current |
2007-07-19 |
Devang Patel | Verify loop info. |
blob | commitdiff | raw | diff to current |
2007-05-03 |
Devang Patel | Drop 'const' |
blob | commitdiff | raw | diff to current |
2007-05-02 |
Devang Patel | Use 'static const char' instead of 'static const int'. |
blob | commitdiff | raw | diff to current |
2007-05-01 |
Devang Patel | Do not use typeinfo to identify pass in pass manager. |
blob | commitdiff | raw | diff to current |
2007-04-16 |
Devang Patel | Give each pass manager chance to manage lower level... |
blob | commitdiff | raw | diff to current |
2007-03-23 |
Dan Gohman | Add the 'explicit' keyword to several constructors... |
blob | commitdiff | raw | diff to current |
2007-03-06 |
Devang Patel | Keep track of higher level analysis. |
blob | commitdiff | raw | diff to current |
2007-03-06 |
Devang Patel | Keep track of inherited analysis. For example, if a... |
blob | commitdiff | raw | diff to current |
2007-03-05 |
Devang Patel | Current pass manager, not the parent pass manager,... |
blob | commitdiff | raw | diff to current |
2007-03-05 |
Devang Patel | Avoid constructing std::strings unless pass debugging... |
blob | commitdiff | raw | diff to current |
2007-02-27 |
Devang Patel | Make getPassManagerType() const. |
blob | commitdiff | raw | diff to current |
2007-02-17 |
Chris Lattner | temporarily revert Devang's most recent patch, which... |
blob | commitdiff | raw | diff to current |
2007-02-17 |
Devang Patel | Use inverted map to speedup collectLastUses(). |
blob | commitdiff | raw | diff to current |
2007-02-01 |
Devang Patel | Pretty print pass managers. |
blob | commitdiff | raw | diff to current |
2007-01-29 |
Devang Patel | - Undo previous check-in (i.e. Do not export TimingInfo... |
blob | commitdiff | raw | diff to current |
2007-01-29 |
Devang Patel | Move TimingInfo into PassManagers.h so that other libs... |
blob | commitdiff | raw | diff to current |
2007-01-16 |
Devang Patel | Code refactoring. |
blob | commitdiff | raw | diff to current |
2007-01-15 |
Devang Patel | Remove extra white spaces. Fix comments. |
blob | commitdiff | raw | diff to current |
2007-01-12 |
Devang Patel | s/addPassToManager/add/g |
blob | commitdiff | raw | diff to current |
2007-01-12 |
Devang Patel | Move PMTopLevelManager, PMDataManager and FPPassManger... |
blob | commitdiff | raw | diff to current |
|