aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-06-04[Debugify] Don't apply DI before the bitcode writer passVedant Kumar1-0/+4
2018-02-14Pass a reference to a module to the bitcode writer.Rafael Espindola1-2/+2
2016-11-11Split Bitcode/ReaderWriter.h into separate reader and writer headersTeresa Johnson1-1/+1
2016-10-01Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini1-1/+1
2016-08-12[PM] Port ModuleSummaryIndex analysis to new pass managerTeresa Johnson1-6/+5
2016-06-17[PM] Remove support for omitting the AnalysisManager argument to newChandler Carruth1-1/+1
2016-04-11[ThinLTO] Move summary computation from BitcodeWriter to new passTeresa Johnson1-3/+29
2016-04-10Plumb the option to emit the `ModuleHash` in the bitcode through the bitcode ...Mehdi Amini1-6/+7
2016-03-15[ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson1-8/+7
2016-03-14Revert "[ThinLTO] Renaming of function index to module summary index (NFC)"Teresa Johnson1-7/+8
2016-03-14[ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson1-8/+7
2015-10-04Support for function summary index bitcode sections and files.Teresa Johnson1-6/+12
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-04-15uselistorder: Remove the global bitsDuncan P. N. Exon Smith1-1/+0
2015-04-15uselistorder: Pull bit through BitcodeWriterPassDuncan P. N. Exon Smith1-6/+10
2015-04-15uselistorder: Pull the bit through WriteToBitcodFile()Duncan P. N. Exon Smith1-2/+3
2015-01-05[PM] Switch the new pass manager to use a reference-based API for IRChandler Carruth1-2/+2
2014-03-05[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-2/+2
2014-01-13[PM] Wire up support for writing bitcode with new PM.Chandler Carruth1-3/+9
2012-11-25Code Custodian:Joe Abbey1-2/+2
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