aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-25BitcodeWriter: Refactor common computation of bits required for a type index.David Blaikie1-4/+4
2015-02-20Bitcode: Stop assuming non-null fieldsDuncan P. N. Exon Smith1-2/+2
2015-02-19IR: Drop scope from MDTemplateParameterDuncan P. N. Exon Smith1-2/+0
2015-02-17Prefer SmallVector::append/insert over push_back loops.Benjamin Kramer1-13/+6
2015-02-13AsmWriter/Bitcode: MDImportedEntityDuncan P. N. Exon Smith1-4/+14
2015-02-13AsmWriter/Bitcode: MDObjCPropertyDuncan P. N. Exon Smith1-4/+17
2015-02-13AsmWriter/Bitcode: MDExpressionDuncan P. N. Exon Smith1-4/+13
2015-02-13AsmWriter/Bitcode: MDLocalVariableDuncan P. N. Exon Smith1-4/+19
2015-02-13AsmWriter/Bitcode: MDGlobalVariableDuncan P. N. Exon Smith1-4/+20
2015-02-13AsmWriter/Bitcode: MDTemplate{Type,Value}ParameterDuncan P. N. Exon Smith1-12/+28
2015-02-13AsmWriter/Bitcode: MDNamespaceDuncan P. N. Exon Smith1-4/+13
2015-02-13AsmWriter/Bitcode: MDLexicalBlockFileDuncan P. N. Exon Smith1-4/+13
2015-02-13AsmWriter/Bitcode: MDLexicalBlockDuncan P. N. Exon Smith1-4/+14
2015-02-13AsmWriter/Bitcode: MDSubprogramDuncan P. N. Exon Smith1-4/+28
2015-02-13AsmWriter/Bitcode: MDCompileUnitDuncan P. N. Exon Smith1-4/+23
2015-02-13AsmWriter/Bitcode: MDSubroutineTypeDuncan P. N. Exon Smith1-4/+11
2015-02-13AsmWriter/Bitcode: MDDerivedType and MDCompositeTypeDuncan P. N. Exon Smith1-8/+46
2015-02-13AsmWriter/Bitcode: MDFileDuncan P. N. Exon Smith1-4/+11
2015-02-13AsmWriter/Bitcode: MDBasicTypeDuncan P. N. Exon Smith1-4/+14
2015-02-13AsmWriter/Bitcode: MDEnumeratorDuncan P. N. Exon Smith1-4/+11
2015-02-13AsmWriter/Bitcode: MDSubrangeDuncan P. N. Exon Smith1-4/+16
2015-02-10IR: Add specialized debug info metadata nodesDuncan P. N. Exon Smith1-0/+100
2015-02-04IR: Initialize MDNode abbreviations en masse, NFCDuncan P. N. Exon Smith1-3/+4
2015-02-04Misc documentation/comment fixes.Peter Collingbourne1-1/+2
2015-02-03IR: Assembly and bitcode for GenericDebugNodeDuncan P. N. Exon Smith1-5/+31