summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Debugify] Don't apply DI before the bitcode writer passVedant Kumar2018-06-041-0/+4
* Pass a reference to a module to the bitcode writer.Rafael Espindola2018-02-141-2/+2
* Split Bitcode/ReaderWriter.h into separate reader and writer headersTeresa Johnson2016-11-111-1/+1
* Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini2016-10-011-1/+1
* [PM] Port ModuleSummaryIndex analysis to new pass managerTeresa Johnson2016-08-121-6/+5
* [PM] Remove support for omitting the AnalysisManager argument to newChandler Carruth2016-06-171-1/+1
* [ThinLTO] Move summary computation from BitcodeWriter to new passTeresa Johnson2016-04-111-3/+29
* Plumb the option to emit the `ModuleHash` in the bitcode through the bitcode ...Mehdi Amini2016-04-101-6/+7
* [ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson2016-03-151-8/+7
* Revert "[ThinLTO] Renaming of function index to module summary index (NFC)"Teresa Johnson2016-03-141-7/+8
* [ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson2016-03-141-8/+7
* Support for function summary index bitcode sections and files.Teresa Johnson2015-10-041-6/+12
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* uselistorder: Remove the global bitsDuncan P. N. Exon Smith2015-04-151-1/+0
* uselistorder: Pull bit through BitcodeWriterPassDuncan P. N. Exon Smith2015-04-151-6/+10
* uselistorder: Pull the bit through WriteToBitcodFile()Duncan P. N. Exon Smith2015-04-151-2/+3
* [PM] Switch the new pass manager to use a reference-based API for IRChandler Carruth2015-01-051-2/+2
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-051-2/+2
* [PM] Wire up support for writing bitcode with new PM.Chandler Carruth2014-01-131-3/+9
* Code Custodian:Joe Abbey2012-11-251-2/+2
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-1/+1
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-1/+1
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-1/+1
* eliminate the std::ostream forms of the bitcode writing APIs.Chris Lattner2009-08-231-18/+3
* Add raw_ostream versions of WriteBitcodeToFile and BitcodeWriterPass.Daniel Dunbar2008-10-221-4/+17
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-041-1/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Add explicit keywords.Dan Gohman2007-11-191-1/+2
* Deleting -emitbitcode option which did nothing.Gordon Henriksen2007-11-041-6/+5
* add a new CreateBitcodeWriterPass method, which creates a bitcode writer asChris Lattner2007-05-061-0/+43
OpenPOWER on IntegriCloud