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] NFC: Fix typos in documents
Hans Wennborg
2020-01-07
1
-1
/
+1
*
Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...
Fangrui Song
2019-12-24
1
-1
/
+1
*
Fix a few typos in SourceLevelDebugging.rst
Adrian Prantl
2019-10-31
1
-5
/
+5
*
[DWARF5] Added support for deleted C++ special member functions.
Adrian Prantl
2019-10-29
1
-0
/
+33
*
Update link to the DWARF spec.
Adrian Prantl
2019-09-11
1
-6
/
+6
*
Update documentation.
Adrian Prantl
2019-09-11
1
-6
/
+6
*
[DebugInfo][Docs] Document that prologue/epilogue variable location changes a...
Jeremy Morse
2019-06-18
1
-4
/
+13
*
[llvm-readobj] Change -long-option to --long-option in tests. NFC
Fangrui Song
2019-05-01
1
-2
/
+2
*
[Docs] Switch a code block from LLVM to text
Jeremy Morse
2019-04-15
1
-1
/
+1
*
[Docs] Correct some indentation muppetry that trips buildbots
Jeremy Morse
2019-04-15
1
-3
/
+3
*
[DebugInfo][Docs] Document variable location metadata transformations
Jeremy Morse
2019-04-15
1
-0
/
+310
*
Add IR debug info support for Elemental, Pure, and Recursive Procedures.
Adrian Prantl
2019-03-14
1
-0
/
+31
*
[DebugInfo][Docs] Document how dbg.value intrinsics are interpreted in optimi...
Jeremy Morse
2019-03-13
1
-0
/
+125
*
Remove irrelevant references to legacy git repositories from
James Y Knight
2019-01-15
1
-2
/
+2
*
It's its
Paul Robinson
2018-11-19
1
-1
/
+1
*
[IR] Add a boolean field in DILocation to know if a line must covered or not
Calixte Denizet
2018-09-20
1
-0
/
+15
*
Revamp test-suite documentation
Matthias Braun
2018-08-31
1
-2
/
+3
*
[docs] Fix a small typo in a debug info example
Alex Langford
2018-08-21
1
-1
/
+1
*
[docs] Continue working around broken Sphinx parsing of LLVM code blocks
Chandler Carruth
2018-08-06
1
-1
/
+1
*
[docs] Remove the `dso_local` tag from these functions.
Chandler Carruth
2018-08-06
1
-2
/
+2
*
[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
[next]