aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Pass.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a typo in a comment.Dan Gohman2009-09-011-1/+1
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-231-7/+2
* Tidy #includes.Dan Gohman2009-08-111-1/+0
* Fix some comments referring to std::cerr.Daniel Dunbar2009-08-031-1/+1
* Get rid of the Pass+Context magic.Owen Anderson2009-07-221-13/+3
* "LLVMContext* " --> "LLVMContext *"Owen Anderson2009-07-061-1/+1
* Make the current LLVMContext available to passes.Owen Anderson2009-07-021-2/+14
* Remove dead code.Devang Patel2009-04-011-4/+0
* Rename getAnalysisToUpdate to getAnalysisIfAvailable.Duncan Sands2009-01-281-12/+12
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-051-1/+0
* * Alphabetized system headers per the style guideMisha Brukman2009-01-021-3/+3
* Add an assert to catch user errors like:Torok Edwin2008-10-311-2/+6
* Add dom info verifier.Devang Patel2008-07-011-1/+0
* Remove warnings about unused parameters and shadowed variables.Bill Wendling2008-05-191-11/+11
* Whitespace cleanups.Dan Gohman2008-05-141-2/+1
* Don't include <map> in Pass.h, which doesn't need it. This requiresDan Gohman2008-03-211-1/+1
* PassInfo keep tracks whether a pass is an analysis pass or not.Devang Patel2008-03-191-16/+12
* Do not use virtual function to identify an analysis pass.Devang Patel2008-03-191-16/+16
* Identify Analysis pass.Devang Patel2008-03-181-0/+5
* Update comments; getPassName no longer uses RTTI.Dan Gohman2008-03-141-3/+1
* Move the PMStack class out of Pass.h and into PassManagers.h.Dan Gohman2008-03-141-28/+0
* Change PMStack::push to accept a PMDataManager* instead ofDan Gohman2008-03-131-1/+1
* Fix a typo in a comment.Dan Gohman2008-03-131-1/+1
* No need for typedefs with enums in C++.Dan Gohman2008-03-131-2/+0
* Remove unused runPass methods.Dan Gohman2008-03-081-15/+0
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Allow passes to just pass up "FunctionPass(&ID)" instead of "FunctionPass((in...Chris Lattner2007-10-081-0/+6
* Include DataTypes.h to provide intptr_t type. This fixes OpenBSD compilation ...Anton Korobeynikov2007-10-061-0/+1
* Change casts from old style to new style. This helps document the detailsReid Spencer2007-08-121-1/+1
* Make ImmutablePass::runOnModule non-virtual, since it is notDan Gohman2007-08-011-1/+1
* Verify loop info.Devang Patel2007-07-191-1/+1
* Set up ground work to verify preserved analysis info.Devang Patel2007-07-191-0/+4
* Fix memory leak.Devang Patel2007-07-091-2/+8
* Remove forward-declarations for classes that don't exist.Dan Gohman2007-05-111-2/+0