summaryrefslogtreecommitdiff
path: root/include/llvm/Assembly/PrintModulePass.h
Commit message (Expand)AuthorAge
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-20
* Added #include <iostream> since this header is no longer picked up fromReid Spencer2004-07-04
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20
* Standardize header file commentsChris Lattner2003-09-30
* Workaround for bug in GCC 3.1.1 iostreams library on sparc. It apprarentlyChris Lattner2002-09-19
* Module's do not subclass from Value, so this code caused a segfault.Chris Lattner2002-08-18
* Regularize the Print*Passes so they have default ctors.Chris Lattner2002-07-23
* MEGAPATCH checkin.Chris Lattner2002-06-25
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-29
* Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica...Chris Lattner2002-04-28
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-27
* Changes to make print pass work!Chris Lattner2002-04-18
* s/Method/FunctionChris Lattner2002-04-08
* Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner2002-01-21
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* initial checkinChris Lattner2001-10-18