aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Pass.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-2/+2
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-2/+2
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-1/+2
* Update to LLVM 3.5a.Stephen Hines2014-04-241-14/+24
* moves doInitialization and doFinalization to the Pass class and removes some ...Pedro Artigas2012-12-031-29/+12
* One more step towards making doInitialization and doFinalization useful forPedro Artigas2012-11-291-2/+2
* Test commit only modifying commentsPedro Artigas2012-11-271-3/+3
* Revert r168635 "Step towards implementation of pass manager with doInitializa...Owen Anderson2012-11-271-2/+2
* Step towards implementation of pass manager with doInitialization and doFinal...Owen Anderson2012-11-261-2/+2
* Use empty parens for empty function parameter list instead of '(void)'.Dmitri Gribenko2012-11-151-2/+2
* Add doInitialization and doFinalization methods to ModulePass's, to allow the...Owen Anderson2012-11-151-0/+10
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-171-2/+3
* Added TargetPassConfig::disablePass/substitutePass as a general mechanism to ...Andrew Trick2012-02-151-1/+1
* Added Pass::createPass(ID) to handle pass configuration by IDAndrew Trick2012-02-081-0/+4
* whitespaceAndrew Trick2012-02-031-15/+15
* Devirtualize Pass::getPassID, overriding it isn't useful and it gets called a...Benjamin Kramer2011-11-241-2/+2
* Fix typos in comments.Jay Foad2011-04-281-2/+2
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Add RegionPass support.Tobias Grosser2010-10-201-1/+3
* Revert r111199; it breaks -debug-pass=Structure output.Dan Gohman2010-08-191-1/+1
* Make dumpPassStructure be a PMDataManager abstraction, rather thanDan Gohman2010-08-161-1/+1
* Remove BasicBlockPass::runOnFunction, which was unused.Dan Gohman2010-08-111-6/+0
* Delete FunctionPass::run, which is unused.Dan Gohman2010-08-111-5/+0
* Delete FunctionPass::runOnModule, which is unused.Dan Gohman2010-08-111-6/+0
* Remove assignPassManager's default arguments. It's reallyDan Gohman2010-08-071-4/+4
* More #include cleanups.Dan Gohman2010-08-071-4/+0
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-26/+16
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-16/+26
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-26/+16
* Speculatively revert r108813, in an attempt to get the self-host buildbots wo...Owen Anderson2010-07-201-9/+8
* Reapply r108794, a fix for the failing test from last time.Owen Anderson2010-07-201-8/+9
* Revert r108794, "Separate PassInfo into two classes: a constructor-freeDaniel Dunbar2010-07-201-9/+8
* Separate PassInfo into two classes: a constructor-free superclass (StaticPass...Owen Anderson2010-07-201-8/+9
* Move several non-performance-critical member functinos out of line.Dan Gohman2010-06-211-20/+7
* Ok, third time's the charm. No changes from last time except the CMakeDavid Greene2010-04-021-0/+16
* Revert 100204. It broke a bunch of tests and apparently changed what passes a...Evan Cheng2010-04-021-16/+0
* Let's try this again. Re-apply 100143 including an apparent missingDavid Greene2010-04-021-0/+16
* Revert r100143.Eric Christopher2010-04-011-15/+0
* Add some switches helpful for debugging:David Greene2010-04-011-0/+15
* Fix a few unused parameter warnings.Eric Christopher2010-02-171-1/+1
* doxygenize some comments, patch by Peter Collingbourne!Chris Lattner2010-02-121-5/+5
* elimiante the dynamic_cast's from opt.Chris Lattner2010-01-221-10/+24
* eliminate a bunch of dynamic_cast's.Chris Lattner2010-01-221-0/+1
* eliminate a bunch of dynamic_cast's.Chris Lattner2010-01-221-0/+3
* add some new methods to adjust this pointers. Not used yet.Chris Lattner2010-01-201-0/+8
* Move several function bodies which are rarely inlined out of line.Dan Gohman2009-12-141-25/+15
* Pass StringRef by value.Daniel Dunbar2009-11-061-1/+1
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-261-1/+1
* Remove a bunch of unused arguments from functions, silencing aEric Christopher2009-10-141-2/+2
* Add a form of addPreserved which takes a string argument, to allow passesDan Gohman2009-10-081-0/+5