aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Assembly/PrintModulePass.h
AgeCommit message (Expand)Author
2013-02-08Enable *BasicBlockPass::createPrinterPass()Sergei Larin
2010-04-02Ok, third time's the charm. No changes from last time except the CMakeDavid Greene
2010-04-02Revert 100204. It broke a bunch of tests and apparently changed what passes a...Evan Cheng
2010-04-02Let's try this again. Re-apply 100143 including an apparent missingDavid Greene
2010-04-01Revert r100143.Eric Christopher
2010-04-01Add some switches helpful for debugging:David Greene
2008-10-22Move Print*Pass to use raw_ostream.Daniel Dunbar
2008-10-21Privatize PrintModulePass and PrintFunctionPass and addDaniel Dunbar
2008-05-30Revert 51775.Evan Cheng
2008-05-30Patches for building llvm on Solaris x86. Contributed by Nathan Keynes.Evan Cheng
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-10-26More fleshing out of docs/Passes.html, plus some typo fixes andGordon Henriksen
2007-08-12Change casts from old style to new style. This helps document the detailsReid Spencer
2007-05-03Drop 'const'Devang Patel
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling
2006-11-28Support for llvm_ostreams.Bill Wendling
2006-05-29Replace an old C-style cast with a C++ cast (squelch warning)Reid Spencer
2005-04-21Remove trailing whitespaceMisha Brukman
2004-09-20'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner
2004-07-04Added #include <iostream> since this header is no longer picked up fromReid Spencer
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