summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/DebugInfoMetadata.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [codeview] support emitting indirect virtual base class informationBob Haarman2016-10-251-2/+7
* DebugInfo: preparation to implement DW_AT_alignmentVictor Leschuk2016-10-201-4/+8
* DebugInfo: change alignment type from uint64_t to uint32_t to save space.Victor Leschuk2016-10-181-5/+5
* DIFlags: use StringRef instead of raw pointer (NFC)Mehdi Amini2016-10-011-1/+1
* DebugInfo: New metadata representation for global variables.Peter Collingbourne2016-09-131-1/+5
* Formatting with clang-format patch r280700Leny Kholodov2016-09-061-4/+3
* DebugInfo: use strongly typed enum for debug info flagsLeny Kholodov2016-09-061-19/+17
* Revert "DebugInfo: use strongly typed enum for debug info flags"Mehdi Amini2016-09-061-17/+21
* DebugInfo: use strongly typed enum for debug info flagsMehdi Amini2016-09-061-21/+17
* DebugInfo: Add flag to CU to disable emission of inline debug info into the s...David Blaikie2016-08-241-4/+6
* [codeview] Add DISubprogram::ThisAdjustmentReid Kleckner2016-07-011-11/+11
* [codeview] Add DIFlags for pointer to member representationsReid Kleckner2016-06-171-2/+11
* [DebugInfo] Add calling convention support for DWARF and CodeViewReid Kleckner2016-06-081-3/+4
* Fixed signed/unsigned comparison warning.Simon Pilgrim2016-05-021-1/+1
* DebugInfo: Remove MDString-based type referencesDuncan P. N. Exon Smith2016-04-231-3/+3
* BitcodeReader: Use getMD/getMDOrNull helpers consistently, almost NFCDuncan P. N. Exon Smith2016-04-231-1/+0
* Fixed Dwarf debug info emission to skip DILexicalBlockFile entries.Amjad Aboud2016-04-211-0/+6
* IR: Enable debug info type ODR uniquing for forward declsDuncan P. N. Exon Smith2016-04-191-0/+35
* IR: getOrInsertODRUniquedType => DICompositeType::getODRType, NFCDuncan P. N. Exon Smith2016-04-191-0/+26
* IR: Use an explicit map for debug info type uniquingDuncan P. N. Exon Smith2016-04-171-0/+1
* [PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl2016-04-151-11/+11
* [IR/DebugInfoMetadata] Simplify array length calculation by using array_lengt...David Blaikie2016-04-131-4/+3
* Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.Adrian Prantl2016-03-311-0/+18
* Hash Metadata using pointer for MDString argument instead of value (NFC)Mehdi Amini2016-03-191-40/+28
* Move discriminator assignment to the right place.Dehao Chen2016-02-291-17/+0
* Macro debug info support in LLVM IRAmjad Aboud2015-12-101-2/+23
* DI: Reverse direction of subprogram -> function edge.Peter Collingbourne2015-11-051-19/+8
* Fix debug info with SafeStack.Evgeniy Stepanov2015-09-301-0/+2
* DI: Set DILexicalBlock columns >= 65536 to 0/unknownDuncan P. N. Exon Smith2015-08-281-0/+3
* DI: Disallow uniquable DICompileUnitsDuncan P. N. Exon Smith2015-08-031-8/+6
* DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variableDuncan P. N. Exon Smith2015-07-311-8/+8
* DI: Remove unnecessary DICompositeTypeBaseDuncan P. N. Exon Smith2015-07-241-2/+1
* Add a DIModule metadata node to the IR.Adrian Prantl2015-06-291-0/+17
* IR / debug info: Add a DWOId field to DICompileUnit,Adrian Prantl2015-05-211-3/+4
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-106/+105
* DebugInfo: Support up to 2^16 arguments in a subprogramDuncan P. N. Exon Smith2015-04-281-5/+2
* DebugInfo: Remove 'inlinedAt:' field from MDLocalVariableDuncan P. N. Exon Smith2015-04-151-6/+8
* DebugInfo: Move DILocation::computeNewDiscriminators()Duncan P. N. Exon Smith2015-04-141-0/+17
* DebugInfo: Migrate DISubprogram::describes() to new hierarchy, NFCDuncan P. N. Exon Smith2015-04-131-0/+10
* DebugInfo: Make MDSubprogram::getFunction() return ConstantDuncan P. N. Exon Smith2015-04-111-0/+5
* DebugInfo: Move DIScope::getName() and getContext() to MDScopeDuncan P. N. Exon Smith2015-04-111-0/+30
* DebugInfo: Move DIExpression bit-piece API to MDExpressionDuncan P. N. Exon Smith2015-04-071-0/+18
* DebugInfo: Move DIFlag-related API from DIDescriptor to DebugNodeDuncan P. N. Exon Smith2015-04-071-0/+44
* DwarfDebug: Avoid creating new DebugLocs in the backendDuncan P. N. Exon Smith2015-03-301-0/+6
* Verifier: Add operand checks for MDLexicalBlockDuncan P. N. Exon Smith2015-03-301-0/+2
* LLParser: Require non-null scope for MDLocation and MDLocalVariableDuncan P. N. Exon Smith2015-03-271-0/+2
* IR: Change MDFile to directly store the filename/directoryDuncan P. N. Exon Smith2015-02-201-5/+2
* IR: Fix MDType fields from unsigned to uint64_tDuncan P. N. Exon Smith2015-02-191-6/+6
* IR: Add missing null operand to MDSubroutineTypeDuncan P. N. Exon Smith2015-02-191-1/+1
* IR: Drop scope from MDTemplateParameterDuncan P. N. Exon Smith2015-02-191-11/+11
OpenPOWER on IntegriCloud