Add InaccessibleMemOnly and inaccessibleMemOrArgMemOnly attributes
[oota-llvm.git] / lib / Bitcode / Writer / BitcodeWriter.cpp
2015-12-16 Vaivaswatha NagarajAdd InaccessibleMemOnly and inaccessibleMemOrArgMemOnly...
2015-12-14 Sanjay Pateladd fast-math-flags to 'call' instructions (PR21290)
2015-12-14 David Majnemer[IR] Remove terminatepad
2015-12-12 David Majnemer[IR] Reformulate LLVM's EH funclet IR
2015-12-10 Amjad AboudMacro debug info support in LLVM IR
2015-11-20 Teresa Johnson[ThinLTO] Add MODULE_CODE_METADATA_VALUES record
2015-11-15 Teresa JohnsonUse a different block id for block of metadata kind...
2015-11-13 Sanjay Pateluse range-based for loop; NFCI
2015-11-10 Sanjoy Das[OperandBundles] Identify operand bundles with both...
2015-11-07 Akira Hatanaka[Bitcode] Add enums for call instruction markers and...
2015-11-07 Sanjoy Das[OperandBundles] Rename accessor, NFC
2015-11-06 Akira HatanakaAdd 'notail' marker for call instructions.
2015-11-06 James MolloyAdd a new attribute: norecurse
2015-11-05 Peter CollingbourneDI: Reverse direction of subprogram -> function edge.
2015-11-05 Mehdi AminiFix Abbrev emission in WriteIdentificationBlock
2015-11-02 Teresa JohnsonClang format a few prior patches (NFC)
2015-10-26 Mehdi AminiAdd an (optional) identification block in the bitcode
2015-10-19 Teresa JohnsonPass FunctionInfoIndex by reference to WriteFunctionSum...
2015-10-13 Duncan P. N. Exon... BitcodeWriter: Stop using implicit ilist iterator conve...
2015-10-08 Teresa JohnsonFix combined function index abbrev (NFC)
2015-10-04 Teresa JohnsonSupport for function summary index bitcode sections...
2015-09-24 Sanjoy Das[Bitcode][Asm] Teach LLVM to read and write operand...
2015-09-17 David Blaikie[opaque pointer types] Add an explicit pointee type...
2015-09-17 Teresa JohnsonRestore "Function bitcode index in Value Symbol Table...
2015-09-17 Teresa JohnsonRevert "Function bitcode index in Value Symbol Table...
2015-09-17 Teresa JohnsonFunction bitcode index in Value Symbol Table and lazy...
2015-09-17 Teresa JohnsonRefactor string encoding checks in BitcodeWriter (NFC)
2015-09-03 Joseph Tremoulet[WinEH] Add cleanupendpad instruction
2015-08-23 Joseph Tremoulet[WinEH] Require token linkage in EH pad/ret signatures
2015-08-15 David Majnemer[IR] Give catchret an optional 'return value' operand
2015-08-14 David Majnemer[IR] Add token types
2015-08-10 Yaron KerenRangify for loop, NFC.
2015-08-03 Duncan P. N. Exon... DI: Disallow uniquable DICompileUnits
2015-07-31 Duncan P. N. Exon... DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
2015-07-31 David MajnemerNew EH representation for MSVC compatibility
2015-07-28 Bob WilsonReserve some constant values for the Swift calling...
2015-07-11 Igor LaevskyAdd argmemonly attribute.
2015-07-10 James MolloyAdd support for fast-math flags to the FCmp instruction.
2015-07-10 David MajnemerRevert the new EH instructions
2015-07-10 David MajnemerNew EH representation for MSVC compatibility
2015-06-29 Adrian PrantlAdd a DIModule metadata node to the IR.
2015-06-25 Pete CooperUse foreach loop over constant operands. NFC.
2015-06-17 Benjamin Kramer[Bitcode] Replace hand-coded little endian handling...
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-06-15 Peter CollingbourneProtection against stack-based memory corruption errors...
2015-05-26 Owen AndersonAdd initial support for the convergent attribute.
2015-05-21 Adrian PrantlIR / debug info: Add a DWOId field to DICompileUnit,
2015-05-06 Duncan P. N. Exon... Bitcode: Set LastDL after writing DebugLocs
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-28 David Blaikie[opaque pointer type] Encode the allocated type of...
2015-04-28 David Blaikie[opaque pointer type] Encode the pointee type in the...
2015-04-27 David Blaikie[opaque pointer type] encode the pointee type of global...
2015-04-24 Duncan P. N. Exon... IR: Add assembly/bitcode support for function metadata...
2015-04-24 David Blaikie[opaque pointer type] bitcode: add explicit callee...
2015-04-22 David Blaikie[opaque pointer types] Serialize the value type for...
2015-04-17 David Blaikie[opaque pointer type] Serialize the type of an llvm...
2015-04-17 David Blaikie[opaque pointer type] Explicit pointee type for call...
2015-04-16 Sanjoy Das[IR] Introduce a dereferenceable_or_null(N) attribute.
2015-04-15 Duncan P. N. Exon... DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
2015-04-15 Duncan P. N. Exon... uselistorder: Pull the bit through WriteToBitcodFile()
2015-04-14 Duncan P. N. Exon... uselistorder: Thread bit through ValueEnumerator
2015-04-11 Duncan P. N. Exon... DebugInfo: Make MDSubprogram::getFunction() return...
2015-04-07 Duncan P. N. Exon... IR: Remove MDTupleTypedArrayWrapper::operator MDTuple*()
2015-04-07 Duncan P. N. Exon... IR: Rename MDSubrange::getLo() to getLowerBound()
2015-03-30 Duncan P. N. Exon... IR: Use the new DebugLoc API, NFC
2015-03-30 Duncan P. N. Exon... Bitcode: Reflow code to use early continues, NFC
2015-03-17 Duncan P. N. Exon... AsmWriter: Assert on unresolved metadata nodes
2015-03-13 David Blaikie[opaque pointer type] Bitcode support for explicit...
2015-02-25 David Blaikie[opaque pointer type] Bitcode support for explicit...
2015-02-25 David Blaikie[opaque pointer type] bitcode support for explicit...
2015-02-25 David BlaikieBitcodeWriter: Refactor common computation of bits...
2015-02-20 Duncan P. N. Exon... Bitcode: Stop assuming non-null fields
2015-02-19 Duncan P. N. Exon... IR: Drop scope from MDTemplateParameter
2015-02-17 Benjamin KramerPrefer SmallVector::append/insert over push_back loops.
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDImportedEntity
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDObjCProperty
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDExpression
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDLocalVariable
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDGlobalVariable
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDTemplate{Type,Value}Parameter
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDNamespace
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDLexicalBlockFile
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDLexicalBlock
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDSubprogram
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDCompileUnit
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDSubroutineType
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDDerivedType and MDCompositeType
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDFile
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDBasicType
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDEnumerator
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDSubrange
2015-02-10 Duncan P. N. Exon... IR: Add specialized debug info metadata nodes
2015-02-04 Duncan P. N. Exon... IR: Initialize MDNode abbreviations en masse, NFC
2015-02-04 Peter CollingbourneMisc documentation/comment fixes.
2015-02-03 Duncan P. N. Exon... IR: Assembly and bitcode for GenericDebugNode
2015-02-02 Duncan P. N. Exon... IR: Split out DebugInfoMetadata.h, NFC
2015-01-22 Duncan P. N. Exon... IR: DwarfNode => DebugNode, NFC
2015-01-20 Duncan P. N. Exon... Bitcode: Simplify MDNode subclass dispatch, NFC
2015-01-20 Duncan P. N. Exon... Bitcode: WriteMDNode() => WriteMDTuple(), NFC
2015-01-20 Duncan P. N. Exon... Bitcode: Add ValueEnumerator::getMetadataOrNullID(...
next