summaryrefslogtreecommitdiff
path: root/docs/SourceLevelDebugging.html
Commit message (Expand)AuthorAge
* Fix typo in docs.Eric Christopher2012-10-08
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-02
* [docs] Remove spurious or unused images.Daniel Dunbar2012-04-20
* [docs] Update HTML pages to refer to CSS in a way that works locally and with...Daniel Dunbar2012-04-19
* Add a line number for the scope of the function (starting at the firstEric Christopher2012-04-03
* llvm/docs/*.html: Fix markups.NAKAMURA Takumi2012-03-27
* Update documentation for old api changes.Eric Christopher2012-03-26
* Remove short tag marker.Bill Wendling2012-03-06
* Appease the HTML validation gods.Bill Wendling2012-03-06
* Fix validation errors.Bill Wendling2012-03-06
* Add missing end tags.Bill Wendling2012-03-06
* Fix up link and a couple small edits.Eric Christopher2012-03-06
* Add the beginnings of documentation for the Name Accelerator Tables.Eric Christopher2012-03-06
* Delete trailing whitespace to clean up.Eric Christopher2012-03-06
* Fix documentation.Chad Rosier2012-02-18
* Now subprogram descriptors are not collected by llvm.dbg.sp NamedMDNode. Upda...Devang Patel2012-02-09
* Update docs describing objective-c property encoding. This includes support f...Devang Patel2012-02-06
* Fix typo.Eric Christopher2012-01-03
* Fix spacing.Eric Christopher2011-12-16
* Update documentation.Eric Christopher2011-12-16
* Clarify and fix subprogram description.Devang Patel2011-12-16
* Merge ObjCPropertyDebugInfo.html into SourceLevelDebugging.htmlDevang Patel2011-11-15
* Add a new wrapper node for a DILexicalBlock that encapsulates it and aEric Christopher2011-10-11
* 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