summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Bitcode: Set LastDL after writing DebugLocsDuncan P. N. Exon Smith2015-05-061-0/+2
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-43/+42
* [opaque pointer type] Encode the allocated type of an alloca rather than its ...David Blaikie2015-04-281-2/+3
* [opaque pointer type] Encode the pointee type in the bitcode for 'cmpxchg'David Blaikie2015-04-281-1/+1
* [opaque pointer type] encode the pointee type of global variablesDavid Blaikie2015-04-271-7/+9
* IR: Add assembly/bitcode support for function metadata attachmentsDuncan P. N. Exon Smith2015-04-241-1/+10
* [opaque pointer type] bitcode: add explicit callee type to invoke instructionsDavid Blaikie2015-04-241-4/+4
* [opaque pointer types] Serialize the value type for store instructionsDavid Blaikie2015-04-221-1/+1
* [opaque pointer type] Serialize the type of an llvm::Function as a function t...David Blaikie2015-04-171-1/+1
* [opaque pointer type] Explicit pointee type for call instructionDavid Blaikie2015-04-171-3/+3
* [IR] Introduce a dereferenceable_or_null(N) attribute.Sanjoy Das2015-04-161-0/+2
* DebugInfo: Remove 'inlinedAt:' field from MDLocalVariableDuncan P. N. Exon Smith2015-04-151-1/+0
OpenPOWER on IntegriCloud