aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/IR/DebugInfoMetadata.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-13DebugInfo: New metadata representation for global variables.Peter Collingbourne1-1/+5
2016-09-06Formatting with clang-format patch r280700Leny Kholodov1-4/+3
2016-09-06DebugInfo: use strongly typed enum for debug info flagsLeny Kholodov1-19/+17
2016-09-06Revert "DebugInfo: use strongly typed enum for debug info flags"Mehdi Amini1-17/+21
2016-09-06DebugInfo: use strongly typed enum for debug info flagsMehdi Amini1-21/+17
2016-08-24DebugInfo: Add flag to CU to disable emission of inline debug info into the s...David Blaikie1-4/+6
2016-07-01[codeview] Add DISubprogram::ThisAdjustmentReid Kleckner1-11/+11
2016-06-17[codeview] Add DIFlags for pointer to member representationsReid Kleckner1-2/+11
2016-06-08[DebugInfo] Add calling convention support for DWARF and CodeViewReid Kleckner1-3/+4
2016-05-02Fixed signed/unsigned comparison warning.Simon Pilgrim1-1/+1
2016-04-23DebugInfo: Remove MDString-based type referencesDuncan P. N. Exon Smith1-3/+3
2016-04-23BitcodeReader: Use getMD/getMDOrNull helpers consistently, almost NFCDuncan P. N. Exon Smith1-1/+0
2016-04-21Fixed Dwarf debug info emission to skip DILexicalBlockFile entries.Amjad Aboud1-0/+6
2016-04-19IR: Enable debug info type ODR uniquing for forward declsDuncan P. N. Exon Smith1-0/+35
2016-04-19IR: getOrInsertODRUniquedType => DICompositeType::getODRType, NFCDuncan P. N. Exon Smith1-0/+26
2016-04-17IR: Use an explicit map for debug info type uniquingDuncan P. N. Exon Smith1-0/+1
2016-04-15[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl1-11/+11
2016-04-13[IR/DebugInfoMetadata] Simplify array length calculation by using array_lengt...David Blaikie1-4/+3
2016-03-31Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.Adrian Prantl1-0/+18
2016-03-19Hash Metadata using pointer for MDString argument instead of value (NFC)Mehdi Amini1-40/+28
2016-02-29Move discriminator assignment to the right place.Dehao Chen1-17/+0
2015-12-10Macro debug info support in LLVM IRAmjad Aboud1-2/+23
2015-11-05DI: Reverse direction of subprogram -> function edge.Peter Collingbourne1-19/+8
2015-09-30Fix debug info with SafeStack.Evgeniy Stepanov1-0/+2
2015-08-28DI: Set DILexicalBlock columns >= 65536 to 0/unknownDuncan P. N. Exon Smith1-0/+3
2015-08-03DI: Disallow uniquable DICompileUnitsDuncan P. N. Exon Smith1-8/+6
2015-07-31DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variableDuncan P. N. Exon Smith1-8/+8
2015-07-24DI: Remove unnecessary DICompositeTypeBaseDuncan P. N. Exon Smith1-2/+1
2015-06-29Add a DIModule metadata node to the IR.Adrian Prantl1-0/+17
2015-05-21IR / debug info: Add a DWOId field to DICompileUnit,Adrian Prantl1-3/+4
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith1-106/+105
2015-04-28DebugInfo: Support up to 2^16 arguments in a subprogramDuncan P. N. Exon Smith1-5/+2
2015-04-15DebugInfo: Remove 'inlinedAt:' field from MDLocalVariableDuncan P. N. Exon Smith1-6/+8
2015-04-14DebugInfo: Move DILocation::computeNewDiscriminators()Duncan P. N. Exon Smith1-0/+17
2015-04-13DebugInfo: Migrate DISubprogram::describes() to new hierarchy, NFCDuncan P. N. Exon Smith1-0/+10
2015-04-11DebugInfo: Make MDSubprogram::getFunction() return ConstantDuncan P. N. Exon Smith1-0/+5
2015-04-11DebugInfo: Move DIScope::getName() and getContext() to MDScopeDuncan P. N. Exon Smith1-0/+30
2015-04-07DebugInfo: Move DIExpression bit-piece API to MDExpressionDuncan P. N. Exon Smith1-0/+18
2015-04-07DebugInfo: Move DIFlag-related API from DIDescriptor to DebugNodeDuncan P. N. Exon Smith1-0/+44
2015-03-30DwarfDebug: Avoid creating new DebugLocs in the backendDuncan P. N. Exon Smith1-0/+6
2015-03-30Verifier: Add operand checks for MDLexicalBlockDuncan P. N. Exon Smith1-0/+2
2015-03-27LLParser: Require non-null scope for MDLocation and MDLocalVariableDuncan P. N. Exon Smith1-0/+2
2015-02-20IR: Change MDFile to directly store the filename/directoryDuncan P. N. Exon Smith1-5/+2
2015-02-19IR: Fix MDType fields from unsigned to uint64_tDuncan P. N. Exon Smith1-6/+6
2015-02-19IR: Add missing null operand to MDSubroutineTypeDuncan P. N. Exon Smith1-1/+1
2015-02-19IR: Drop scope from MDTemplateParameterDuncan P. N. Exon Smith1-11/+11
2015-02-18IR: Add MDSubprogram::replaceFunction()Duncan P. N. Exon Smith1-0/+6
2015-02-13AsmWriter/Bitcode: MDLocalVariableDuncan P. N. Exon Smith1-0/+6
2015-02-13IR: Add MDExpression::ExprOperandDuncan P. N. Exon Smith1-0/+32
2015-02-10IR: Remove unnecessary fields from MDTemplateParameterDuncan P. N. Exon Smith1-12/+13