Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
9e599bb6ac65b50bccf96b77d85750794e0e4cea
/
llvm
/
docs
/
SourceLevelDebugging.html
9e599bb
[docs] Remove spurious or unused images.
by Daniel Dunbar
· 14 years ago
46d611a
[docs] Update HTML pages to refer to CSS in a way that works locally and with Sphinx.
by Daniel Dunbar
· 14 years ago
3416419
Add a line number for the scope of the function (starting at the first
by Eric Christopher
· 14 years ago
c9d9b92
llvm/docs/*.html: Fix markups.
by NAKAMURA Takumi
· 14 years ago
885ed82
Update documentation for old api changes.
by Eric Christopher
· 14 years ago
4af807c
Remove short tag marker.
by Bill Wendling
· 14 years ago
61d5e4d
Appease the HTML validation gods.
by Bill Wendling
· 14 years ago
23d60ac
Fix validation errors.
by Bill Wendling
· 14 years ago
4bf1cc8
Add missing end tags.
by Bill Wendling
· 14 years ago
8c096d6
Fix up link and a couple small edits.
by Eric Christopher
· 14 years ago
85cd2a0
Add the beginnings of documentation for the Name Accelerator Tables.
by Eric Christopher
· 14 years ago
5acc7c1
Delete trailing whitespace to clean up.
by Eric Christopher
· 14 years ago
991aa50
Fix documentation.
by Chad Rosier
· 14 years ago
af8f337
Now subprogram descriptors are not collected by llvm.dbg.sp NamedMDNode. Update document to reflect this change.
by Devang Patel
· 14 years ago
c044963
Update docs describing objective-c property encoding. This includes support for properties that are not backed by an ivar.
by Devang Patel
· 14 years ago
2007dc8
Fix typo.
by Eric Christopher
· 14 years ago
09cd356
Fix spacing.
by Eric Christopher
· 14 years ago
3e3ecd0
Update documentation.
by Eric Christopher
· 14 years ago
c16e1ed
Clarify and fix subprogram description.
by Devang Patel
· 14 years ago
8cd8964
Merge ObjCPropertyDebugInfo.html into SourceLevelDebugging.html
by Devang Patel
· 14 years ago
6647b83
Add a new wrapper node for a DILexicalBlock that encapsulates it and a
by Eric Christopher
· 14 years ago
24a674b
Update docs to reflect recent addition of new CompileUnit elements.
by Devang Patel
· 14 years ago
59e27c5
Do not use named md nodes to track variables that are completely optimized. This does not scale while doing LTO with debug info. New approach is to include list of variables in the subprogram info directly.
by Devang Patel
· 14 years ago
eb1bb4e
Until now all debug info MDNodes referred to a root MDNode, a compile unit. This simplified handling of these needs in dwarf writer. However, one side effect of this is that during link time optimization all these MDNodes are _not_ uniqued. In other words there will be N number of MDNodes describing "int", "char" and all other types, which would suddenly grow when each object file starts using libraries like STL.
by Devang Patel
· 14 years ago
ac0a1f6
Update document listing DIVariable elements to reflect recent changes.
by Devang Patel
· 14 years ago
f6e3711
80 columns.
by Nick Lewycky
· 14 years ago
088df09
Revert "Update docs to reflect r135457."
by Bob Wilson
· 14 years ago
7ca23dd
Update docs to reflect r135457.
by Devang Patel
· 14 years ago
1d81ea8
Fix html formatting.
by Devang Patel
· 14 years ago
5c26a85
Clarify documentation and remove guarantees that are not fulfilled.
by Devang Patel
· 14 years ago
09fa69e
Use llvm.dbg.cu named metadata to collect compile units.
by Devang Patel
· 15 years ago
aa3d624
docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.
by NAKAMURA Takumi
· 15 years ago
1d6bbd4
Let front-end tie subprogram declaration with subprogram definition directly.
by Devang Patel
· 15 years ago
fc8d930
docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.
by NAKAMURA Takumi
· 15 years ago
514b400
Introduce support to encode Objective-C property information in debugging information generated for an interface.
by Devang Patel
· 15 years ago
6bd36d5
docs/*.html: Make W3C HTML 4.01 Strict more compliant.
by NAKAMURA Takumi
· 15 years ago
ca46f5a
docs: Canonicalize URLs.
by NAKAMURA Takumi
· 15 years ago
778947c
Simplify array bound checks and clarify comments. One element array can have same non-zero number as lower bound as well as upper bound.
by Devang Patel
· 15 years ago
e396479
Do not emit DW_AT_upper_bound and DW_AT_lower_bound for unbouded array.
by Devang Patel
· 15 years ago
9f73884
Add support to encode function's template parameters.
by Devang Patel
· 15 years ago
1c6b681
Document llvm.dbg.sp, llvm.dbg.gv and llvm.dbg.enum
by Devang Patel
· 15 years ago
e1aa67c
Since last couple of days, argument number is encoded using 8 bits from line number field in argument's debug info.
by Devang Patel
· 15 years ago
fb30b85
Update DILexicalBlock doc to mention new fields.
by Devang Patel
· 15 years ago
7846c1e
Update docs to match reality.
by Devang Patel
· 15 years ago
9a8539c
Remove stale references of obsolete @llvm.dbg.variable.
by Devang Patel
· 15 years ago
92ec3d1
finish a sentence.
by Chris Lattner
· 15 years ago
9fbc680
Fix lexical block's tag number.
by Devang Patel
· 15 years ago
cac3890
Fix block descriptor documentation.
by Devang Patel
· 15 years ago
6df452c
Fix dbg_declare signature in document.
by Devang Patel
· 15 years ago
bed5e7d
Fix DIDerived type fields' type in document.
by Devang Patel
· 15 years ago
4a7904d6
Fix compile unit in example. Thanks Renato Golin!
by Devang Patel
· 15 years ago
e89b759
Update docs to reflect new DISubprogram elements.
by Devang Patel
· 15 years ago
aabfdb3
Fix more whitespace to be consistent with AsmPrinter.
by Dan Gohman
· 15 years ago
d6a6f61
Fix whitespace to be more consistent with AsmPrinter's style.
by Dan Gohman
· 15 years ago
f375e9a
Revert r103213. It broke several sections of live website.
by mike-m
· 15 years ago
[Renamed from llvm/docs/main/SourceLevelDebugging.html]
e08af30
Overhauled llvm/clang docs builds. Closes PR6613.
by mike-m
· 15 years ago
[Renamed from llvm/docs/SourceLevelDebugging.html]
904f217
don't reference DwarfWriter
by Chris Lattner
· 16 years ago
a87014f
Small fixes to this documentation. Remove mention of uint/int type, fix typo
by Nick Lewycky
· 16 years ago
5bc1c4b
Add a paragram describing how to extract line number information.
by Devang Patel
· 16 years ago
2a4b080
Fixed spelling errors.
by John Criswell
· 16 years ago
59445db
Start using DIFile. See updated SourceLevelDebugging.html for more information.
by Devang Patel
· 16 years ago
0b62cc6
Add documentation for llvm.dbg.value intrinsic
by Victor Hernandez
· 16 years ago
0525235
Remove some validation errors.
by Bill Wendling
· 16 years ago
991b84e
Some formatting and spelling fixes.
by Bill Wendling
· 16 years ago
4da997b
Update to reflect recent debugging information encoding changes.
by Devang Patel
· 16 years ago
658af5a
Fix HTML formatting.
by Jay Foad
· 16 years ago
0f42038
Documentation: Perform automated correction of common typos.
by Benjamin Kramer
· 16 years ago
80ae349
Reapply 79977. Use MDNodes to encode debug info in llvm IR.
by Devang Patel
· 16 years ago
f08e35d
Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.
by Devang Patel
· 16 years ago
02aac92
Update DebugInfo interface to use metadata, instead of special named llvm.dbg.... global variables, to encode debugging information in llvm IR. This is mostly a mechanical change that tests metadata support very well.
by Devang Patel
· 16 years ago
cb3f64f
fix some typos pointed out by Hidenobu Seki
by Chris Lattner
· 16 years ago
0751a28
by Devang Patel
· 16 years ago
9d809ca
Fix some typos
by Bruno Cardoso Lopes
· 16 years ago
e9353d7
Formatting. Some updating of data structures. More work needs to be done to update the examples.
by Bill Wendling
· 16 years ago
0fc36ca
update some syntax
by Chris Lattner
· 17 years ago
c094970
by Devang Patel
· 17 years ago
39dcddf
* Comply with HTML 4.01 Strict standard
by Misha Brukman
· 17 years ago
86242e1
Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.
by Misha Brukman
· 17 years ago
b885a91
by Devang Patel
· 17 years ago
663f5fc
Minor spelling and typo fixes.
by John Criswell
· 18 years ago
124c352
Update llvm.dbg.func.start.
by Evan Cheng
· 18 years ago
40f775b
Fix typos.
by Duncan Sands
· 18 years ago
6e8a2f4
Change e-mail address.
by Jim Laskey
· 19 years ago
c56315c
Change the MachineDebugInfo to MachineModuleInfo to better reflect usage
by Jim Laskey
· 19 years ago
4d98e2e
Update docs
by Jim Laskey
· 19 years ago
98a1385
Update info on mangled names.
by Jim Laskey
· 19 years ago
4771cca
Update debugging documents.
by Jim Laskey
· 19 years ago
e723564
fix typos
by Jim Laskey
· 19 years ago
4810c26
add subroutine types
by Jim Laskey
· 19 years ago
b6a6f79
add decimal form of LLVMDebugVersion
by Jim Laskey
· 19 years ago
b2ff2d4
1. Revise vector debug support.
by Jim Laskey
· 19 years ago
19f964e
1. Support standard dwarf format (was bootstrapping in Apple format.)
by Jim Laskey
· 19 years ago
3481e12
Fixed some grammer and spelling.
by Jim Laskey
· 20 years ago
4a9054d
Correction of stoppoint arguments.
by Jim Laskey
· 20 years ago
5dcfd56
Updated information related to local variables and scopes.
by Jim Laskey
· 20 years ago
9dcffe7
Update doc to reflect changes in subprogram and block descriptors.
by Jim Laskey
· 20 years ago
2024aab
Reflect the fact that empty strings can be expressed as null.
by Jim Laskey
· 20 years ago
14edc93
Bring debugging information up to date.
by Jim Laskey
· 20 years ago
ca05854
Changes docs for llvm.cs.uiuc.edu -> llvm.org
by Reid Spencer
· 20 years ago
cda6a9b
* Straighten a comment to a single line
by Misha Brukman
· 21 years ago
Next »