index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
docs
/
SourceLevelDebugging.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
[docs] Clarify role of DIExpressions within debug intrinsics
Vedant Kumar
2018-07-28
1
-0
/
+5
*
[Docs] Testing Debug Info Preservation in Optimizations
Anastasis Grammenos
2018-07-19
1
-2
/
+179
*
[docs] Update code block for compatibility with Sphinx 1.5.1
Jonas Devlieghere
2017-11-06
1
-1
/
+1
*
[docs] Fix a small typo
Vedant Kumar
2017-10-26
1
-2
/
+2
*
Re-land r313825: "[IR] Add llvm.dbg.addr, a control-dependent version of llvm...
Reid Kleckner
2017-09-21
1
-15
/
+47
*
Revert r313825: "[IR] Add llvm.dbg.addr, a control-dependent version of llvm....
Daniel Jasper
2017-09-21
1
-47
/
+15
*
[IR] Add llvm.dbg.addr, a control-dependent version of llvm.dbg.declare
Reid Kleckner
2017-09-20
1
-15
/
+47
*
Remove the obsolete offset parameter from @llvm.dbg.value
Adrian Prantl
2017-07-28
1
-6
/
+5
*
PR32382: Fix emitting complex DWARF expressions.
Adrian Prantl
2017-04-18
1
-3
/
+19
*
[docs] Fix some typos. NFC.
Vedant Kumar
2016-11-01
1
-15
/
+14
*
DebugInfo: make DW_TAG_atomic_type valid
Victor Leschuk
2016-10-31
1
-0
/
+1
*
DebugInfo: support for DWARFv5 DW_AT_alignment attribute
Victor Leschuk
2016-10-26
1
-21
/
+26
*
Revert r285181 "DebugInfo: support for DWARFv5 DW_AT_alignment attribute".
Vassil Vassilev
2016-10-26
1
-26
/
+21
*
DebugInfo: support for DWARFv5 DW_AT_alignment attribute
Victor Leschuk
2016-10-26
1
-21
/
+26
*
[docs] Fixing Sphinx warnings to unclog the buildbot
Renato Golin
2016-07-20
1
-5
/
+5
*
Synchronize LLVM and clang's ObjCDeclSpec::ObjCPropertyAttributeKind.
Adrian Prantl
2016-07-14
1
-1
/
+7
*
Add info to SourceLevelDebugging about CodeView
Reid Kleckner
2016-06-07
1
-5
/
+78
*
testcase gardening: update the emissionKind enum to the new syntax. (NFC)
Adrian Prantl
2016-04-01
1
-2
/
+2
*
Fix minor error with debug info doc.
Mark Lacey
2016-02-12
1
-1
/
+1
*
docs: Document function-attached metadata and IR changes from r252219.
Peter Collingbourne
2015-11-06
1
-8
/
+7
*
Fix typos.
Bruce Mitchener
2015-09-12
1
-1
/
+1
*
DI: Require subprogram definitions to be distinct
Duncan P. N. Exon Smith
2015-08-28
1
-1
/
+1
*
Update docs for accessing !dbg attachments
Duncan P. N. Exon Smith
2015-08-06
1
-6
/
+5
*
DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
Duncan P. N. Exon Smith
2015-07-31
1
-3
/
+3
*
Fixed some typos and broken links in source level debugging docs.
Michael Kuperstein
2015-05-14
1
-10
/
+10
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-35
/
+35
*
docs: Update LangRef and SourceLevelDebugging
Duncan P. N. Exon Smith
2015-03-17
1
-667
/
+108
*
DebugInfo: Remove DW_TAG_constant
Duncan P. N. Exon Smith
2015-02-09
1
-1
/
+0
*
Update dwarf::ApplePropertyAttributes enum to meaningful values.
Frederic Riss
2014-10-08
1
-15
/
+27
*
DI: Fixup global syntax in example
Duncan P. N. Exon Smith
2014-10-04
1
-1
/
+1
*
DI: Line up comments in examples
Duncan P. N. Exon Smith
2014-10-04
1
-27
/
+27
*
DI: Fixup example IR from r219051
Duncan P. N. Exon Smith
2014-10-04
1
-3
/
+4
*
DI: Prune another example
Duncan P. N. Exon Smith
2014-10-04
1
-62
/
+0
*
DI: Update and prune metadata examples
Duncan P. N. Exon Smith
2014-10-04
1
-502
/
+86
*
Revert "Revert "DI: Fold constant arguments into a single MDString""
Duncan P. N. Exon Smith
2014-10-03
1
-90
/
+111
*
Revert "DI: Fold constant arguments into a single MDString"
Duncan P. N. Exon Smith
2014-10-02
1
-111
/
+90
*
DI: Fold constant arguments into a single MDString
Duncan P. N. Exon Smith
2014-10-02
1
-90
/
+111
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-2
/
+15
*
Revert r218778 while investigating buldbot breakage.
Adrian Prantl
2014-10-01
1
-15
/
+2
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-2
/
+15
*
Use DILexicalBlockFile, rather than DILexicalBlock, to track discriminator ch...
David Blaikie
2014-08-21
1
-5
/
+3
*
Correct the emission kind constants committed in r214771
David Blaikie
2014-08-04
1
-1
/
+1
*
Document the "emission kind" field of the DICompileUnit in LLVM's Source Leve...
David Blaikie
2014-08-04
1
-0
/
+3
*
Debug info: Infrastructure to support debug locations for fragmented
Adrian Prantl
2014-08-01
1
-0
/
+6
*
Debug info: split out complex DIVariable address expressions into a
Adrian Prantl
2014-06-30
1
-0
/
+1
*
[docs] Fix typo, align comments, fix syntax highlighting
Jeroen Ketema
2014-06-09
1
-17
/
+17
*
Switch the type field in DIVariable and DIGlobalVariable over to DITypeRefs.
Adrian Prantl
2014-03-18
1
-1
/
+1
*
Add DWARF discriminator support to DILexicalBlocks.
Diego Novillo
2014-03-03
1
-2
/
+5
*
Correct word hyphenations
Alp Toker
2013-12-05
1
-1
/
+1
*
Fix common typos in the docs.
Benjamin Kramer
2013-10-29
1
-1
/
+1
[next]