aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Pass.h
AgeCommit message (Expand)Author
2012-12-03moves doInitialization and doFinalization to the Pass class and removes some ...Pedro Artigas
2012-11-29One more step towards making doInitialization and doFinalization useful forPedro Artigas
2012-11-27Test commit only modifying commentsPedro Artigas
2012-11-27Revert r168635 "Step towards implementation of pass manager with doInitializa...Owen Anderson
2012-11-26Step towards implementation of pass manager with doInitialization and doFinal...Owen Anderson
2012-11-15Use empty parens for empty function parameter list instead of '(void)'.Dmitri Gribenko
2012-11-15Add doInitialization and doFinalization methods to ModulePass's, to allow the...Owen Anderson
2012-09-17Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper
2012-02-15Added TargetPassConfig::disablePass/substitutePass as a general mechanism to ...Andrew Trick
2012-02-08Added Pass::createPass(ID) to handle pass configuration by IDAndrew Trick
2012-02-03whitespaceAndrew Trick
2011-11-24Devirtualize Pass::getPassID, overriding it isn't useful and it gets called a...Benjamin Kramer
2011-04-28Fix typos in comments.Jay Foad
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2010-10-20Add RegionPass support.Tobias Grosser
2010-08-19Revert r111199; it breaks -debug-pass=Structure output.Dan Gohman
2010-08-16Make dumpPassStructure be a PMDataManager abstraction, rather thanDan Gohman
2010-08-11Remove BasicBlockPass::runOnFunction, which was unused.Dan Gohman
2010-08-11Delete FunctionPass::run, which is unused.Dan Gohman
2010-08-11Delete FunctionPass::runOnModule, which is unused.Dan Gohman
2010-08-07Remove assignPassManager's default arguments. It's reallyDan Gohman
2010-08-07More #include cleanups.Dan Gohman
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson
2010-08-06Revert r110396 to fix buildbots.Owen Anderson
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson
2010-07-20Speculatively revert r108813, in an attempt to get the self-host buildbots wo...Owen Anderson
2010-07-20Reapply r108794, a fix for the failing test from last time.Owen Anderson
2010-07-20Revert r108794, "Separate PassInfo into two classes: a constructor-freeDaniel Dunbar
2010-07-20Separate PassInfo into two classes: a constructor-free superclass (StaticPass...Owen Anderson
2010-06-21Move several non-performance-critical member functinos out of line.Dan Gohman
2010-04-02Ok, third time's the charm. No changes from last time except the CMakeDavid Greene
2010-04-02Revert 100204. It broke a bunch of tests and apparently changed what passes a...Evan Cheng
2010-04-02Let's try this again. Re-apply 100143 including an apparent missingDavid Greene
2010-04-01Revert r100143.Eric Christopher
2010-04-01Add some switches helpful for debugging:David Greene
2010-02-17Fix a few unused parameter warnings.Eric Christopher
2010-02-12doxygenize some comments, patch by Peter Collingbourne!Chris Lattner
2010-01-22elimiante the dynamic_cast's from opt.Chris Lattner
2010-01-22eliminate a bunch of dynamic_cast's.Chris Lattner
2010-01-22eliminate a bunch of dynamic_cast's.Chris Lattner
2010-01-20add some new methods to adjust this pointers. Not used yet.Chris Lattner
2009-12-14Move several function bodies which are rarely inlined out of line.Dan Gohman
2009-11-06Pass StringRef by value.Daniel Dunbar
2009-10-26Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth
2009-10-14Remove a bunch of unused arguments from functions, silencing aEric Christopher
2009-10-08Add a form of addPreserved which takes a string argument, to allow passesDan Gohman
2009-09-01Fix a typo in a comment.Dan Gohman
2009-08-23Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner
2009-08-11Tidy #includes.Dan Gohman
2009-08-03Fix some comments referring to std::cerr.Daniel Dunbar