Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | It's not necessary for PrintModulePass to flush the output streams | Dan Gohman | 2009-04-20 | 1 | -2/+0 |
| | | | | | | now that errs() is properly non-buffered. llvm-svn: 69602 | ||||
* | Eliminate several more unnecessary intptr_t casts. | Dan Gohman | 2009-02-18 | 1 | -4/+4 |
| | | | | llvm-svn: 64888 | ||||
* | Move Print*Pass to use raw_ostream. | Daniel Dunbar | 2008-10-22 | 1 | -11/+16 |
| | | | | llvm-svn: 57946 | ||||
* | Privatize PrintModulePass and PrintFunctionPass and add | Daniel Dunbar | 2008-10-21 | 1 | -0/+96 |
createPrintModulePass and createPrintFunctionPass. - So clients who compile w/o RTTI can use them. llvm-svn: 57933 |