summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* 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-201-0/+15
* 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-131-5/+4
* Fix combined function index abbrev (NFC)Teresa Johnson2015-10-081-3/+0
* Support for function summary index bitcode sections and files.Teresa Johnson2015-10-041-21/+303
* [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
* [WinEH] Require token linkage in EH pad/ret signaturesJoseph Tremoulet2015-08-231-8/+2
* [IR] Give catchret an optional 'return value' operandDavid Majnemer2015-08-151-0/+2
* [IR] Add token typesDavid Majnemer2015-08-141-0/+1
* Rangify for loop, NFC.Yaron Keren2015-08-101-6/+3
* DI: Disallow uniquable DICompileUnitsDuncan P. N. Exon Smith2015-08-031-1/+2
* DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variableDuncan P. N. Exon Smith2015-07-311-1/+0
* New EH representation for MSVC compatibilityDavid Majnemer2015-07-311-0/+58
* Reserve some constant values for the Swift calling convention.Bob Wilson2015-07-281-0/+2
* Add argmemonly attribute.Igor Laevsky2015-07-111-0/+2
* Add support for fast-math flags to the FCmp instruction.James Molloy2015-07-101-1/+5
* Revert the new EH instructionsDavid Majnemer2015-07-101-58/+0
* New EH representation for MSVC compatibilityDavid Majnemer2015-07-101-0/+58
* Add a DIModule metadata node to the IR.Adrian Prantl2015-06-291-0/+11
* Use foreach loop over constant operands. NFC.Pete Cooper2015-06-251-2/+2
* [Bitcode] Replace hand-coded little endian handling with Endian.h functions.Benjamin Kramer2015-06-171-4/+1
* Move the personality function from LandingPadInst to FunctionDavid Majnemer2015-06-171-2/+3
* Protection against stack-based memory corruption errors using SafeStackPeter Collingbourne2015-06-151-0/+2
* Add initial support for the convergent attribute.Owen Anderson2015-05-261-0/+2
* IR / debug info: Add a DWOId field to DICompileUnit,Adrian Prantl2015-05-211-0/+1
OpenPOWER on IntegriCloud