aboutsummaryrefslogtreecommitdiff
path: root/lib/Bitcode/Writer/BitcodeWriterPass.cpp
AgeCommit message (Expand)Author
2008-10-22Add raw_ostream versions of WriteBitcodeToFile and BitcodeWriterPass.Daniel Dunbar
2008-09-04Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-11-19Add explicit keywords.Dan Gohman
2007-11-04Deleting -emitbitcode option which did nothing.Gordon Henriksen
2007-05-06add a new CreateBitcodeWriterPass method, which creates a bitcode writer asChris Lattner