1. 0f9a413 fix a typo by Chris Lattner · 19 years ago
  2. 89e211e Remove documentation for isSigned and isUnsigned methods of Type class. by Reid Spencer · 19 years ago
  3. 0be6fdf update to reflect changes in statistic class. by Chris Lattner · 19 years ago
  4. c92d25d Make changes for removal of SETCC instruction to unify with LangRef.html. by Reid Spencer · 19 years ago
  5. 832171c Removing even more <iostream> includes. by Bill Wendling · 19 years ago
  6. b83eb64 For PR950: by Reid Spencer · 19 years ago
  7. 82e2eea Clean-up of formatting and spelling. by Bill Wendling · 19 years ago
  8. 3cd5ca6 Put code example inside of "doc_code" divisions. by Bill Wendling · 19 years ago
  9. 543a0ee Update documentaion of node annotation (coloring) in viewGraph. by Jim Laskey · 19 years ago
  10. be5e85e Correct the Superclasses list for GlobalVariable and Function to indicate by Reid Spencer · 19 years ago
  11. 05fe4b0 Changes docs for llvm.cs.uiuc.edu -> llvm.org by Reid Spencer · 19 years ago
  12. ac5bb69 Use std:: where appropriate by Chris Lattner · 20 years ago
  13. 2c122ce * Replace ampersands in section titles with more formal ``and'' by Misha Brukman · 20 years ago
  14. f623a08 Add notes about MF.viewCFG() and friends. by Chris Lattner · 20 years ago
  15. c74fd7a Remove vim modeline; this should go into ~/.vimrc by Misha Brukman · 20 years ago
  16. c915108 no parens by Chris Lattner · 20 years ago
  17. 695b78b update some paths by Chris Lattner · 20 years ago
  18. 0f876db Add feedback from Vikram by Chris Lattner · 20 years ago
  19. f1b200b add a bunch of documentation about the LLVM type resolution machinery by Chris Lattner · 20 years ago
  20. d9d6e10 make an advanced topics section, move symtab to it by Chris Lattner · 20 years ago
  21. 53f72b3 remove 'another common example', which doesn't work with VC++, and indent by Chris Lattner · 20 years ago
  22. 77d6924 methods removed. by Chris Lattner · 20 years ago
  23. 89cc265 switch from a* to arg_* and g* to global_* for argument/global var iterators by Chris Lattner · 20 years ago
  24. 55c0461 cleanup some html by Chris Lattner · 20 years ago
  25. 7fd5dee These methods are removed. by Chris Lattner · 20 years ago
  26. 5836082 Fix typos noticed by Gabor Greif, thanks Gabor! by Chris Lattner · 21 years ago
  27. 61db465 Test commit by Chris Lattner · 21 years ago
  28. 79445ba Fixed broken link to Bruce Eckle's book. by Tanya Lattner · 21 years ago
  29. c7d1d82 Attempt HTML 4.01 Strict compliance. by Reid Spencer · 21 years ago
  30. fe8f4ff Cleanup the constants section. by Reid Spencer · 21 years ago
  31. d3f876c Minor format tweask for tables. by Reid Spencer · 21 years ago
  32. b0e7e45 * Add spaces between function names for readability by Misha Brukman · 21 years ago
  33. ac479e5 Fix linkage types by Chris Lattner · 21 years ago
  34. f70c25f Doesn't exist by Chris Lattner · 21 years ago
  35. 8b2da7a bug 122: by Reid Spencer · 21 years ago
  36. 4573f1b statisfy the spelling police by Chris Lattner · 21 years ago
  37. a3da777 Fixing broken links by Tanya Lattner · 21 years ago
  38. 09cf73c Fixed broken links. by Tanya Lattner · 21 years ago
  39. a0f71e4 Add link documenting shared/static library differences across platforms. by Misha Brukman · 21 years ago
  40. 31ca1de Fix more broken links as a result of the llvm namespace. by Misha Brukman · 21 years ago
  41. 384047f Fix broken links as a result of the llvm namespace. by Misha Brukman · 21 years ago
  42. 9a5dc4f Add section on the newly added Instruction and subclasses constructor variant. by Alkis Evlogimenos · 21 years ago
  43. 94c4359 Fix a bug in reid's checkin by Chris Lattner · 21 years ago
  44. 096603a Added a section on the SymbolTable class. by Reid Spencer · 21 years ago
  45. 69bf8a9 Lots of minor cleanups and clarifications by Chris Lattner · 21 years ago
  46. d5fc4fc Fix a minor wording bug in the manual by Chris Lattner · 21 years ago
  47. e3235af Method is gone by Chris Lattner · 22 years ago
  48. 13fd15c * Conform to HTML 4.01 strict DTD by Misha Brukman · 22 years ago
  49. d8db4eb Fix grammaro by Chris Lattner · 22 years ago
  50. 261efe9 checkin reid's docpatch by Chris Lattner · 22 years ago
  51. 4bf44c2 Added link to ``CVS Branching and Tags Primer''. by Misha Brukman · 22 years ago
  52. f1972c6 Mention class CallSite by Brian Gaeke · 22 years ago
  53. 0f6d7c0 Merged in RELEASE_1. by John Criswell · 22 years ago
  54. 4c6d4d3 update dox by Chris Lattner · 22 years ago
  55. 065a616 Fix spell-o's by Chris Lattner · 22 years ago
  56. 5560c9d Spell `necessary' correctly. by Misha Brukman · 22 years ago
  57. 7496ec5 "fix" coding style stuff Change some <>'s into &lt;&gt;'s by Chris Lattner · 22 years ago
  58. 806e186 Fix a bug by Chris Lattner · 22 years ago
  59. 84b7f8d Update information about the new DEBUG_TYPE macro by Chris Lattner · 22 years ago
  60. 79223ed Added comma after `i.e.' by Misha Brukman · 22 years ago
  61. e7a7ab4 Fixed syntax error (in documentation!): missing parenthesis. by Misha Brukman · 22 years ago
  62. 6a54710 Remove documented problem that is now fixed by Chris Lattner · 22 years ago
  63. c3dc212 Update programmers manual for renamed method by Chris Lattner · 22 years ago
  64. 6e6026b - Eliminated the deferred symbol table stuff in Module & Function, it really by Chris Lattner · 23 years ago
  65. a4e7c4e Add some notes about DEBUG flag by Chris Lattner · 23 years ago
  66. e9ddc7f Add a link to C++ in a nutshell book by Chris Lattner · 23 years ago
  67. c75ff9a Do some cleanups to the Type and Constant section to remove latex stuff by Chris Lattner · 23 years ago
  68. 8328f1d Update manual to reflect recent changes in the Statistic class. by Chris Lattner · 23 years ago
  69. 4b28793 Fixed errors in ReplaceInstWithValue/ReplaceInstWithInst examples. by Joel Stanley · 23 years ago
  70. ab0577b Update url by Chris Lattner · 23 years ago
  71. 986e0c9 Add information about the DEBUG() macro and the Statistic template by Chris Lattner · 23 years ago
  72. 7dbf683 Clean up tags, link to the right .h file by Chris Lattner · 23 years ago
  73. 9dd1ad6 Finished instruction replacement section, etc. Need better example for replaceAllUsesWith(). by Joel Stanley · 23 years ago
  74. c4f5bb0 Fixed grammar (User's -> Users). by Misha Brukman · 23 years ago
  75. 24b7092 Avoid using two i's in the same statements by Chris Lattner · 23 years ago
  76. a9030cb Fix typeo by Chris Lattner · 23 years ago
  77. 9ebf516 Add a </ul> that was missing and caused the document to get a little whacky by Chris Lattner · 23 years ago
  78. 4e1f96b Incorporate information about deleting instructions from a basic block, by Chris Lattner · 23 years ago
  79. 1763525 Add some information about the Instruction class and Instruction.def by Chris Lattner · 23 years ago
  80. 753eb71 - Added content to use-def/def-use section by Joel Stanley · 23 years ago
  81. 01040b2 *** empty log message *** by Joel Stanley · 23 years ago
  82. 6b121f1 Finish up the isa/cast/dyn_cast section by Chris Lattner · 23 years ago
  83. 979d9b7 Write most of the isa, cast, dyn_cast section. It's not done yet though. by Chris Lattner · 23 years ago
  84. caa5d13 * Write the prose for the Basic Inspection and Traversal Routines section by Chris Lattner · 23 years ago
  85. d8aabb2 *** empty log message *** by Joel Stanley · 23 years ago
  86. e7be650 - Made distinction between object->iterator and iterator->object by Joel Stanley · 23 years ago
  87. 1d43fd4 Clean up the isa section stub. It should not be listed twice by Chris Lattner · 23 years ago
  88. 1a3105b Stub out another couple sections that it looks like 426's MP1 will really need. by Chris Lattner · 23 years ago
  89. 482004c Test commit by Chris Lattner · 23 years ago
  90. aaeb1c1 *** empty log message *** by Joel Stanley · 23 years ago
  91. 72ef35e Fixed typos and added &lt/&gt/&amp tags where appropriate by Joel Stanley · 23 years ago
  92. 2b76306 * Fix a couple more <>&'s by Chris Lattner · 23 years ago
  93. 83b5ee0 Minor fixes html type fixes: & -> &amp; > -> &gt; etc. by Chris Lattner · 23 years ago
  94. f1ebdc3 Minor fix, test that web autoupdate works for people non-chris by Chris Lattner · 23 years ago
  95. 9b96c44 Added subsections to 'Basic Inspection and Traversal Routines': by Joel Stanley · 23 years ago
  96. ae7f759 Add skeleton to the section contents so that Joel knows what to fill in by Chris Lattner · 23 years ago
  97. b99344f Add new section by Chris Lattner · 23 years ago
  98. a30ed38 Trivial change to test CVS checkout scripts by Chris Lattner · 23 years ago
  99. 0377de4 Add information about the GlobalVariable and Module classes by Chris Lattner · 23 years ago
  100. 9355b47 Initial checkin of the first part of the Programmer's Manual by Chris Lattner · 23 years ago