1. 67793d8 add info on walking preds/succs of a block. by Chris Lattner · 18 years ago
  2. d93847a Type::IntTy hasn't existed for a while. Just sub in Type::Int32Ty. by Nick Lewycky · 18 years ago
  3. bd0079c document DenseSet. by Chris Lattner · 18 years ago
  4. ccc1b69 explain why not vector<bool> by Chris Lattner · 18 years ago
  5. d746bbd Add section on bit containers. by Daniel Berlin · 18 years ago
  6. 0625bd6 Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo by Chris Lattner · 18 years ago
  7. a54634a first pass of nomenclature changes in .html files by Gabor Greif · 18 years ago
  8. 872bf1b Modify deleting global variable with an even easier way. by Tanya Lattner · 18 years ago
  9. 1a08cf3 Add blurb on deleting global variables. by Tanya Lattner · 18 years ago
  10. 16f122e Various hopefully correct easy fixes. by Duncan Sands · 19 years ago
  11. 3d9c1bd Stop using the foo HTML tag :) by Chris Lattner · 19 years ago
  12. 91643aa Fix a typo. by Reid Spencer · 19 years ago
  13. bbd97b1 Clarify the use of getValue/getSExtValue/getZExtValue and add the new by Reid Spencer · 19 years ago
  14. 406fb4f update symtab section to reflect recent changes. by Chris Lattner · 19 years ago
  15. 404a325 For PR1195: Packed -> Vector by Reid Spencer · 19 years ago
  16. d84d35b For PR1195: by Reid Spencer · 19 years ago
  17. 2543a22 Change a reference to gccas to a reference to opt. by Reid Spencer · 19 years ago
  18. d81d7be update this. by Chris Lattner · 19 years ago
  19. b2fa25c8 remove some obsolete SymbolTable methods. These docs need to be updated by Chris Lattner · 19 years ago
  20. 9132f16 add a note by Chris Lattner · 19 years ago
  21. 0a165ee describe SmallSetVector by Chris Lattner · 19 years ago
  22. 265345f null -> pointer, nul -> character :) by Chris Lattner · 19 years ago
  23. 31882b8 Fix some spellos. by Reid Spencer · 19 years ago
  24. f043f76 fix grammar by Chris Lattner · 19 years ago
  25. 9dd7a38 Serious cleanups. Make the TOC match the text for the class hierarchy, by Chris Lattner · 19 years ago
  26. 4e406a9 Add TOC by Chris Lattner · 19 years ago
  27. f233c42 describe map-like containers by Chris Lattner · 19 years ago
  28. 68b0ec5 improve grammar by Chris Lattner · 19 years ago
  29. f5ddd04 improve grammar by Chris Lattner · 19 years ago
  30. cb292fc close run-away tag by Chris Lattner · 19 years ago
  31. ac76029 fill in the section on Set-like containers. by Chris Lattner · 19 years ago
  32. 694e110 fix validation issues by Chris Lattner · 19 years ago
  33. 099213b fix validation problems by Chris Lattner · 19 years ago
  34. 9d9985c Add some notes about choice of container. by Chris Lattner · 19 years ago
  35. 298ca551 Change to match API changes. by Chris Lattner · 19 years ago
  36. 2759b18 Make a couple organizational changes. Type no longer derives from Value by Reid Spencer · 19 years ago
  37. b9e5d10 Update documentation for arbitrary precision integers: by Reid Spencer · 19 years ago
  38. e4c7fcd Update for changes in the IR. The ConstantIntegral, ConstantBool, and by Reid Spencer · 19 years ago
  39. 9e224a2 Update the documentation for SymbolTable class. by Reid Spencer · 19 years ago
  40. bc5cc2e Fix broken links, reported by Baptiste Lepilleur by Chris Lattner · 19 years ago
  41. d7ed9c9 fix a typo by Chris Lattner · 19 years ago
  42. 85f3c06 Remove documentation for isSigned and isUnsigned methods of Type class. by Reid Spencer · 19 years ago
  43. 58e5345 update to reflect changes in statistic class. by Chris Lattner · 19 years ago
  44. c6be386 Make changes for removal of SETCC instruction to unify with LangRef.html. by Reid Spencer · 19 years ago
  45. 22e978a Removing even more <iostream> includes. by Bill Wendling · 19 years ago
  46. e0fc4df For PR950: by Reid Spencer · 19 years ago
  47. f21825f Clean-up of formatting and spelling. by Bill Wendling · 19 years ago
  48. 34ab067 Put code example inside of "doc_code" divisions. by Bill Wendling · 19 years ago
  49. 37c2c6c Update documentaion of node annotation (coloring) in viewGraph. by Jim Laskey · 19 years ago
  50. 83ee73f Correct the Superclasses list for GlobalVariable and Function to indicate by Reid Spencer · 20 years ago
  51. ca05854 Changes docs for llvm.cs.uiuc.edu -> llvm.org by Reid Spencer · 20 years ago
  52. 1f47b25 Use std:: where appropriate by Chris Lattner · 20 years ago
  53. 93b8cb1 * Replace ampersands in section titles with more formal ``and'' by Misha Brukman · 20 years ago
  54. ed54f2f Add notes about MF.viewCFG() and friends. by Chris Lattner · 20 years ago
  55. c396771 Remove vim modeline; this should go into ~/.vimrc by Misha Brukman · 20 years ago
  56. 2bfe362 no parens by Chris Lattner · 21 years ago
  57. 730a5da1a update some paths by Chris Lattner · 21 years ago
  58. d1039cc Add feedback from Vikram by Chris Lattner · 21 years ago
  59. fdfb25a add a bunch of documentation about the LLVM type resolution machinery by Chris Lattner · 21 years ago
  60. c6ce71d make an advanced topics section, move symtab to it by Chris Lattner · 21 years ago
  61. 16431f7 remove 'another common example', which doesn't work with VC++, and indent by Chris Lattner · 21 years ago
  62. bc18ef0 methods removed. by Chris Lattner · 21 years ago
  63. 5ce25cd switch from a* to arg_* and g* to global_* for argument/global var iterators by Chris Lattner · 21 years ago
  64. 897cc8e cleanup some html by Chris Lattner · 21 years ago
  65. 807db03 These methods are removed. by Chris Lattner · 21 years ago
  66. f7648e7 Fix typos noticed by Gabor Greif, thanks Gabor! by Chris Lattner · 21 years ago
  67. 292e660 Test commit by Chris Lattner · 21 years ago
  68. 0e66221 Fixed broken link to Bruce Eckle's book. by Tanya Lattner · 21 years ago
  69. 0777321 Attempt HTML 4.01 Strict compliance. by Reid Spencer · 21 years ago
  70. f0714dd Cleanup the constants section. by Reid Spencer · 21 years ago
  71. c3c4c4f Minor format tweask for tables. by Reid Spencer · 21 years ago
  72. ad279bf * Add spaces between function names for readability by Misha Brukman · 21 years ago
  73. e99bec7 Fix linkage types by Chris Lattner · 21 years ago
  74. 517f184 Doesn't exist by Chris Lattner · 21 years ago
  75. fa49f86 bug 122: by Reid Spencer · 21 years ago
  76. 0376545 statisfy the spelling police by Chris Lattner · 21 years ago
  77. f31fdf8 Fixing broken links by Tanya Lattner · 21 years ago
  78. 8ed32be Fixed broken links. by Tanya Lattner · 21 years ago
  79. 5f056c7 Add link documenting shared/static library differences across platforms. by Misha Brukman · 21 years ago
  80. 18a94d6 Fix more broken links as a result of the llvm namespace. by Misha Brukman · 21 years ago
  81. fdcb3c2 Fix broken links as a result of the llvm namespace. by Misha Brukman · 21 years ago
  82. 6715052 Add section on the newly added Instruction and subclasses constructor variant. by Alkis Evlogimenos · 21 years ago
  83. cc83417 Fix a bug in reid's checkin by Chris Lattner · 21 years ago
  84. 9aed59b Added a section on the SymbolTable class. by Reid Spencer · 21 years ago
  85. 4dd45ff Lots of minor cleanups and clarifications by Chris Lattner · 21 years ago
  86. 0b41ebe Fix a minor wording bug in the manual by Chris Lattner · 22 years ago
  87. 66aef96 Method is gone by Chris Lattner · 22 years ago
  88. 7f67e37 * Conform to HTML 4.01 strict DTD by Misha Brukman · 22 years ago
  89. 40487e4 Fix grammaro by Chris Lattner · 22 years ago
  90. 48b383b0 checkin reid's docpatch by Chris Lattner · 22 years ago
  91. 10ff946 Added link to ``CVS Branching and Tags Primer''. by Misha Brukman · 22 years ago
  92. f578c05 Mention class CallSite by Brian Gaeke · 22 years ago
  93. f531f31 Merged in RELEASE_1. by John Criswell · 22 years ago
  94. 22533bc update dox by Chris Lattner · 22 years ago
  95. 216c7b8 Fix spell-o's by Chris Lattner · 22 years ago
  96. 7eb05a1 Spell `necessary' correctly. by Misha Brukman · 22 years ago
  97. 9994870 "fix" coding style stuff Change some <>'s into &lt;&gt;'s by Chris Lattner · 22 years ago
  98. fc6f3e9 Fix a bug by Chris Lattner · 22 years ago
  99. 5a0c4c6 Update information about the new DEBUG_TYPE macro by Chris Lattner · 22 years ago
  100. b7ea12c Added comma after `i.e.' by Misha Brukman · 22 years ago