aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/PrintModulePass.cpp
Commit message (Expand)AuthorAgeFilesLines
* Now with fewer extraneous semicolons!Owen Anderson2010-10-071-2/+2
* Remove redundant inline keywords.Dan Gohman2010-08-161-1/+1
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-4/+4
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-4/+4
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-4/+4
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-211-4/+4
* Ok, third time's the charm. No changes from last time except the CMakeDavid Greene2010-04-021-5/+7
* Revert 100204. It broke a bunch of tests and apparently changed what passes a...Evan Cheng2010-04-021-7/+5
* Let's try this again. Re-apply 100143 including an apparent missingDavid Greene2010-04-021-5/+7
* Revert r100143.Eric Christopher2010-04-011-7/+5
* Add some switches helpful for debugging:David Greene2010-04-011-5/+7
* 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