summaryrefslogtreecommitdiff
path: root/docs/SourceLevelDebugging.html
Commit message (Expand)AuthorAge
* Update docs to reflect recent addition of new CompileUnit elements.Devang Patel2011-09-09
* Do not use named md nodes to track variables that are completely optimized. T...Devang Patel2011-08-19
* Until now all debug info MDNodes referred to a root MDNode, a compile unit. T...Devang Patel2011-08-16
* Update document listing DIVariable elements to reflect recent changes.Devang Patel2011-07-27
* 80 columns.Nick Lewycky2011-07-25
* Revert "Update docs to reflect r135457."Bob Wilson2011-07-19
* Update docs to reflect r135457.Devang Patel2011-07-19
* Fix html formatting.Devang Patel2011-05-31
* Clarify documentation and remove guarantees that are not fulfilled.Devang Patel2011-05-31
* Use llvm.dbg.cu named metadata to collect compile units.Devang Patel2011-05-03
* docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.NAKAMURA Takumi2011-04-23
* Let front-end tie subprogram declaration with subprogram definition directly.Devang Patel2011-04-22
* docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.NAKAMURA Takumi2011-04-18
* Introduce support to encode Objective-C property information in debugging inf...Devang Patel2011-04-16
* docs/*.html: Make W3C HTML 4.01 Strict more compliant.NAKAMURA Takumi2011-04-09
* docs: Canonicalize URLs.NAKAMURA Takumi2011-04-09
* Simplify array bound checks and clarify comments. One element array can have...Devang Patel2011-04-08
* Do not emit DW_AT_upper_bound and DW_AT_lower_bound for unbouded array.Devang Patel2011-04-08
* Add support to encode function's template parameters.Devang Patel2011-04-05
* Document llvm.dbg.sp, llvm.dbg.gv and llvm.dbg.enumDevang Patel2011-03-29
* Since last couple of days, argument number is encoded using 8 bits from line ...Devang Patel2011-03-08
* Update DILexicalBlock doc to mention new fields.Devang Patel2011-03-08
* Update docs to match reality.Devang Patel2011-02-03
* Remove stale references of obsolete @llvm.dbg.variable.Devang Patel2011-02-01
* finish a sentence.Chris Lattner2011-01-18
* Fix lexical block's tag number.Devang Patel2010-10-04
* Fix block descriptor documentation.Devang Patel2010-10-01
* Fix dbg_declare signature in document.Devang Patel2010-10-01
* Fix DIDerived type fields' type in document.Devang Patel2010-10-01
* Fix compile unit in example. Thanks Renato Golin!Devang Patel2010-07-13
* Update docs to reflect new DISubprogram elements.Devang Patel2010-06-04
* Fix more whitespace to be consistent with AsmPrinter.Dan Gohman2010-05-28
* Fix whitespace to be more consistent with AsmPrinter's style.Dan Gohman2010-05-28
* Revert r103213. It broke several sections of live website.mike-m2010-05-07
* Overhauled llvm/clang docs builds. Closes PR6613.mike-m2010-05-06
* don't reference DwarfWriterChris Lattner2010-04-05
* Small fixes to this documentation. Remove mention of uint/int type, fix typoNick Lewycky2010-03-31
* Add a paragram describing how to extract line number information.Devang Patel2010-03-26
* Fixed spelling errors.John Criswell2010-03-17
* Start using DIFile. See updated SourceLevelDebugging.html for more information.Devang Patel2010-03-09
* Add documentation for llvm.dbg.value intrinsicVictor Hernandez2010-01-11
* Remove some validation errors.Bill Wendling2009-12-01
* Some formatting and spelling fixes.Bill Wendling2009-12-01
* Update to reflect recent debugging information encoding changes.Devang Patel2009-11-25
* Fix HTML formatting.Jay Foad2009-11-17
* Documentation: Perform automated correction of common typos.Benjamin Kramer2009-10-12
* Reapply 79977.Devang Patel2009-08-28
* Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel2009-08-26
* Update DebugInfo interface to use metadata, instead of special named llvm.dbg...Devang Patel2009-08-25
* fix some typos pointed out by Hidenobu SekiChris Lattner2009-07-18