summaryrefslogtreecommitdiff
path: root/include/llvm/Assembly/PrintModulePass.h
Commit message (Expand)AuthorAge
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-07
* Enable *BasicBlockPass::createPrinterPass()Sergei Larin2013-02-08
* Ok, third time's the charm. No changes from last time except the CMakeDavid Greene2010-04-02
* Revert 100204. It broke a bunch of tests and apparently changed what passes a...Evan Cheng2010-04-02
* Let's try this again. Re-apply 100143 including an apparent missingDavid Greene2010-04-02
* Revert r100143.Eric Christopher2010-04-01
* Add some switches helpful for debugging:David Greene2010-04-01
* Move Print*Pass to use raw_ostream.Daniel Dunbar2008-10-22
* Privatize PrintModulePass and PrintFunctionPass and addDaniel Dunbar2008-10-21
* Revert 51775.Evan Cheng2008-05-30
* Patches for building llvm on Solaris x86. Contributed by Nathan Keynes.Evan Cheng2008-05-30
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* More fleshing out of docs/Passes.html, plus some typo fixes andGordon Henriksen2007-10-26
* Change casts from old style to new style. This helps document the detailsReid Spencer2007-08-12
* Drop 'const'Devang Patel2007-05-03
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-07
* Support for llvm_ostreams.Bill Wendling2006-11-28
* Replace an old C-style cast with a C++ cast (squelch warning)Reid Spencer2006-05-29
* Remove trailing whitespaceMisha Brukman2005-04-21
* '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