1. 5bfd969 Fix documentation. by Chad Rosier · 13 years ago
  2. cd37fd5 Now subprogram descriptors are not collected by llvm.dbg.sp NamedMDNode. Update document to reflect this change. by Devang Patel · 13 years ago
  3. ba98b6b Update docs describing objective-c property encoding. This includes support for properties that are not backed by an ivar. by Devang Patel · 13 years ago
  4. 5e33d21 Fix typo. by Eric Christopher · 13 years ago
  5. adfc1ef Fix spacing. by Eric Christopher · 13 years ago
  6. 402e12a Update documentation. by Eric Christopher · 13 years ago
  7. 473f95f Clarify and fix subprogram description. by Devang Patel · 13 years ago
  8. 6ac5b16 Merge ObjCPropertyDebugInfo.html into SourceLevelDebugging.html by Devang Patel · 13 years ago
  9. 6618a24 Add a new wrapper node for a DILexicalBlock that encapsulates it and a by Eric Christopher · 13 years ago
  10. 9b4a2ac Update docs to reflect recent addition of new CompileUnit elements. by Devang Patel · 13 years ago
  11. 93d39be 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 · 13 years ago
  12. 94c7ddb 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 · 13 years ago
  13. 0a2a306 Update document listing DIVariable elements to reflect recent changes. by Devang Patel · 13 years ago
  14. f3379da 80 columns. by Nick Lewycky · 13 years ago
  15. 66fc541 Revert "Update docs to reflect r135457." by Bob Wilson · 13 years ago
  16. ba034c0 Update docs to reflect r135457. by Devang Patel · 13 years ago
  17. f729e91 Fix html formatting. by Devang Patel · 13 years ago
  18. e0bdc59 Clarify documentation and remove guarantees that are not fulfilled. by Devang Patel · 13 years ago
  19. 464f4ef Use llvm.dbg.cu named metadata to collect compile units. by Devang Patel · 13 years ago
  20. f5af6ad docs: Introduce cascading style <div> and <p> continued on <h[2-5]>. by NAKAMURA Takumi · 13 years ago
  21. 5e06bb8 Let front-end tie subprogram declaration with subprogram definition directly. by Devang Patel · 13 years ago
  22. 05d0265 docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">. by NAKAMURA Takumi · 13 years ago
  23. e9db5e2 Introduce support to encode Objective-C property information in debugging information generated for an interface. by Devang Patel · 13 years ago
  24. 4d6deb0 docs/*.html: Make W3C HTML 4.01 Strict more compliant. by NAKAMURA Takumi · 13 years ago
  25. b9a3363 docs: Canonicalize URLs. by NAKAMURA Takumi · 13 years ago
  26. 3f932a7 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 · 13 years ago
  27. fb6e8d6 Do not emit DW_AT_upper_bound and DW_AT_lower_bound for unbouded array. by Devang Patel · 13 years ago
  28. da19475 Add support to encode function's template parameters. by Devang Patel · 13 years ago
  29. da6eed3 Document llvm.dbg.sp, llvm.dbg.gv and llvm.dbg.enum by Devang Patel · 13 years ago
  30. a83688f Since last couple of days, argument number is encoded using 8 bits from line number field in argument's debug info. by Devang Patel · 14 years ago
  31. 90d81f1 Update DILexicalBlock doc to mention new fields. by Devang Patel · 14 years ago
  32. 3728078 Update docs to match reality. by Devang Patel · 14 years ago
  33. e136e50 Remove stale references of obsolete @llvm.dbg.variable. by Devang Patel · 14 years ago
  34. 8994075 finish a sentence. by Chris Lattner · 14 years ago
  35. c79dda2 Fix lexical block's tag number. by Devang Patel · 14 years ago
  36. 7f271fc Fix block descriptor documentation. by Devang Patel · 14 years ago
  37. 4c7c0c6 Fix dbg_declare signature in document. by Devang Patel · 14 years ago
  38. 0ffd10b Fix DIDerived type fields' type in document. by Devang Patel · 14 years ago
  39. 9fea9c2 Fix compile unit in example. Thanks Renato Golin! by Devang Patel · 14 years ago
  40. 80ecc15 Update docs to reflect new DISubprogram elements. by Devang Patel · 14 years ago
  41. fe47aae Fix more whitespace to be consistent with AsmPrinter. by Dan Gohman · 14 years ago
  42. 3dfb3cf Fix whitespace to be more consistent with AsmPrinter's style. by Dan Gohman · 14 years ago
  43. e2c3a49 Revert r103213. It broke several sections of live website. by mike-m · 14 years ago[Renamed from docs/main/SourceLevelDebugging.html]
  44. 68cb319 Overhauled llvm/clang docs builds. Closes PR6613. by mike-m · 14 years ago[Renamed from docs/SourceLevelDebugging.html]
  45. c310778 don't reference DwarfWriter by Chris Lattner · 14 years ago
  46. 655fd03 Small fixes to this documentation. Remove mention of uint/int type, fix typo by Nick Lewycky · 14 years ago
  47. d98ec5f Add a paragram describing how to extract line number information. by Devang Patel · 14 years ago
  48. b34500f Fixed spelling errors. by John Criswell · 15 years ago
  49. 4b94550 Start using DIFile. See updated SourceLevelDebugging.html for more information. by Devang Patel · 15 years ago
  50. 67a1a54 Add documentation for llvm.dbg.value intrinsic by Victor Hernandez · 15 years ago
  51. 02216ff Remove some validation errors. by Bill Wendling · 15 years ago
  52. cf493b8 Some formatting and spelling fixes. by Bill Wendling · 15 years ago
  53. 744950d Update to reflect recent debugging information encoding changes. by Devang Patel · 15 years ago
  54. 789b45b Fix HTML formatting. by Jay Foad · 15 years ago
  55. 8040cd3 Documentation: Perform automated correction of common typos. by Benjamin Kramer · 15 years ago
  56. e4b2756 Reapply 79977. Use MDNodes to encode debug info in llvm IR. by Devang Patel · 15 years ago
  57. 8245988 Revert 79977. It causes llvm-gcc bootstrap failures on some platforms. by Devang Patel · 15 years ago
  58. 2a610c7 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 · 15 years ago
  59. 8ad2f98 fix some typos pointed out by Hidenobu Seki by Chris Lattner · 15 years ago
  60. 13e16b6 by Devang Patel · 15 years ago
  61. d80ddc0 Fix some typos by Bruno Cardoso Lopes · 15 years ago
  62. 48839d9 Formatting. Some updating of data structures. More work needs to be done to update the examples. by Bill Wendling · 15 years ago
  63. f436fed update some syntax by Chris Lattner · 15 years ago
  64. dd9db66 by Devang Patel · 16 years ago
  65. 96e0081 * Comply with HTML 4.01 Strict standard by Misha Brukman · 16 years ago
  66. 4440870 Global replace of yellow W3C "valid HTML/CSS" icons with blue ones. by Misha Brukman · 16 years ago
  67. a5c05aa by Devang Patel · 16 years ago
  68. 3d8c358 Minor spelling and typo fixes. by John Criswell · 16 years ago
  69. 8e34250 Update llvm.dbg.func.start. by Evan Cheng · 17 years ago
  70. 41783f0 Fix typos. by Duncan Sands · 17 years ago
  71. c760a92 Change e-mail address. by Jim Laskey · 18 years ago
  72. 44c3b9f Change the MachineDebugInfo to MachineModuleInfo to better reflect usage by Jim Laskey · 18 years ago
  73. fe79381 Update docs by Jim Laskey · 18 years ago
  74. 5682aff Update info on mangled names. by Jim Laskey · 18 years ago
  75. 4a9df24 Update debugging documents. by Jim Laskey · 18 years ago
  76. b329fe1 fix typos by Jim Laskey · 18 years ago
  77. 094ee72 add subroutine types by Jim Laskey · 18 years ago
  78. 76a015e add decimal form of LLVMDebugVersion by Jim Laskey · 18 years ago
  79. 7089f45 1. Revise vector debug support. by Jim Laskey · 18 years ago
  80. f8a01a9 1. Support standard dwarf format (was bootstrapping in Apple format.) by Jim Laskey · 18 years ago
  81. 2d395d9 Fixed some grammer and spelling. by Jim Laskey · 19 years ago
  82. 108a638 Correction of stoppoint arguments. by Jim Laskey · 19 years ago
  83. 383e009 Updated information related to local variables and scopes. by Jim Laskey · 19 years ago
  84. 3d11bee Update doc to reflect changes in subprogram and block descriptors. by Jim Laskey · 19 years ago
  85. 4d9b10b Reflect the fact that empty strings can be expressed as null. by Jim Laskey · 19 years ago
  86. cec12a5 Bring debugging information up to date. by Jim Laskey · 19 years ago
  87. 05fe4b0 Changes docs for llvm.cs.uiuc.edu -> llvm.org by Reid Spencer · 19 years ago
  88. 94218a7 * Straighten a comment to a single line by Misha Brukman · 20 years ago
  89. 4f5659e Remove more smileys. I kept the one in WritingAnLLVMPass because it is actually by Misha Brukman · 20 years ago
  90. d3f876c Minor format tweask for tables. by Reid Spencer · 20 years ago
  91. cbf1edb Fix broken link by Chris Lattner · 20 years ago
  92. 179bf4b Fix broken internal link. by Misha Brukman · 20 years ago
  93. 1ed8348 Fix broken internal links. by Misha Brukman · 20 years ago
  94. 7911ce2 Make use of the new doc_author class. "Seperate content from presentation" they said. by Chris Lattner · 20 years ago
  95. e849a1a Use the images in the img/ directory. by Misha Brukman · 20 years ago
  96. 8287373 Made file comply with HTML-4.01 (Strict) by Misha Brukman · 20 years ago
  97. 8ff7590 Add links to SLD from the LangRef.html doc by Chris Lattner · 21 years ago
  98. bdfb339 First version of this document. It is still missing some pretty big pieces, and by Chris Lattner · 21 years ago