aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Assembly/PrintModulePass.h
Commit message (Expand)AuthorAgeFilesLines
* Ok, third time's the charm. No changes from last time except the CMakeDavid Greene2010-04-021-1/+3
* Revert 100204. It broke a bunch of tests and apparently changed what passes a...Evan Cheng2010-04-021-3/+1
* Let's try this again. Re-apply 100143 including an apparent missingDavid Greene2010-04-021-1/+3
* Revert r100143.Eric Christopher2010-04-011-3/+1
* Add some switches helpful for debugging:David Greene2010-04-011-1/+3
* Move Print*Pass to use raw_ostream.Daniel Dunbar2008-10-221-5/+5
* Privatize PrintModulePass and PrintFunctionPass and addDaniel Dunbar2008-10-211-55/+13
* Revert 51775.Evan Cheng2008-05-301-4/+4
* Patches for building llvm on Solaris x86. Contributed by Nathan Keynes.Evan Cheng2008-05-301-4/+4
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* More fleshing out of docs/Passes.html, plus some typo fixes andGordon Henriksen2007-10-261-1/+1
* Change casts from old style to new style. This helps document the detailsReid Spencer2007-08-121-4/+5
* Drop 'const'Devang Patel2007-05-031-2/+2
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-2/+2
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-4/+7
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-071-10/+8
* Support for llvm_ostreams.Bill Wendling2006-11-281-7/+7
* Replace an old C-style cast with a C++ cast (squelch warning)Reid Spencer2006-05-291-1/+1
* 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