summaryrefslogtreecommitdiff
path: root/include/llvm/Pass.h
Commit message (Expand)AuthorAge
* Fix a typo in a comment.Dan Gohman2009-09-01
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-23
* Tidy #includes.Dan Gohman2009-08-11
* Fix some comments referring to std::cerr.Daniel Dunbar2009-08-03
* Get rid of the Pass+Context magic.Owen Anderson2009-07-22
* "LLVMContext* " --> "LLVMContext *"Owen Anderson2009-07-06
* Make the current LLVMContext available to passes.Owen Anderson2009-07-02
* Remove dead code.Devang Patel2009-04-01
* Rename getAnalysisToUpdate to getAnalysisIfAvailable.Duncan Sands2009-01-28
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-05
* * Alphabetized system headers per the style guideMisha Brukman2009-01-02
* Add an assert to catch user errors like:Torok Edwin2008-10-31
* Add dom info verifier.Devang Patel2008-07-01
* Remove warnings about unused parameters and shadowed variables.Bill Wendling2008-05-19
* Whitespace cleanups.Dan Gohman2008-05-14
* Don't include <map> in Pass.h, which doesn't need it. This requiresDan Gohman2008-03-21
* PassInfo keep tracks whether a pass is an analysis pass or not.Devang Patel2008-03-19
* Do not use virtual function to identify an analysis pass.Devang Patel2008-03-19
* Identify Analysis pass.Devang Patel2008-03-18
* Update comments; getPassName no longer uses RTTI.Dan Gohman2008-03-14
* Move the PMStack class out of Pass.h and into PassManagers.h.Dan Gohman2008-03-14
* Change PMStack::push to accept a PMDataManager* instead ofDan Gohman2008-03-13
* Fix a typo in a comment.Dan Gohman2008-03-13
* No need for typedefs with enums in C++.Dan Gohman2008-03-13
* Remove unused runPass methods.Dan Gohman2008-03-08
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Allow passes to just pass up "FunctionPass(&ID)" instead of "FunctionPass((in...Chris Lattner2007-10-08
* Include DataTypes.h to provide intptr_t type. This fixes OpenBSD compilation ...Anton Korobeynikov2007-10-06
* Change casts from old style to new style. This helps document the detailsReid Spencer2007-08-12
* Make ImmutablePass::runOnModule non-virtual, since it is notDan Gohman2007-08-01
* Verify loop info.Devang Patel2007-07-19
* Set up ground work to verify preserved analysis info.Devang Patel2007-07-19
* Fix memory leak.Devang Patel2007-07-09
* Remove forward-declarations for classes that don't exist.Dan Gohman2007-05-11
* Add explicit keywords to several constructors that now have one argument.Dan Gohman2007-05-11
* Unbreak VC++ build.Jeff Cohen2007-05-03
* Re-install patch to enable use of PassID.Devang Patel2007-05-02
* revert enough of devang's recent patches to get the tree basically working againChris Lattner2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* Move ~Pass() from Pass.h into Pass.cppDevang Patel2007-04-26
* Delete Analysis Resolver.Devang Patel2007-04-26
* Proivde getAnalysis<FPAnalysis>(Func) support.Devang Patel2007-04-16
* Add getPotentialPassManagerType(). No functionality change, yet.Devang Patel2007-04-16
* Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov2007-04-16
* Keep track of inherited analysis. For example, if a loop pass does notDevang Patel2007-03-06
* Add preparePassManager() hook. This allows each pass to check whetherDevang Patel2007-03-06
* Inherit FunctionPass directly from Pass.Devang Patel2007-01-26
* Inherit BasicBlockPass directly from Pass.Devang Patel2007-01-25
* Remove dead code.Devang Patel2007-01-25
* Update assignPassManager() signature to allow selection of preferredDevang Patel2007-01-17