summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Writer
AgeCommit message (Expand)Author
2016-03-15[ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson
2016-03-14Revert "[ThinLTO] Renaming of function index to module summary index (NFC)"Teresa Johnson
2016-03-14[ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson
2016-03-13[Bitcode] Make writeComdats less strangeDavid Majnemer
2016-03-11[ThinLTO] Support for reference graph in per-module and combined summary.Teresa Johnson
2016-02-16Bitcode writer: fix a typo, using getName() instead of getSourceFileName()Mehdi Amini
2016-02-10Restore "[ThinLTO] Use MD5 hash in function index." with fixTeresa Johnson
2016-02-10Revert "[ThinLTO] Use MD5 hash in function index." due to bot failureTeresa Johnson
2016-02-10[ThinLTO] Use MD5 hash in function index.Teresa Johnson
2016-02-10Fix VST_CODE_* bitcode id comments (NFC)Teresa Johnson
2016-02-06[ThinLTO] Include linkage type in function summaryTeresa Johnson
2016-02-01[ThinLTO] Ensure function summary output order is stableTeresa Johnson
2016-01-29Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren
2016-01-29[llvm-bcanalyzer] Dump bitcode wrapper headerAkira Hatanaka
2016-01-27One more batch of self-containing headers.Benjamin Kramer
2016-01-27Make more headers self-contained.Benjamin Kramer
2016-01-26Remove autoconf supportChris Bieneman
2016-01-23[Bitcode] Insert the darwin wrapper at the beginning of a file when theAkira Hatanaka
2016-01-19NFC Test Commit whitespace change in a commentChris Ray
2016-01-06Bitcode: Fix reading and writing of ConstantDataVectors of halfsJustin Bogner
2015-12-29Rename MDValue* to Metadata* (NFC)Teresa Johnson
2015-12-19Re-reapply "[IR] Move optional data in llvm::Function into a hungoff uselist"Vedant Kumar
2015-12-19Revert "Reapply "[IR] Move optional data in llvm::Function into a hungoff use...Vedant Kumar
2015-12-19Reapply "[IR] Move optional data in llvm::Function into a hungoff uselist"Vedant Kumar
2015-12-19Revert "[IR] Move optional data in llvm::Function into a hungoff uselist"Vedant Kumar
2015-12-19[IR] Move optional data in llvm::Function into a hungoff uselistVedant Kumar
2015-12-16Add InaccessibleMemOnly and inaccessibleMemOrArgMemOnly attributesVaivaswatha Nagaraj
2015-12-14add fast-math-flags to 'call' instructions (PR21290)Sanjay Patel
2015-12-14[IR] Remove terminatepadDavid Majnemer
2015-12-12[IR] Reformulate LLVM's EH funclet IRDavid Majnemer
2015-12-10Macro debug info support in LLVM IRAmjad Aboud
2015-11-20[ThinLTO] Add MODULE_CODE_METADATA_VALUES recordTeresa Johnson
2015-11-15Use a different block id for block of metadata kind recordsTeresa Johnson
2015-11-13use range-based for loop; NFCISanjay Patel
2015-11-10[OperandBundles] Identify operand bundles with both their names and IDsSanjoy Das
2015-11-07[Bitcode] Add enums for call instruction markers and flags. NFC.Akira Hatanaka
2015-11-07[OperandBundles] Rename accessor, NFCSanjoy Das
2015-11-06Add 'notail' marker for call instructions.Akira Hatanaka
2015-11-06Add a new attribute: norecurseJames Molloy
2015-11-05DI: Reverse direction of subprogram -> function edge.Peter Collingbourne
2015-11-05Fix Abbrev emission in WriteIdentificationBlockMehdi Amini
2015-11-02Clang format a few prior patches (NFC)Teresa Johnson
2015-10-26Add an (optional) identification block in the bitcodeMehdi Amini
2015-10-19Pass FunctionInfoIndex by reference to WriteFunctionSummaryToFile (NFC)Teresa Johnson
2015-10-13BitcodeWriter: Stop using implicit ilist iterator conversion, NFCDuncan P. N. Exon Smith
2015-10-08Fix combined function index abbrev (NFC)Teresa Johnson
2015-10-04Support for function summary index bitcode sections and files.Teresa Johnson
2015-09-24[Bitcode][Asm] Teach LLVM to read and write operand bundles.Sanjoy Das
2015-09-17[opaque pointer types] Add an explicit pointee type to alias records in the IRDavid Blaikie
2015-09-17Restore "Function bitcode index in Value Symbol Table and lazy reading support"Teresa Johnson