aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-03[WinEH] Add cleanupendpad instructionJoseph Tremoulet1-0/+8
2015-08-23[WinEH] Require token linkage in EH pad/ret signaturesJoseph Tremoulet1-8/+2
2015-08-15[IR] Give catchret an optional 'return value' operandDavid Majnemer1-0/+2
2015-08-14[IR] Add token typesDavid Majnemer1-0/+1
2015-08-10Rangify for loop, NFC.Yaron Keren1-6/+3
2015-08-03DI: Disallow uniquable DICompileUnitsDuncan P. N. Exon Smith1-1/+2
2015-07-31DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variableDuncan P. N. Exon Smith1-1/+0
2015-07-31New EH representation for MSVC compatibilityDavid Majnemer1-0/+58
2015-07-28Reserve some constant values for the Swift calling convention.Bob Wilson1-0/+2
2015-07-11Add argmemonly attribute.Igor Laevsky1-0/+2
2015-07-10Add support for fast-math flags to the FCmp instruction.James Molloy1-1/+5
2015-07-10Revert the new EH instructionsDavid Majnemer1-58/+0
2015-07-10New EH representation for MSVC compatibilityDavid Majnemer1-0/+58
2015-06-29Add a DIModule metadata node to the IR.Adrian Prantl1-0/+11
2015-06-25Use foreach loop over constant operands. NFC.Pete Cooper1-2/+2
2015-06-17[Bitcode] Replace hand-coded little endian handling with Endian.h functions.Benjamin Kramer1-4/+1
2015-06-17Move the personality function from LandingPadInst to FunctionDavid Majnemer1-2/+3
2015-06-15Protection against stack-based memory corruption errors using SafeStackPeter Collingbourne1-0/+2
2015-05-26Add initial support for the convergent attribute.Owen Anderson1-0/+2
2015-05-21IR / debug info: Add a DWOId field to DICompileUnit,Adrian Prantl1-0/+1
2015-05-06Bitcode: Set LastDL after writing DebugLocsDuncan P. N. Exon Smith1-0/+2
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith1-43/+42
2015-04-28[opaque pointer type] Encode the allocated type of an alloca rather than its ...David Blaikie1-2/+3
2015-04-28[opaque pointer type] Encode the pointee type in the bitcode for 'cmpxchg'David Blaikie1-1/+1
2015-04-27[opaque pointer type] encode the pointee type of global variablesDavid Blaikie1-7/+9
2015-04-24IR: Add assembly/bitcode support for function metadata attachmentsDuncan P. N. Exon Smith1-1/+10
2015-04-24[opaque pointer type] bitcode: add explicit callee type to invoke instructionsDavid Blaikie1-4/+4
2015-04-22[opaque pointer types] Serialize the value type for store instructionsDavid Blaikie1-1/+1
2015-04-17[opaque pointer type] Serialize the type of an llvm::Function as a function t...David Blaikie1-1/+1
2015-04-17[opaque pointer type] Explicit pointee type for call instructionDavid Blaikie1-3/+3
2015-04-16[IR] Introduce a dereferenceable_or_null(N) attribute.Sanjoy Das1-0/+2
2015-04-15DebugInfo: Remove 'inlinedAt:' field from MDLocalVariableDuncan P. N. Exon Smith1-1/+0
2015-04-15uselistorder: Pull the bit through WriteToBitcodFile()Duncan P. N. Exon Smith1-4/+6
2015-04-14uselistorder: Thread bit through ValueEnumeratorDuncan P. N. Exon Smith1-3/+6
2015-04-11DebugInfo: Make MDSubprogram::getFunction() return ConstantDuncan P. N. Exon Smith1-2/+2
2015-04-07IR: Remove MDTupleTypedArrayWrapper::operator MDTuple*()Duncan P. N. Exon Smith1-10/+10
2015-04-07IR: Rename MDSubrange::getLo() to getLowerBound()Duncan P. N. Exon Smith1-1/+1
2015-03-30IR: Use the new DebugLoc API, NFCDuncan P. N. Exon Smith1-14/+7
2015-03-30Bitcode: Reflow code to use early continues, NFCDuncan P. N. Exon Smith1-15/+18
2015-03-17AsmWriter: Assert on unresolved metadata nodesDuncan P. N. Exon Smith1-0/+2
2015-03-13[opaque pointer type] Bitcode support for explicit type parameter on the gep ...David Blaikie1-2/+5
2015-02-25[opaque pointer type] Bitcode support for explicit type parameter on GEP.David Blaikie1-4/+20
2015-02-25[opaque pointer type] bitcode support for explicit type parameter to the load...David Blaikie1-0/+3