summaryrefslogtreecommitdiff
path: root/lib/Bitcode/Writer/BitcodeWriterPass.cpp
Commit message (Expand)AuthorAge
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-05
* [PM] Wire up support for writing bitcode with new PM.Chandler Carruth2014-01-13
* Code Custodian:Joe Abbey2012-11-25
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* eliminate the std::ostream forms of the bitcode writing APIs.Chris Lattner2009-08-23
* Add raw_ostream versions of WriteBitcodeToFile and BitcodeWriterPass.Daniel Dunbar2008-10-22
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-04
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Add explicit keywords.Dan Gohman2007-11-19
* Deleting -emitbitcode option which did nothing.Gordon Henriksen2007-11-04
* add a new CreateBitcodeWriterPass method, which creates a bitcode writer asChris Lattner2007-05-06