summaryrefslogtreecommitdiff
path: root/llvm/lib/IR/DebugInfoMetadata.cpp
AgeCommit message (Expand)Author
2016-12-16Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl
2016-12-16[IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl
2016-12-05[DIExpression] Introduce a dedicated DW_OP_LLVM_fragment operationAdrian Prantl
2016-11-03Add DWARF debug info support for C++11 inline namespaces.Adrian Prantl
2016-10-26DebugInfo: fix incorrect alignment type (NFC)Victor Leschuk
2016-10-25[codeview] support emitting indirect virtual base class informationBob Haarman
2016-10-20DebugInfo: preparation to implement DW_AT_alignmentVictor Leschuk
2016-10-18DebugInfo: change alignment type from uint64_t to uint32_t to save space.Victor Leschuk
2016-10-01DIFlags: use StringRef instead of raw pointer (NFC)Mehdi Amini
2016-09-13DebugInfo: New metadata representation for global variables.Peter Collingbourne
2016-09-06Formatting with clang-format patch r280700Leny Kholodov
2016-09-06DebugInfo: use strongly typed enum for debug info flagsLeny Kholodov
2016-09-06Revert "DebugInfo: use strongly typed enum for debug info flags"Mehdi Amini
2016-09-06DebugInfo: use strongly typed enum for debug info flagsMehdi Amini
2016-08-24DebugInfo: Add flag to CU to disable emission of inline debug info into the s...David Blaikie
2016-07-01[codeview] Add DISubprogram::ThisAdjustmentReid Kleckner
2016-06-17[codeview] Add DIFlags for pointer to member representationsReid Kleckner
2016-06-08[DebugInfo] Add calling convention support for DWARF and CodeViewReid Kleckner
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