summaryrefslogtreecommitdiff
path: root/llvm/docs/SourceLevelDebugging.rst
AgeCommit message (Expand)Author
2019-03-13[DebugInfo][Docs] Document how dbg.value intrinsics are interpreted in optimi...Jeremy Morse
2019-01-15Remove irrelevant references to legacy git repositories fromJames Y Knight
2018-11-19It's itsPaul Robinson
2018-09-20[IR] Add a boolean field in DILocation to know if a line must covered or notCalixte Denizet
2018-08-31Revamp test-suite documentationMatthias Braun
2018-08-21[docs] Fix a small typo in a debug info exampleAlex Langford
2018-08-06[docs] Continue working around broken Sphinx parsing of LLVM code blocksChandler Carruth
2018-08-06[docs] Remove the `dso_local` tag from these functions.Chandler Carruth
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