summaryrefslogtreecommitdiff
path: root/lib/IR/DebugInfoMetadata.cpp
AgeCommit message (Expand)Author
2016-05-02Fixed signed/unsigned comparison warning.Simon Pilgrim
2016-04-23DebugInfo: Remove MDString-based type referencesDuncan P. N. Exon Smith
2016-04-23BitcodeReader: Use getMD/getMDOrNull helpers consistently, almost NFCDuncan P. N. Exon Smith
2016-04-21Fixed Dwarf debug info emission to skip DILexicalBlockFile entries.Amjad Aboud
2016-04-19IR: Enable debug info type ODR uniquing for forward declsDuncan P. N. Exon Smith
2016-04-19IR: getOrInsertODRUniquedType => DICompositeType::getODRType, NFCDuncan P. N. Exon Smith
2016-04-17IR: Use an explicit map for debug info type uniquingDuncan P. N. Exon Smith
2016-04-15[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl
2016-04-13[IR/DebugInfoMetadata] Simplify array length calculation by using array_lengt...David Blaikie
2016-03-31Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.Adrian Prantl
2016-03-19Hash Metadata using pointer for MDString argument instead of value (NFC)Mehdi Amini
2016-02-29Move discriminator assignment to the right place.Dehao Chen
2015-12-10Macro debug info support in LLVM IRAmjad Aboud
2015-11-05DI: Reverse direction of subprogram -> function edge.Peter Collingbourne
2015-09-30Fix debug info with SafeStack.Evgeniy Stepanov
2015-08-28DI: Set DILexicalBlock columns >= 65536 to 0/unknownDuncan P. N. Exon Smith
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-24DI: Remove unnecessary DICompositeTypeBaseDuncan P. N. Exon Smith
2015-06-29Add a DIModule metadata node to the IR.Adrian Prantl
2015-05-21IR / debug info: Add a DWOId field to DICompileUnit,Adrian Prantl
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith
2015-04-28DebugInfo: Support up to 2^16 arguments in a subprogramDuncan P. N. Exon Smith
2015-04-15DebugInfo: Remove 'inlinedAt:' field from MDLocalVariableDuncan P. N. Exon Smith
2015-04-14DebugInfo: Move DILocation::computeNewDiscriminators()Duncan P. N. Exon Smith
2015-04-13DebugInfo: Migrate DISubprogram::describes() to new hierarchy, NFCDuncan P. N. Exon Smith
2015-04-11DebugInfo: Make MDSubprogram::getFunction() return ConstantDuncan P. N. Exon Smith
2015-04-11DebugInfo: Move DIScope::getName() and getContext() to MDScopeDuncan P. N. Exon Smith
2015-04-07DebugInfo: Move DIExpression bit-piece API to MDExpressionDuncan P. N. Exon Smith
2015-04-07DebugInfo: Move DIFlag-related API from DIDescriptor to DebugNodeDuncan P. N. Exon Smith
2015-03-30DwarfDebug: Avoid creating new DebugLocs in the backendDuncan P. N. Exon Smith
2015-03-30Verifier: Add operand checks for MDLexicalBlockDuncan P. N. Exon Smith
2015-03-27LLParser: Require non-null scope for MDLocation and MDLocalVariableDuncan P. N. Exon Smith
2015-02-20IR: Change MDFile to directly store the filename/directoryDuncan P. N. Exon Smith
2015-02-19IR: Fix MDType fields from unsigned to uint64_tDuncan P. N. Exon Smith
2015-02-19IR: Add missing null operand to MDSubroutineTypeDuncan P. N. Exon Smith
2015-02-19IR: Drop scope from MDTemplateParameterDuncan P. N. Exon Smith
2015-02-18IR: Add MDSubprogram::replaceFunction()Duncan P. N. Exon Smith
2015-02-13AsmWriter/Bitcode: MDLocalVariableDuncan P. N. Exon Smith
2015-02-13IR: Add MDExpression::ExprOperandDuncan P. N. Exon Smith
2015-02-10IR: Remove unnecessary fields from MDTemplateParameterDuncan P. N. Exon Smith
2015-02-10IR: Add specialized debug info metadata nodesDuncan P. N. Exon Smith
2015-02-06IR: Allow 32-bits for lines in debug locationDuncan P. N. Exon Smith
2015-02-02Fix the -Werror build, NFCDuncan P. N. Exon Smith
2015-02-02IR: Allow GenericDebugNode construction from MDStringDuncan P. N. Exon Smith
2015-02-02IR: Separate helpers for string operands, NFCDuncan P. N. Exon Smith
2015-02-02IR: Split out DebugInfoMetadata.h, NFCDuncan P. N. Exon Smith