aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-04-12Add the allocsize attribute to LLVM.George Burgess IV1-0/+2
2016-04-11[ThinLTO] Move summary computation from BitcodeWriter to new passTeresa Johnson1-153/+43
2016-04-07Rename parameter I to Index for WriteCombinedGlobalValueSummary() (NFC)Mehdi Amini1-4/+4
2016-04-07[GCC] Attribute ifunc support in llvmDmitry Polukhin1-0/+12
2016-04-06NFC: make AtomicOrdering an enum classJF Bastien1-7/+7
2016-04-05IR: Introduce ConstantAggregate, NFCDuncan P. N. Exon Smith1-2/+1
2016-04-02Rename FunctionIndex into GlobalValueIndex to reflect the recent changes (NFC)Mehdi Amini1-21/+23
2016-04-02Bitcode: Try to emit metadata in function blocksDuncan P. N. Exon Smith1-2/+1
2016-04-02BitcodeWriter: Further unify function metadata, NFCDuncan P. N. Exon Smith1-4/+5
2016-04-02Reverts r265219.Mehdi Amini1-15/+15
2016-04-02wipMehdi Amini1-15/+15
2016-04-02Create a typedef GlobalValue::GUID for uint64_t and RAUW (NFC)Mehdi Amini1-8/+8
2016-04-01Swift Calling Convention: add swifterror attribute.Manman Ren1-2/+3
2016-04-01Add a module Hash in the bitcode and the combined index, implementing a kind ...Mehdi Amini1-9/+65
2016-04-01Revert "Add support for computing SHA1 in LLVM"Mehdi Amini1-65/+9
2016-04-01Add a module Hash in the bitcode and the combined index, implementing a kind ...Mehdi Amini1-9/+65
2016-03-29Swift Calling Convention: add swiftself attribute.Manman Ren1-0/+2
2016-03-27BitcodeWriter: Reuse writeMetadataRecords, NFCDuncan P. N. Exon Smith1-5/+2
2016-03-27BitcodeWriter: Rename some functions for consistency, NFCDuncan P. N. Exon Smith1-35/+34
2016-03-27BitcodeWriter: Split out writeMetadataRecords, NFCDuncan P. N. Exon Smith1-9/+17
2016-03-27BitcodeWriter: Restructure WriteFunctionLocalMetadata, NFCDuncan P. N. Exon Smith1-11/+9
2016-03-27BitcodeWriter: Simplify tracking of function-local metadata, NFCDuncan P. N. Exon Smith1-5/+3
2016-03-27Reapply ~"Bitcode: Collect all MDString records into a single blob"Duncan P. N. Exon Smith1-24/+48
2016-03-26Rename ModuleSummaryIndex::modPathStringEntries() into modulePaths()Mehdi Amini1-1/+1
2016-03-25[ThinLTO] Rename edges() to calls() for clarity (NFC)Teresa Johnson1-3/+3
2016-03-25Revert "Bitcode: Collect all MDString records into a single blob"Duncan P. N. Exon Smith1-61/+24
2016-03-25Bitcode: Collect all MDString records into a single blobDuncan P. N. Exon Smith1-24/+61
2016-03-25Bitcode: Stop using MODULE_CODE_METADATA_VALUESDuncan P. N. Exon Smith1-17/+0
2016-03-24BitcodeWriter: Move abbreviation for GenericDINode; almost NFCDuncan P. N. Exon Smith1-17/+18
2016-03-24BitcodeWriter: Move abbreviation for DILocation; almost NFCDuncan P. N. Exon Smith1-16/+17
2016-03-24BitcodeWriter: Split out named metadata; almost NFCDuncan P. N. Exon Smith1-25/+31
2016-03-24Bitcode: Module* -> Module&, NFCDuncan P. N. Exon Smith1-5/+5
2016-03-23Add getBlockProfileCount method to BlockFrequencyInfoEaswaran Raman1-7/+3
2016-03-15[ThinLTO] Record all global variable defs in the summaryTeresa Johnson1-11/+10
2016-03-15BitcodeWriter dyn_cast cleanup for r263275 (NFC)Teresa Johnson1-8/+5
2016-03-15[ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson1-8/+6
2016-03-14Revert "[ThinLTO] Renaming of function index to module summary index (NFC)"Teresa Johnson1-6/+8
2016-03-14[ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson1-8/+6
2016-03-13[Bitcode] Make writeComdats less strangeDavid Majnemer1-2/+2
2016-03-11[ThinLTO] Support for reference graph in per-module and combined summary.Teresa Johnson1-91/+374
2016-02-16Bitcode writer: fix a typo, using getName() instead of getSourceFileName()Mehdi Amini1-2/+2
2016-02-10Restore "[ThinLTO] Use MD5 hash in function index." with fixTeresa Johnson1-62/+62
2016-02-10Revert "[ThinLTO] Use MD5 hash in function index." due to bot failureTeresa Johnson1-62/+62
2016-02-10[ThinLTO] Use MD5 hash in function index.Teresa Johnson1-62/+62
2016-02-10Fix VST_CODE_* bitcode id comments (NFC)Teresa Johnson1-14/+14
2016-02-06[ThinLTO] Include linkage type in function summaryTeresa Johnson1-5/+11
2016-02-01[ThinLTO] Ensure function summary output order is stableTeresa Johnson1-5/+11
2016-01-29[llvm-bcanalyzer] Dump bitcode wrapper headerAkira Hatanaka1-8/+4
2016-01-23[Bitcode] Insert the darwin wrapper at the beginning of a file when theAkira Hatanaka1-2/+2
2016-01-19NFC Test Commit whitespace change in a commentChris Ray1-1/+1