Don't use PassInfo* as a type identifier for passes. Instead, use the address of...
[oota-llvm.git] / lib / Bitcode / Writer / BitcodeWriterPass.cpp
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...