aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Assembly/PrintModulePass.h
AgeCommit message (Expand)Author
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-09-30Standardize header file commentsChris Lattner
2002-09-19Workaround for bug in GCC 3.1.1 iostreams library on sparc. It apprarentlyChris Lattner
2002-08-18Module's do not subclass from Value, so this code caused a segfault.Chris Lattner
2002-07-23Regularize the Print*Passes so they have default ctors.Chris Lattner
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-04-29Add new optional getPassName() virtual function that a Pass can overrideChris Lattner
2002-04-28Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica...Chris Lattner
2002-04-27* Rename MethodPass class to FunctionPassChris Lattner
2002-04-18Changes to make print pass work!Chris Lattner
2002-04-08s/Method/FunctionChris Lattner
2002-01-21Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-10-18initial checkinChris Lattner