summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
AgeCommit message (Expand)Author
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
2015-02-25[opaque pointer type] Bitcode support for explicit type parameter on GEP.David Blaikie
2015-02-25[opaque pointer type] bitcode support for explicit type parameter to the load...David Blaikie
2015-02-25BitcodeWriter: Refactor common computation of bits required for a type index.David Blaikie
2015-02-20Bitcode: Stop assuming non-null fieldsDuncan P. N. Exon Smith
2015-02-19IR: Drop scope from MDTemplateParameterDuncan P. N. Exon Smith
2015-02-17Prefer SmallVector::append/insert over push_back loops.Benjamin Kramer
2015-02-13AsmWriter/Bitcode: MDImportedEntityDuncan P. N. Exon Smith
2015-02-13AsmWriter/Bitcode: MDObjCPropertyDuncan P. N. Exon Smith
2015-02-13AsmWriter/Bitcode: MDExpressionDuncan P. N. Exon Smith
2015-02-13AsmWriter/Bitcode: MDLocalVariableDuncan P. N. Exon Smith
2015-02-13AsmWriter/Bitcode: MDGlobalVariableDuncan P. N. Exon Smith
2015-02-13AsmWriter/Bitcode: MDTemplate{Type,Value}ParameterDuncan P. N. Exon Smith
2015-02-13AsmWriter/Bitcode: MDNamespaceDuncan P. N. Exon Smith
2015-02-13AsmWriter/Bitcode: MDLexicalBlockFileDuncan P. N. Exon Smith
2015-02-13AsmWriter/Bitcode: MDLexicalBlockDuncan P. N. Exon Smith
2015-02-13AsmWriter/Bitcode: MDSubprogramDuncan P. N. Exon Smith
2015-02-13AsmWriter/Bitcode: MDCompileUnitDuncan P. N. Exon Smith
2015-02-13AsmWriter/Bitcode: MDSubroutineTypeDuncan P. N. Exon Smith
2015-02-13AsmWriter/Bitcode: MDDerivedType and MDCompositeTypeDuncan P. N. Exon Smith
2015-02-13AsmWriter/Bitcode: MDFileDuncan P. N. Exon Smith
2015-02-13AsmWriter/Bitcode: MDBasicTypeDuncan P. N. Exon Smith
2015-02-13AsmWriter/Bitcode: MDEnumeratorDuncan P. N. Exon Smith
2015-02-13AsmWriter/Bitcode: MDSubrangeDuncan P. N. Exon Smith
2015-02-10IR: Add specialized debug info metadata nodesDuncan P. N. Exon Smith
2015-02-04IR: Initialize MDNode abbreviations en masse, NFCDuncan P. N. Exon Smith
2015-02-04Misc documentation/comment fixes.Peter Collingbourne
2015-02-03IR: Assembly and bitcode for GenericDebugNodeDuncan P. N. Exon Smith
2015-02-02IR: Split out DebugInfoMetadata.h, NFCDuncan P. N. Exon Smith
2015-01-22IR: DwarfNode => DebugNode, NFCDuncan P. N. Exon Smith
2015-01-20Bitcode: Simplify MDNode subclass dispatch, NFCDuncan P. N. Exon Smith
2015-01-20Bitcode: WriteMDNode() => WriteMDTuple(), NFCDuncan P. N. Exon Smith
2015-01-20Bitcode: Add ValueEnumerator::getMetadataOrNullID(), NFCDuncan P. N. Exon Smith
2015-01-19Bring r226038 back.Rafael Espindola
2015-01-16Revert r226242 - Revert Revert Don't create new comdats in CodeGenTimur Iskhodzhanov
2015-01-16Revert "Revert Don't create new comdats in CodeGen"Rafael Espindola
2015-01-15Revert Don't create new comdats in CodeGenTimur Iskhodzhanov
2015-01-14Don't create new comdats in CodeGen.Rafael Espindola
2015-01-14Add support for comdats with names larger than 256 characters.Rafael Espindola
2015-01-13AsmParser/Bitcode: Add support for MDLocationDuncan P. N. Exon Smith
2015-01-12Bitcode: Range-based for, NFCDuncan P. N. Exon Smith
2015-01-12Bitcode: Add abbreviation for METADATA_NAMEDuncan P. N. Exon Smith
2015-01-12Bitcode: Range-based for, NFCDuncan P. N. Exon Smith
2015-01-12Bitcode: Range-based for, NFCDuncan P. N. Exon Smith
2015-01-12Bitcode: Simplify emission of METADATA_BLOCKDuncan P. N. Exon Smith
2015-01-09Revert "Bitcode: Move the DEBUG_LOC record to DEBUG_LOC_OLD"Duncan P. N. Exon Smith
2015-01-09Bitcode: Move the DEBUG_LOC record to DEBUG_LOC_OLDDuncan P. N. Exon Smith
2015-01-08IR: Add 'distinct' MDNodes to bitcode and assemblyDuncan P. N. Exon Smith
2015-01-08clang-format. NFC.Rafael Espindola