summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Writer
AgeCommit message (Expand)Author
2015-09-17Revert "Function bitcode index in Value Symbol Table and lazy reading support"Teresa Johnson
2015-09-17Function bitcode index in Value Symbol Table and lazy reading supportTeresa Johnson
2015-09-17Refactor string encoding checks in BitcodeWriter (NFC)Teresa Johnson
2015-09-03[WinEH] Add cleanupendpad instructionJoseph Tremoulet
2015-08-23[WinEH] Require token linkage in EH pad/ret signaturesJoseph Tremoulet
2015-08-15[IR] Give catchret an optional 'return value' operandDavid Majnemer
2015-08-14[IR] Add token typesDavid Majnemer
2015-08-10Rangify for loop, NFC.Yaron Keren
2015-08-03DI: Disallow uniquable DICompileUnitsDuncan P. N. Exon Smith
2015-07-31DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variableDuncan P. N. Exon Smith
2015-07-31New EH representation for MSVC compatibilityDavid Majnemer
2015-07-28Reserve some constant values for the Swift calling convention.Bob Wilson
2015-07-11Add argmemonly attribute.Igor Laevsky
2015-07-10Add support for fast-math flags to the FCmp instruction.James Molloy
2015-07-10Revert the new EH instructionsDavid Majnemer
2015-07-10New EH representation for MSVC compatibilityDavid Majnemer
2015-06-29Add a DIModule metadata node to the IR.Adrian Prantl
2015-06-25Use foreach loop over constant operands. NFC.Pete Cooper
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-06-17[Bitcode] Replace hand-coded little endian handling with Endian.h functions.Benjamin Kramer
2015-06-17Move the personality function from LandingPadInst to FunctionDavid Majnemer
2015-06-16modules: Add explicit dependency on intrinsics_genDuncan P. N. Exon Smith
2015-06-15Protection against stack-based memory corruption errors using SafeStackPeter Collingbourne
2015-06-12Rangify several for loops in ValueEnumerator constructor.Yaron Keren
2015-05-26Add initial support for the convergent attribute.Owen Anderson
2015-05-21IR / debug info: Add a DWOId field to DICompileUnit,Adrian Prantl
2015-05-06Bitcode: Set LastDL after writing DebugLocsDuncan P. N. Exon Smith
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith
2015-04-28[opaque pointer type] Encode the allocated type of an alloca rather than its ...David Blaikie
2015-04-28[opaque pointer type] Encode the pointee type in the bitcode for 'cmpxchg'David Blaikie
2015-04-27[opaque pointer type] encode the pointee type of global variablesDavid Blaikie
2015-04-24IR: Add assembly/bitcode support for function metadata attachmentsDuncan P. N. Exon Smith
2015-04-24[opaque pointer type] bitcode: add explicit callee type to invoke instructionsDavid Blaikie
2015-04-22[opaque pointer types] Serialize the value type for store instructionsDavid Blaikie
2015-04-17[opaque pointer type] Serialize the type of an llvm::Function as a function t...David Blaikie
2015-04-17[opaque pointer type] Explicit pointee type for call instructionDavid Blaikie
2015-04-16[IR] Introduce a dereferenceable_or_null(N) attribute.Sanjoy Das
2015-04-15DebugInfo: Remove 'inlinedAt:' field from MDLocalVariableDuncan P. N. Exon Smith
2015-04-15uselistorder: Remove the global bitsDuncan P. N. Exon Smith
2015-04-15uselistorder: Pull bit through BitcodeWriterPassDuncan P. N. Exon Smith
2015-04-15uselistorder: Pull the bit through WriteToBitcodFile()Duncan P. N. Exon Smith
2015-04-14uselistorder: Thread bit through ValueEnumeratorDuncan P. N. Exon Smith
2015-04-11DebugInfo: Make MDSubprogram::getFunction() return ConstantDuncan P. N. Exon Smith
2015-04-07IR: Remove MDTupleTypedArrayWrapper::operator MDTuple*()Duncan P. N. Exon Smith
2015-04-07IR: Rename MDSubrange::getLo() to getLowerBound()Duncan P. N. Exon Smith
2015-03-30IR: Use the new DebugLoc API, NFCDuncan P. N. Exon Smith
2015-03-30Bitcode: Reflow code to use early continues, NFCDuncan P. N. Exon Smith
2015-03-17AsmWriter: Assert on unresolved metadata nodesDuncan P. N. Exon Smith
2015-03-13[opaque pointer type] Bitcode support for explicit type parameter on the gep ...David Blaikie