1. 9e599bb [docs] Remove spurious or unused images. by Daniel Dunbar · 14 years ago
  2. 46d611a [docs] Update HTML pages to refer to CSS in a way that works locally and with Sphinx. by Daniel Dunbar · 14 years ago
  3. 3416419 Add a line number for the scope of the function (starting at the first by Eric Christopher · 14 years ago
  4. c9d9b92 llvm/docs/*.html: Fix markups. by NAKAMURA Takumi · 14 years ago
  5. 885ed82 Update documentation for old api changes. by Eric Christopher · 14 years ago
  6. 4af807c Remove short tag marker. by Bill Wendling · 14 years ago
  7. 61d5e4d Appease the HTML validation gods. by Bill Wendling · 14 years ago
  8. 23d60ac Fix validation errors. by Bill Wendling · 14 years ago
  9. 4bf1cc8 Add missing end tags. by Bill Wendling · 14 years ago
  10. 8c096d6 Fix up link and a couple small edits. by Eric Christopher · 14 years ago
  11. 85cd2a0 Add the beginnings of documentation for the Name Accelerator Tables. by Eric Christopher · 14 years ago
  12. 5acc7c1 Delete trailing whitespace to clean up. by Eric Christopher · 14 years ago
  13. 991aa50 Fix documentation. by Chad Rosier · 14 years ago
  14. af8f337 Now subprogram descriptors are not collected by llvm.dbg.sp NamedMDNode. Update document to reflect this change. by Devang Patel · 14 years ago
  15. c044963 Update docs describing objective-c property encoding. This includes support for properties that are not backed by an ivar. by Devang Patel · 14 years ago
  16. 2007dc8 Fix typo. by Eric Christopher · 14 years ago
  17. 09cd356 Fix spacing. by Eric Christopher · 14 years ago
  18. 3e3ecd0 Update documentation. by Eric Christopher · 14 years ago
  19. c16e1ed Clarify and fix subprogram description. by Devang Patel · 14 years ago
  20. 8cd8964 Merge ObjCPropertyDebugInfo.html into SourceLevelDebugging.html by Devang Patel · 14 years ago
  21. 6647b83 Add a new wrapper node for a DILexicalBlock that encapsulates it and a by Eric Christopher · 14 years ago
  22. 24a674b Update docs to reflect recent addition of new CompileUnit elements. by Devang Patel · 14 years ago
  23. 59e27c5 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 · 14 years ago
  24. eb1bb4e 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 · 14 years ago
  25. ac0a1f6 Update document listing DIVariable elements to reflect recent changes. by Devang Patel · 14 years ago
  26. f6e3711 80 columns. by Nick Lewycky · 14 years ago
  27. 088df09 Revert "Update docs to reflect r135457." by Bob Wilson · 14 years ago
  28. 7ca23dd Update docs to reflect r135457. by Devang Patel · 14 years ago
  29. 1d81ea8 Fix html formatting. by Devang Patel · 14 years ago
  30. 5c26a85 Clarify documentation and remove guarantees that are not fulfilled. by Devang Patel · 14 years ago
  31. 09fa69e Use llvm.dbg.cu named metadata to collect compile units. by Devang Patel · 15 years ago
  32. aa3d624 docs: Introduce cascading style <div> and <p> continued on <h[2-5]>. by NAKAMURA Takumi · 15 years ago
  33. 1d6bbd4 Let front-end tie subprogram declaration with subprogram definition directly. by Devang Patel · 15 years ago
  34. fc8d930 docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">. by NAKAMURA Takumi · 15 years ago
  35. 514b400 Introduce support to encode Objective-C property information in debugging information generated for an interface. by Devang Patel · 15 years ago
  36. 6bd36d5 docs/*.html: Make W3C HTML 4.01 Strict more compliant. by NAKAMURA Takumi · 15 years ago
  37. ca46f5a docs: Canonicalize URLs. by NAKAMURA Takumi · 15 years ago
  38. 778947c 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 · 15 years ago
  39. e396479 Do not emit DW_AT_upper_bound and DW_AT_lower_bound for unbouded array. by Devang Patel · 15 years ago
  40. 9f73884 Add support to encode function's template parameters. by Devang Patel · 15 years ago
  41. 1c6b681 Document llvm.dbg.sp, llvm.dbg.gv and llvm.dbg.enum by Devang Patel · 15 years ago
  42. e1aa67c Since last couple of days, argument number is encoded using 8 bits from line number field in argument's debug info. by Devang Patel · 15 years ago
  43. fb30b85 Update DILexicalBlock doc to mention new fields. by Devang Patel · 15 years ago
  44. 7846c1e Update docs to match reality. by Devang Patel · 15 years ago
  45. 9a8539c Remove stale references of obsolete @llvm.dbg.variable. by Devang Patel · 15 years ago
  46. 92ec3d1 finish a sentence. by Chris Lattner · 15 years ago
  47. 9fbc680 Fix lexical block's tag number. by Devang Patel · 15 years ago
  48. cac3890 Fix block descriptor documentation. by Devang Patel · 15 years ago
  49. 6df452c Fix dbg_declare signature in document. by Devang Patel · 15 years ago
  50. bed5e7d Fix DIDerived type fields' type in document. by Devang Patel · 15 years ago
  51. 4a7904d6 Fix compile unit in example. Thanks Renato Golin! by Devang Patel · 15 years ago
  52. e89b759 Update docs to reflect new DISubprogram elements. by Devang Patel · 15 years ago
  53. aabfdb3 Fix more whitespace to be consistent with AsmPrinter. by Dan Gohman · 15 years ago
  54. d6a6f61 Fix whitespace to be more consistent with AsmPrinter's style. by Dan Gohman · 15 years ago
  55. f375e9a Revert r103213. It broke several sections of live website. by mike-m · 15 years ago[Renamed from llvm/docs/main/SourceLevelDebugging.html]
  56. e08af30 Overhauled llvm/clang docs builds. Closes PR6613. by mike-m · 15 years ago[Renamed from llvm/docs/SourceLevelDebugging.html]
  57. 904f217 don't reference DwarfWriter by Chris Lattner · 16 years ago
  58. a87014f Small fixes to this documentation. Remove mention of uint/int type, fix typo by Nick Lewycky · 16 years ago
  59. 5bc1c4b Add a paragram describing how to extract line number information. by Devang Patel · 16 years ago
  60. 2a4b080 Fixed spelling errors. by John Criswell · 16 years ago
  61. 59445db Start using DIFile. See updated SourceLevelDebugging.html for more information. by Devang Patel · 16 years ago
  62. 0b62cc6 Add documentation for llvm.dbg.value intrinsic by Victor Hernandez · 16 years ago
  63. 0525235 Remove some validation errors. by Bill Wendling · 16 years ago
  64. 991b84e Some formatting and spelling fixes. by Bill Wendling · 16 years ago
  65. 4da997b Update to reflect recent debugging information encoding changes. by Devang Patel · 16 years ago
  66. 658af5a Fix HTML formatting. by Jay Foad · 16 years ago
  67. 0f42038 Documentation: Perform automated correction of common typos. by Benjamin Kramer · 16 years ago
  68. 80ae349 Reapply 79977. Use MDNodes to encode debug info in llvm IR. by Devang Patel · 16 years ago
  69. f08e35d Revert 79977. It causes llvm-gcc bootstrap failures on some platforms. by Devang Patel · 16 years ago
  70. 02aac92 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 · 16 years ago
  71. cb3f64f fix some typos pointed out by Hidenobu Seki by Chris Lattner · 16 years ago
  72. 0751a28 by Devang Patel · 16 years ago
  73. 9d809ca Fix some typos by Bruno Cardoso Lopes · 16 years ago
  74. e9353d7 Formatting. Some updating of data structures. More work needs to be done to update the examples. by Bill Wendling · 16 years ago
  75. 0fc36ca update some syntax by Chris Lattner · 17 years ago
  76. c094970 by Devang Patel · 17 years ago
  77. 39dcddf * Comply with HTML 4.01 Strict standard by Misha Brukman · 17 years ago
  78. 86242e1 Global replace of yellow W3C "valid HTML/CSS" icons with blue ones. by Misha Brukman · 17 years ago
  79. b885a91 by Devang Patel · 17 years ago
  80. 663f5fc Minor spelling and typo fixes. by John Criswell · 18 years ago
  81. 124c352 Update llvm.dbg.func.start. by Evan Cheng · 18 years ago
  82. 40f775b Fix typos. by Duncan Sands · 18 years ago
  83. 6e8a2f4 Change e-mail address. by Jim Laskey · 19 years ago
  84. c56315c Change the MachineDebugInfo to MachineModuleInfo to better reflect usage by Jim Laskey · 19 years ago
  85. 4d98e2e Update docs by Jim Laskey · 19 years ago
  86. 98a1385 Update info on mangled names. by Jim Laskey · 19 years ago
  87. 4771cca Update debugging documents. by Jim Laskey · 19 years ago
  88. e723564 fix typos by Jim Laskey · 19 years ago
  89. 4810c26 add subroutine types by Jim Laskey · 19 years ago
  90. b6a6f79 add decimal form of LLVMDebugVersion by Jim Laskey · 19 years ago
  91. b2ff2d4 1. Revise vector debug support. by Jim Laskey · 19 years ago
  92. 19f964e 1. Support standard dwarf format (was bootstrapping in Apple format.) by Jim Laskey · 19 years ago
  93. 3481e12 Fixed some grammer and spelling. by Jim Laskey · 20 years ago
  94. 4a9054d Correction of stoppoint arguments. by Jim Laskey · 20 years ago
  95. 5dcfd56 Updated information related to local variables and scopes. by Jim Laskey · 20 years ago
  96. 9dcffe7 Update doc to reflect changes in subprogram and block descriptors. by Jim Laskey · 20 years ago
  97. 2024aab Reflect the fact that empty strings can be expressed as null. by Jim Laskey · 20 years ago
  98. 14edc93 Bring debugging information up to date. by Jim Laskey · 20 years ago
  99. ca05854 Changes docs for llvm.cs.uiuc.edu -> llvm.org by Reid Spencer · 20 years ago
  100. cda6a9b * Straighten a comment to a single line by Misha Brukman · 21 years ago