aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Assembly/PrintModulePass.h
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaceMisha Brukman2005-04-211-5/+5
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-201-2/+2
* Added #include <iostream> since this header is no longer picked up fromReid Spencer2004-07-041-0/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Standardize header file commentsChris Lattner2003-09-301-1/+1
* Workaround for bug in GCC 3.1.1 iostreams library on sparc. It apprarentlyChris Lattner2002-09-191-1/+1
* Module's do not subclass from Value, so this code caused a segfault.Chris Lattner2002-08-181-3/+2
* Regularize the Print*Passes so they have default ctors.Chris Lattner2002-07-231-8/+6
* MEGAPATCH checkin.Chris Lattner2002-06-251-4/+4
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-291-0/+4
* Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica...Chris Lattner2002-04-281-0/+8
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-271-8/+9
* Changes to make print pass work!Chris Lattner2002-04-181-1/+2
* s/Method/FunctionChris Lattner2002-04-081-7/+6
* Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner2002-01-211-19/+27
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-3/+4
* initial checkinChris Lattner2001-10-181-0/+49