summaryrefslogtreecommitdiff
path: root/docs/SourceLevelDebugging.html
AgeCommit message (Expand)AuthorFilesLines
2012-10-08Fix typo in docs.Eric Christopher1-3/+3
2012-06-02Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer1-1/+1
2012-04-20[docs] Remove spurious or unused images.Daniel Dunbar1-4/+0
2012-04-19[docs] Update HTML pages to refer to CSS in a way that works locally and with...Daniel Dunbar1-1/+1
2012-04-03Add a line number for the scope of the function (starting at the firstEric Christopher1-0/+1
2012-03-27llvm/docs/*.html: Fix markups.NAKAMURA Takumi1-2/+2
2012-03-26Update documentation for old api changes.Eric Christopher1-33/+70
2012-03-06Remove short tag marker.Bill Wendling1-7/+7
2012-03-06Appease the HTML validation gods.Bill Wendling1-33/+40
2012-03-06Fix validation errors.Bill Wendling1-17/+18
2012-03-06Add missing end tags.Bill Wendling1-48/+68
2012-03-06Fix up link and a couple small edits.Eric Christopher1-3/+3
2012-03-06Add the beginnings of documentation for the Name Accelerator Tables.Eric Christopher1-1/+663
2012-03-06Delete trailing whitespace to clean up.Eric Christopher1-99/+99
2012-02-18Fix documentation.Chad Rosier1-5/+5
2012-02-09Now subprogram descriptors are not collected by llvm.dbg.sp NamedMDNode. Upda...Devang Patel1-2/+0
2012-02-06Update docs describing objective-c property encoding. This includes support f...Devang Patel1-36/+126
2012-01-03Fix typo.Eric Christopher1-1/+1
2011-12-16Fix spacing.Eric Christopher1-3/+3
2011-12-16Update documentation.Eric Christopher1-0/+1
2011-12-16Clarify and fix subprogram description.Devang Patel1-1/+1
2011-11-15Merge ObjCPropertyDebugInfo.html into SourceLevelDebugging.htmlDevang Patel1-0/+224
2011-10-11Add a new wrapper node for a DILexicalBlock that encapsulates it and aEric Christopher1-1/+14
2011-09-09Update docs to reflect recent addition of new CompileUnit elements.Devang Patel1-1/+6
2011-08-19Do not use named md nodes to track variables that are completely optimized. T...Devang Patel1-0/+1
2011-08-16Until now all debug info MDNodes referred to a root MDNode, a compile unit. T...Devang Patel1-8/+7
2011-07-27Update document listing DIVariable elements to reflect recent changes.Devang Patel1-1/+3
2011-07-2580 columns.Nick Lewycky1-2/+2
2011-07-19Revert "Update docs to reflect r135457."Bob Wilson1-3/+1
2011-07-19Update docs to reflect r135457.Devang Patel1-1/+3
2011-05-31Fix html formatting.Devang Patel1-1/+1
2011-05-31Clarify documentation and remove guarantees that are not fulfilled.Devang Patel1-9/+2
2011-05-03Use llvm.dbg.cu named metadata to collect compile units.Devang Patel1-1/+3
2011-04-23docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.NAKAMURA Takumi1-52/+52
2011-04-22Let front-end tie subprogram declaration with subprogram definition directly.Devang Patel1-7/+8
2011-04-18docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.NAKAMURA Takumi1-80/+80
2011-04-16Introduce support to encode Objective-C property information in debugging inf...Devang Patel1-1/+6
2011-04-09docs/*.html: Make W3C HTML 4.01 Strict more compliant.NAKAMURA Takumi1-1/+1
2011-04-09docs: Canonicalize URLs.NAKAMURA Takumi1-1/+1
2011-04-08Simplify array bound checks and clarify comments. One element array can have...Devang Patel1-1/+2
2011-04-08Do not emit DW_AT_upper_bound and DW_AT_lower_bound for unbouded array.Devang Patel1-1/+1
2011-04-05Add support to encode function's template parameters.Devang Patel1-1/+9
2011-03-29Document llvm.dbg.sp, llvm.dbg.gv and llvm.dbg.enumDevang Patel1-3/+8
2011-03-08Since last couple of days, argument number is encoded using 8 bits from line ...Devang Patel1-1/+2
2011-03-08Update DILexicalBlock doc to mention new fields.Devang Patel1-1/+3
2011-02-03Update docs to match reality.Devang Patel1-10/+9
2011-02-01Remove stale references of obsolete @llvm.dbg.variable.Devang Patel1-8/+3
2011-01-18finish a sentence.Chris Lattner1-1/+1
2010-10-04Fix lexical block's tag number.Devang Patel1-1/+1
2010-10-01Fix block descriptor documentation.Devang Patel1-3/+5