aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/PrintModulePass.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change errs() to dbgs().David Greene2010-01-051-2/+3
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-251-1/+0
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-251-1/+1
* It's not necessary for PrintModulePass to flush the output streamsDan Gohman2009-04-201-2/+0
* Eliminate several more unnecessary intptr_t casts.Dan Gohman2009-02-181-4/+4
* Move Print*Pass to use raw_ostream.Daniel Dunbar2008-10-221-11/+16
* Privatize PrintModulePass and PrintFunctionPass and addDaniel Dunbar2008-10-211-0/+96