summaryrefslogtreecommitdiff
path: root/include/llvm/Pass.h
Commit message (Expand)AuthorAge
* Revert "[PM] Add pass run listeners to the pass manager."Juergen Ributzka2014-05-15
* [PM] Add pass run listeners to the pass manager.Juergen Ributzka2014-04-28
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-09
* [C++11] Add 'override' keyword to IR library.Craig Topper2014-03-05
* Constify the Optnone checks in IR passes.Paul Robinson2014-02-26
* Disable most IR-level transform passes on functions marked 'optnone'.Paul Robinson2014-02-06
* moves doInitialization and doFinalization to the Pass class and removes some ...Pedro Artigas2012-12-03
* One more step towards making doInitialization and doFinalization useful forPedro Artigas2012-11-29
* Test commit only modifying commentsPedro Artigas2012-11-27
* Revert r168635 "Step towards implementation of pass manager with doInitializa...Owen Anderson2012-11-27
* Step towards implementation of pass manager with doInitialization and doFinal...Owen Anderson2012-11-26
* Use empty parens for empty function parameter list instead of '(void)'.Dmitri Gribenko2012-11-15
* Add doInitialization and doFinalization methods to ModulePass's, to allow the...Owen Anderson2012-11-15
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-17
* Added TargetPassConfig::disablePass/substitutePass as a general mechanism to ...Andrew Trick2012-02-15
* Added Pass::createPass(ID) to handle pass configuration by IDAndrew Trick2012-02-08
* whitespaceAndrew Trick2012-02-03
* Devirtualize Pass::getPassID, overriding it isn't useful and it gets called a...Benjamin Kramer2011-11-24
* Fix typos in comments.Jay Foad2011-04-28
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Add RegionPass support.Tobias Grosser2010-10-20
* Revert r111199; it breaks -debug-pass=Structure output.Dan Gohman2010-08-19
* Make dumpPassStructure be a PMDataManager abstraction, rather thanDan Gohman2010-08-16
* Remove BasicBlockPass::runOnFunction, which was unused.Dan Gohman2010-08-11
* Delete FunctionPass::run, which is unused.Dan Gohman2010-08-11
* Delete FunctionPass::runOnModule, which is unused.Dan Gohman2010-08-11
* Remove assignPassManager's default arguments. It's reallyDan Gohman2010-08-07
* More #include cleanups.Dan Gohman2010-08-07
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* Speculatively revert r108813, in an attempt to get the self-host buildbots wo...Owen Anderson2010-07-20
* Reapply r108794, a fix for the failing test from last time.Owen Anderson2010-07-20
* Revert r108794, "Separate PassInfo into two classes: a constructor-freeDaniel Dunbar2010-07-20
* Separate PassInfo into two classes: a constructor-free superclass (StaticPass...Owen Anderson2010-07-20
* Move several non-performance-critical member functinos out of line.Dan Gohman2010-06-21
* Ok, third time's the charm. No changes from last time except the CMakeDavid Greene2010-04-02
* Revert 100204. It broke a bunch of tests and apparently changed what passes a...Evan Cheng2010-04-02
* Let's try this again. Re-apply 100143 including an apparent missingDavid Greene2010-04-02
* Revert r100143.Eric Christopher2010-04-01
* Add some switches helpful for debugging:David Greene2010-04-01
* Fix a few unused parameter warnings.Eric Christopher2010-02-17
* doxygenize some comments, patch by Peter Collingbourne!Chris Lattner2010-02-12
* elimiante the dynamic_cast's from opt.Chris Lattner2010-01-22
* eliminate a bunch of dynamic_cast's.Chris Lattner2010-01-22
* eliminate a bunch of dynamic_cast's.Chris Lattner2010-01-22
* add some new methods to adjust this pointers. Not used yet.Chris Lattner2010-01-20
* Move several function bodies which are rarely inlined out of line.Dan Gohman2009-12-14
* Pass StringRef by value.Daniel Dunbar2009-11-06
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-26