summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Writer
Commit message (Expand)AuthorAgeFilesLines
* [ThinLTO] Support for reference graph in per-module and combined summary.Teresa Johnson2016-03-112-92/+375
* Bitcode writer: fix a typo, using getName() instead of getSourceFileName()Mehdi Amini2016-02-161-2/+2
* Restore "[ThinLTO] Use MD5 hash in function index." with fixTeresa Johnson2016-02-101-62/+62
* Revert "[ThinLTO] Use MD5 hash in function index." due to bot failureTeresa Johnson2016-02-101-62/+62
* [ThinLTO] Use MD5 hash in function index.Teresa Johnson2016-02-101-62/+62
* Fix VST_CODE_* bitcode id comments (NFC)Teresa Johnson2016-02-101-14/+14
* [ThinLTO] Include linkage type in function summaryTeresa Johnson2016-02-061-5/+11
* [ThinLTO] Ensure function summary output order is stableTeresa Johnson2016-02-011-5/+11
* Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren2016-01-291-1/+1
* [llvm-bcanalyzer] Dump bitcode wrapper headerAkira Hatanaka2016-01-291-8/+4
* One more batch of self-containing headers.Benjamin Kramer2016-01-271-0/+1
* Make more headers self-contained.Benjamin Kramer2016-01-271-0/+1
* Remove autoconf supportChris Bieneman2016-01-261-15/+0
* [Bitcode] Insert the darwin wrapper at the beginning of a file when theAkira Hatanaka2016-01-231-2/+2
* NFC Test Commit whitespace change in a commentChris Ray2016-01-191-1/+1
* Bitcode: Fix reading and writing of ConstantDataVectors of halfsJustin Bogner2016-01-061-12/+3
* Rename MDValue* to Metadata* (NFC)Teresa Johnson2015-12-292-11/+11
* Re-reapply "[IR] Move optional data in llvm::Function into a hungoff uselist"Vedant Kumar2015-12-191-28/+8
* Revert "Reapply "[IR] Move optional data in llvm::Function into a hungoff use...Vedant Kumar2015-12-191-8/+28
* Reapply "[IR] Move optional data in llvm::Function into a hungoff uselist"Vedant Kumar2015-12-191-28/+8
* Revert "[IR] Move optional data in llvm::Function into a hungoff uselist"Vedant Kumar2015-12-191-8/+28
* [IR] Move optional data in llvm::Function into a hungoff uselistVedant Kumar2015-12-191-28/+8
* Add InaccessibleMemOnly and inaccessibleMemOrArgMemOnly attributesVaivaswatha Nagaraj2015-12-161-0/+4
* add fast-math-flags to 'call' instructions (PR21290)Sanjay Patel2015-12-141-1/+7
* [IR] Remove terminatepadDavid Majnemer2015-12-141-15/+0
* [IR] Reformulate LLVM's EH funclet IRDavid Majnemer2015-12-121-33/+29
* Macro debug info support in LLVM IRAmjad Aboud2015-12-101-0/+28
* [ThinLTO] Add MODULE_CODE_METADATA_VALUES recordTeresa Johnson2015-11-202-0/+16
* Use a different block id for block of metadata kind recordsTeresa Johnson2015-11-151-1/+1
* use range-based for loop; NFCISanjay Patel2015-11-131-4/+3
* [OperandBundles] Identify operand bundles with both their names and IDsSanjoy Das2015-11-101-1/+1
* [Bitcode] Add enums for call instruction markers and flags. NFC.Akira Hatanaka2015-11-071-3/+5
* [OperandBundles] Rename accessor, NFCSanjoy Das2015-11-071-1/+1
* Add 'notail' marker for call instructions.Akira Hatanaka2015-11-061-1/+2
* Add a new attribute: norecurseJames Molloy2015-11-061-0/+2
* DI: Reverse direction of subprogram -> function edge.Peter Collingbourne2015-11-051-1/+0
* Fix Abbrev emission in WriteIdentificationBlockMehdi Amini2015-11-051-1/+2
* Clang format a few prior patches (NFC)Teresa Johnson2015-11-021-22/+30
* Add an (optional) identification block in the bitcodeMehdi Amini2015-10-261-0/+25
* Pass FunctionInfoIndex by reference to WriteFunctionSummaryToFile (NFC)Teresa Johnson2015-10-191-8/+8
* BitcodeWriter: Stop using implicit ilist iterator conversion, NFCDuncan P. N. Exon Smith2015-10-132-30/+23
* Fix combined function index abbrev (NFC)Teresa Johnson2015-10-081-3/+0
* Support for function summary index bitcode sections and files.Teresa Johnson2015-10-042-27/+315
* [Bitcode][Asm] Teach LLVM to read and write operand bundles.Sanjoy Das2015-09-241-0/+55
* [opaque pointer types] Add an explicit pointee type to alias records in the IRDavid Blaikie2015-09-171-1/+2
* Restore "Function bitcode index in Value Symbol Table and lazy reading support"Teresa Johnson2015-09-171-19/+152
* Revert "Function bitcode index in Value Symbol Table and lazy reading support"Teresa Johnson2015-09-171-152/+19
* Function bitcode index in Value Symbol Table and lazy reading supportTeresa Johnson2015-09-171-19/+152
* Refactor string encoding checks in BitcodeWriter (NFC)Teresa Johnson2015-09-171-14/+23
* [WinEH] Add cleanupendpad instructionJoseph Tremoulet2015-09-031-0/+8
OpenPOWER on IntegriCloud