summaryrefslogtreecommitdiff
path: root/docs/SourceLevelDebugging.rst
AgeCommit message (Expand)Author
2018-07-28[docs] Clarify role of DIExpressions within debug intrinsicsVedant Kumar
2018-07-19[Docs] Testing Debug Info Preservation in OptimizationsAnastasis Grammenos
2017-11-06[docs] Update code block for compatibility with Sphinx 1.5.1Jonas Devlieghere
2017-10-26[docs] Fix a small typoVedant Kumar
2017-09-21Re-land r313825: "[IR] Add llvm.dbg.addr, a control-dependent version of llvm...Reid Kleckner
2017-09-21Revert r313825: "[IR] Add llvm.dbg.addr, a control-dependent version of llvm....Daniel Jasper
2017-09-20[IR] Add llvm.dbg.addr, a control-dependent version of llvm.dbg.declareReid Kleckner
2017-07-28Remove the obsolete offset parameter from @llvm.dbg.valueAdrian Prantl
2017-04-18PR32382: Fix emitting complex DWARF expressions.Adrian Prantl
2016-11-01[docs] Fix some typos. NFC.Vedant Kumar
2016-10-31DebugInfo: make DW_TAG_atomic_type validVictor Leschuk
2016-10-26DebugInfo: support for DWARFv5 DW_AT_alignment attributeVictor Leschuk
2016-10-26Revert r285181 "DebugInfo: support for DWARFv5 DW_AT_alignment attribute".Vassil Vassilev
2016-10-26DebugInfo: support for DWARFv5 DW_AT_alignment attributeVictor Leschuk
2016-07-20[docs] Fixing Sphinx warnings to unclog the buildbotRenato Golin
2016-07-14Synchronize LLVM and clang's ObjCDeclSpec::ObjCPropertyAttributeKind.Adrian Prantl
2016-06-07Add info to SourceLevelDebugging about CodeViewReid Kleckner
2016-04-01testcase gardening: update the emissionKind enum to the new syntax. (NFC)Adrian Prantl
2016-02-12Fix minor error with debug info doc.Mark Lacey
2015-11-06docs: Document function-attached metadata and IR changes from r252219.Peter Collingbourne
2015-09-12Fix typos.Bruce Mitchener
2015-08-28DI: Require subprogram definitions to be distinctDuncan P. N. Exon Smith
2015-08-06Update docs for accessing !dbg attachmentsDuncan P. N. Exon Smith
2015-07-31DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variableDuncan P. N. Exon Smith
2015-05-14Fixed some typos and broken links in source level debugging docs.Michael Kuperstein
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith
2015-03-17docs: Update LangRef and SourceLevelDebuggingDuncan P. N. Exon Smith
2015-02-09DebugInfo: Remove DW_TAG_constantDuncan P. N. Exon Smith
2014-10-08Update dwarf::ApplePropertyAttributes enum to meaningful values.Frederic Riss
2014-10-04DI: Fixup global syntax in exampleDuncan P. N. Exon Smith
2014-10-04DI: Line up comments in examplesDuncan P. N. Exon Smith
2014-10-04DI: Fixup example IR from r219051Duncan P. N. Exon Smith
2014-10-04DI: Prune another exampleDuncan P. N. Exon Smith
2014-10-04DI: Update and prune metadata examplesDuncan P. N. Exon Smith
2014-10-03Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith
2014-10-02Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith
2014-10-02DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith
2014-10-01Move the complex address expression out of DIVariable and into an extraAdrian Prantl
2014-10-01Revert r218778 while investigating buldbot breakage.Adrian Prantl
2014-10-01Move the complex address expression out of DIVariable and into an extraAdrian Prantl
2014-08-21Use DILexicalBlockFile, rather than DILexicalBlock, to track discriminator ch...David Blaikie
2014-08-04Correct the emission kind constants committed in r214771David Blaikie
2014-08-04Document the "emission kind" field of the DICompileUnit in LLVM's Source Leve...David Blaikie
2014-08-01Debug info: Infrastructure to support debug locations for fragmentedAdrian Prantl
2014-06-30Debug info: split out complex DIVariable address expressions into aAdrian Prantl
2014-06-09[docs] Fix typo, align comments, fix syntax highlightingJeroen Ketema
2014-03-18Switch the type field in DIVariable and DIGlobalVariable over to DITypeRefs.Adrian Prantl
2014-03-03Add DWARF discriminator support to DILexicalBlocks.Diego Novillo
2013-12-05Correct word hyphenationsAlp Toker
2013-10-29Fix common typos in the docs.Benjamin Kramer