index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
docs
/
SourceLevelDebugging.html
Commit message (
Expand
)
Author
Age
Files
Lines
*
Now subprogram descriptors are not collected by llvm.dbg.sp NamedMDNode. Upda...
Devang Patel
2012-02-09
1
-2
/
+0
*
Update docs describing objective-c property encoding. This includes support f...
Devang Patel
2012-02-06
1
-36
/
+126
*
Fix typo.
Eric Christopher
2012-01-03
1
-1
/
+1
*
Fix spacing.
Eric Christopher
2011-12-16
1
-3
/
+3
*
Update documentation.
Eric Christopher
2011-12-16
1
-0
/
+1
*
Clarify and fix subprogram description.
Devang Patel
2011-12-16
1
-1
/
+1
*
Merge ObjCPropertyDebugInfo.html into SourceLevelDebugging.html
Devang Patel
2011-11-15
1
-0
/
+224
*
Add a new wrapper node for a DILexicalBlock that encapsulates it and a
Eric Christopher
2011-10-11
1
-1
/
+14
*
Update docs to reflect recent addition of new CompileUnit elements.
Devang Patel
2011-09-09
1
-1
/
+6
*
Do not use named md nodes to track variables that are completely optimized. T...
Devang Patel
2011-08-19
1
-0
/
+1
*
Until now all debug info MDNodes referred to a root MDNode, a compile unit. T...
Devang Patel
2011-08-16
1
-8
/
+7
*
Update document listing DIVariable elements to reflect recent changes.
Devang Patel
2011-07-27
1
-1
/
+3
*
80 columns.
Nick Lewycky
2011-07-25
1
-2
/
+2
*
Revert "Update docs to reflect r135457."
Bob Wilson
2011-07-19
1
-3
/
+1
*
Update docs to reflect r135457.
Devang Patel
2011-07-19
1
-1
/
+3
*
Fix html formatting.
Devang Patel
2011-05-31
1
-1
/
+1
*
Clarify documentation and remove guarantees that are not fulfilled.
Devang Patel
2011-05-31
1
-9
/
+2
*
Use llvm.dbg.cu named metadata to collect compile units.
Devang Patel
2011-05-03
1
-1
/
+3
*
docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.
NAKAMURA Takumi
2011-04-23
1
-52
/
+52
*
Let front-end tie subprogram declaration with subprogram definition directly.
Devang Patel
2011-04-22
1
-7
/
+8
*
docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.
NAKAMURA Takumi
2011-04-18
1
-80
/
+80
*
Introduce support to encode Objective-C property information in debugging inf...
Devang Patel
2011-04-16
1
-1
/
+6
*
docs/*.html: Make W3C HTML 4.01 Strict more compliant.
NAKAMURA Takumi
2011-04-09
1
-1
/
+1
*
docs: Canonicalize URLs.
NAKAMURA Takumi
2011-04-09
1
-1
/
+1
*
Simplify array bound checks and clarify comments. One element array can have...
Devang Patel
2011-04-08
1
-1
/
+2
*
Do not emit DW_AT_upper_bound and DW_AT_lower_bound for unbouded array.
Devang Patel
2011-04-08
1
-1
/
+1
*
Add support to encode function's template parameters.
Devang Patel
2011-04-05
1
-1
/
+9
*
Document llvm.dbg.sp, llvm.dbg.gv and llvm.dbg.enum
Devang Patel
2011-03-29
1
-3
/
+8
*
Since last couple of days, argument number is encoded using 8 bits from line ...
Devang Patel
2011-03-08
1
-1
/
+2
*
Update DILexicalBlock doc to mention new fields.
Devang Patel
2011-03-08
1
-1
/
+3
*
Update docs to match reality.
Devang Patel
2011-02-03
1
-10
/
+9
*
Remove stale references of obsolete @llvm.dbg.variable.
Devang Patel
2011-02-01
1
-8
/
+3
*
finish a sentence.
Chris Lattner
2011-01-18
1
-1
/
+1
*
Fix lexical block's tag number.
Devang Patel
2010-10-04
1
-1
/
+1
*
Fix block descriptor documentation.
Devang Patel
2010-10-01
1
-3
/
+5
*
Fix dbg_declare signature in document.
Devang Patel
2010-10-01
1
-2
/
+2
*
Fix DIDerived type fields' type in document.
Devang Patel
2010-10-01
1
-3
/
+3
*
Fix compile unit in example. Thanks Renato Golin!
Devang Patel
2010-07-13
1
-2
/
+2
*
Update docs to reflect new DISubprogram elements.
Devang Patel
2010-06-04
1
-0
/
+7
*
Fix more whitespace to be consistent with AsmPrinter.
Dan Gohman
2010-05-28
1
-12
/
+12
*
Fix whitespace to be more consistent with AsmPrinter's style.
Dan Gohman
2010-05-28
1
-2
/
+2
*
Revert r103213. It broke several sections of live website.
mike-m
2010-05-07
1
-0
/
+1780
*
Overhauled llvm/clang docs builds. Closes PR6613.
mike-m
2010-05-06
1
-1780
/
+0
*
don't reference DwarfWriter
Chris Lattner
2010-04-05
1
-1
/
+1
*
Small fixes to this documentation. Remove mention of uint/int type, fix typo
Nick Lewycky
2010-03-31
1
-8
/
+7
*
Add a paragram describing how to extract line number information.
Devang Patel
2010-03-26
1
-0
/
+12
*
Fixed spelling errors.
John Criswell
2010-03-17
1
-3
/
+3
*
Start using DIFile. See updated SourceLevelDebugging.html for more information.
Devang Patel
2010-03-09
1
-87
/
+111
*
Add documentation for llvm.dbg.value intrinsic
Victor Hernandez
2010-01-11
1
-0
/
+20
*
Remove some validation errors.
Bill Wendling
2009-12-01
1
-12
/
+12
[next]