[PM] Wire up support for writing bitcode with new PM.
[oota-llvm.git] / lib / Bitcode / Writer / BitcodeWriterPass.cpp
2014-01-13 Chandler Carruth[PM] Wire up support for writing bitcode with new PM.
2012-11-25 Joe AbbeyCode Custodian:
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2009-08-23 Chris Lattnereliminate the std::ostream forms of the bitcode writing...
2008-10-22 Daniel DunbarAdd raw_ostream versions of WriteBitcodeToFile and...
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-11-19 Dan GohmanAdd explicit keywords.
2007-11-04 Gordon HenriksenDeleting -emitbitcode option which did nothing.
2007-05-06 Chris Lattneradd a new CreateBitcodeWriterPass method, which creates...