Fix typos found by http://github.com/lyda/misspell-check
[oota-llvm.git] / docs / SourceLevelDebugging.html
2012-06-02 Benjamin KramerFix typos found by github.com/lyda/misspell-check
2012-04-20 Daniel Dunbar[docs] Remove spurious or unused images.
2012-04-19 Daniel Dunbar[docs] Update HTML pages to refer to CSS in a way that...
2012-04-03 Eric ChristopherAdd a line number for the scope of the function (starti...
2012-03-27 NAKAMURA Takumillvm/docs/*.html: Fix markups.
2012-03-26 Eric ChristopherUpdate documentation for old api changes.
2012-03-06 Bill WendlingRemove short tag marker.
2012-03-06 Bill WendlingAppease the HTML validation gods.
2012-03-06 Bill WendlingFix validation errors.
2012-03-06 Bill WendlingAdd missing end tags.
2012-03-06 Eric ChristopherFix up link and a couple small edits.
2012-03-06 Eric ChristopherAdd the beginnings of documentation for the Name Accele...
2012-03-06 Eric ChristopherDelete trailing whitespace to clean up.
2012-02-18 Chad RosierFix documentation.
2012-02-09 Devang PatelNow subprogram descriptors are not collected by llvm...
2012-02-06 Devang PatelUpdate docs describing objective-c property encoding...
2012-01-03 Eric ChristopherFix typo.
2011-12-16 Eric ChristopherFix spacing.
2011-12-16 Eric ChristopherUpdate documentation.
2011-12-16 Devang PatelClarify and fix subprogram description.
2011-11-15 Devang PatelMerge ObjCPropertyDebugInfo.html into SourceLevelDebug...
2011-10-11 Eric ChristopherAdd a new wrapper node for a DILexicalBlock that encaps...
2011-09-09 Devang PatelUpdate docs to reflect recent addition of new CompileUn...
2011-08-19 Devang PatelDo not use named md nodes to track variables that are...
2011-08-16 Devang PatelUntil now all debug info MDNodes referred to a root...
2011-07-27 Devang PatelUpdate document listing DIVariable elements to reflect...
2011-07-25 Nick Lewycky80 columns.
2011-07-19 Bob WilsonRevert "Update docs to reflect r135457."
2011-07-19 Devang PatelUpdate docs to reflect r135457.
2011-05-31 Devang PatelFix html formatting.
2011-05-31 Devang PatelClarify documentation and remove guarantees that are...
2011-05-03 Devang PatelUse llvm.dbg.cu named metadata to collect compile...
2011-04-23 NAKAMURA Takumidocs: Introduce cascading style <div> and <p> continued...
2011-04-22 Devang PatelLet front-end tie subprogram declaration with subprogra...
2011-04-18 NAKAMURA Takumidocs: Use <Hn> as Heading elements instead of <DIV...
2011-04-16 Devang PatelIntroduce support to encode Objective-C property inform...
2011-04-09 NAKAMURA Takumidocs/*.html: Make W3C HTML 4.01 Strict more compliant.
2011-04-09 NAKAMURA Takumidocs: Canonicalize URLs.
2011-04-08 Devang PatelSimplify array bound checks and clarify comments. ...
2011-04-08 Devang PatelDo not emit DW_AT_upper_bound and DW_AT_lower_bound...
2011-04-05 Devang PatelAdd support to encode function's template parameters.
2011-03-29 Devang PatelDocument llvm.dbg.sp, llvm.dbg.gv and llvm.dbg.enum
2011-03-08 Devang PatelSince last couple of days, argument number is encoded...
2011-03-08 Devang PatelUpdate DILexicalBlock doc to mention new fields.
2011-02-03 Devang PatelUpdate docs to match reality.
2011-02-01 Devang PatelRemove stale references of obsolete @llvm.dbg.variable.
2011-01-18 Chris Lattnerfinish a sentence.
2010-10-04 Devang PatelFix lexical block's tag number.
2010-10-01 Devang PatelFix block descriptor documentation.
2010-10-01 Devang PatelFix dbg_declare signature in document.
2010-10-01 Devang PatelFix DIDerived type fields' type in document.
2010-07-13 Devang PatelFix compile unit in example. Thanks Renato Golin!
2010-06-04 Devang PatelUpdate docs to reflect new DISubprogram elements.
2010-05-28 Dan GohmanFix more whitespace to be consistent with AsmPrinter.
2010-05-28 Dan GohmanFix whitespace to be more consistent with AsmPrinter...
2010-05-07 mike-mRevert r103213. It broke several sections of live website.
2010-05-06 mike-mOverhauled llvm/clang docs builds. Closes PR6613.
2010-04-05 Chris Lattnerdon't reference DwarfWriter
2010-03-31 Nick LewyckySmall fixes to this documentation. Remove mention of...
2010-03-26 Devang PatelAdd a paragram describing how to extract line number...
2010-03-17 John CriswellFixed spelling errors.
2010-03-09 Devang PatelStart using DIFile. See updated SourceLevelDebugging...
2010-01-11 Victor HernandezAdd documentation for llvm.dbg.value intrinsic
2009-12-01 Bill WendlingRemove some validation errors.
2009-12-01 Bill WendlingSome formatting and spelling fixes.
2009-11-25 Devang PatelUpdate to reflect recent debugging information encoding...
2009-11-17 Jay FoadFix HTML formatting.
2009-10-12 Benjamin KramerDocumentation: Perform automated correction of common...
2009-08-28 Devang PatelReapply 79977.
2009-08-26 Devang PatelRevert 79977. It causes llvm-gcc bootstrap failures...
2009-08-25 Devang PatelUpdate DebugInfo interface to use metadata, instead...
2009-07-18 Chris Lattnerfix some typos pointed out by Hidenobu Seki
2009-06-26 Devang PatelRemove debug info anchors - llvm.dbg.compile_units...
2009-05-29 Bruno Cardoso LopesFix some typos
2009-05-17 Bill WendlingFormatting. Some updating of data structures. More...
2009-04-03 Chris Lattnerupdate some syntax
2009-01-30 Devang Patel Each input file is encoded as a separate compile unit...
2008-12-16 Misha Brukman* Comply with HTML 4.01 Strict standard
2008-12-11 Misha BrukmanGlobal replace of yellow W3C "valid HTML/CSS" icons...
2008-11-21 Devang PatelDocument TEST=dbgopt
2008-04-29 John CriswellMinor spelling and typo fixes.
2008-02-01 Evan ChengUpdate llvm.dbg.func.start.
2007-06-14 Duncan SandsFix typos.
2007-03-14 Jim LaskeyChange e-mail address.
2007-01-26 Jim LaskeyChange the MachineDebugInfo to MachineModuleInfo to...
2006-11-30 Jim LaskeyUpdate docs
2006-08-21 Jim LaskeyUpdate info on mangled names.
2006-08-21 Jim LaskeyUpdate debugging documents.
2006-06-21 Jim Laskeyfix typos
2006-06-20 Jim Laskeyadd subroutine types
2006-06-16 Jim Laskeyadd decimal form of LLVMDebugVersion
2006-06-16 Jim Laskey1. Revise vector debug support.
2006-06-15 Jim Laskey1. Support standard dwarf format (was bootstrapping...
2006-03-24 Jim LaskeyFixed some grammer and spelling.
2006-03-23 Jim LaskeyCorrection of stoppoint arguments.
2006-03-23 Jim LaskeyUpdated information related to local variables and...
2006-03-15 Jim LaskeyUpdate doc to reflect changes in subprogram and block...
2006-03-14 Jim LaskeyReflect the fact that empty strings can be expressed...
2006-03-14 Jim LaskeyBring debugging information up to date.
2006-03-14 Reid SpencerChanges docs for llvm.cs.uiuc.edu -> llvm.org
next