aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson1-1/+1
2010-08-06Revert r110396 to fix buildbots.Owen Anderson1-1/+1
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson1-1/+1
2009-08-23eliminate the std::ostream forms of the bitcode writing APIs.Chris Lattner1-18/+3
2008-10-22Add raw_ostream versions of WriteBitcodeToFile and BitcodeWriterPass.Daniel Dunbar1-4/+17
2008-09-04Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman1-1/+1
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner1-2/+2
2007-11-19Add explicit keywords.Dan Gohman1-1/+2
2007-11-04Deleting -emitbitcode option which did nothing.Gordon Henriksen1-6/+5
2007-05-06add a new CreateBitcodeWriterPass method, which creates a bitcode writer asChris Lattner1-0/+43