aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-06Bitcode: Fix reading and writing of ConstantDataVectors of halfsJustin Bogner1-12/+3
2015-12-16Add InaccessibleMemOnly and inaccessibleMemOrArgMemOnly attributesVaivaswatha Nagaraj1-0/+4
2015-12-14add fast-math-flags to 'call' instructions (PR21290)Sanjay Patel1-1/+7
2015-12-14[IR] Remove terminatepadDavid Majnemer1-15/+0
2015-12-12[IR] Reformulate LLVM's EH funclet IRDavid Majnemer1-33/+29
2015-12-10Macro debug info support in LLVM IRAmjad Aboud1-0/+28
2015-11-20[ThinLTO] Add MODULE_CODE_METADATA_VALUES recordTeresa Johnson1-0/+15
2015-11-15Use a different block id for block of metadata kind recordsTeresa Johnson1-1/+1
2015-11-13use range-based for loop; NFCISanjay Patel1-4/+3
2015-11-10[OperandBundles] Identify operand bundles with both their names and IDsSanjoy Das1-1/+1
2015-11-07[Bitcode] Add enums for call instruction markers and flags. NFC.Akira Hatanaka1-3/+5
2015-11-07[OperandBundles] Rename accessor, NFCSanjoy Das1-1/+1
2015-11-06Add 'notail' marker for call instructions.Akira Hatanaka1-1/+2
2015-11-06Add a new attribute: norecurseJames Molloy1-0/+2
2015-11-05DI: Reverse direction of subprogram -> function edge.Peter Collingbourne1-1/+0
2015-11-05Fix Abbrev emission in WriteIdentificationBlockMehdi Amini1-1/+2
2015-11-02Clang format a few prior patches (NFC)Teresa Johnson1-22/+30
2015-10-26Add an (optional) identification block in the bitcodeMehdi Amini1-0/+25
2015-10-19Pass FunctionInfoIndex by reference to WriteFunctionSummaryToFile (NFC)Teresa Johnson1-8/+8
2015-10-13BitcodeWriter: Stop using implicit ilist iterator conversion, NFCDuncan P. N. Exon Smith1-5/+4
2015-10-08Fix combined function index abbrev (NFC)Teresa Johnson1-3/+0
2015-10-04Support for function summary index bitcode sections and files.Teresa Johnson1-21/+303
2015-09-24[Bitcode][Asm] Teach LLVM to read and write operand bundles.Sanjoy Das1-0/+55
2015-09-17[opaque pointer types] Add an explicit pointee type to alias records in the IRDavid Blaikie1-1/+2
2015-09-17Restore "Function bitcode index in Value Symbol Table and lazy reading support"Teresa Johnson1-19/+152
2015-09-17Revert "Function bitcode index in Value Symbol Table and lazy reading support"Teresa Johnson1-152/+19
2015-09-17Function bitcode index in Value Symbol Table and lazy reading supportTeresa Johnson1-19/+152
2015-09-17Refactor string encoding checks in BitcodeWriter (NFC)Teresa Johnson1-14/+23