1. 71a5c22 Try r84890 again (adding ValueMap<>), now that I've tested the compile on by Jeffrey Yasskin · 15 years ago
  2. a84c9db Revert r84890, which broke the linux build. by Jeffrey Yasskin · 15 years ago
  3. e0a2340 Add a ValueMap<ValueOrSubclass*, T> type. ValueMap<Value*, T> is safe to use by Jeffrey Yasskin · 15 years ago
  4. 8040cd3 Documentation: Perform automated correction of common typos. by Benjamin Kramer · 15 years ago
  5. 8746929 Fix typo, patch from Timo Juhani Lindfors. by Torok Edwin · 15 years ago
  6. 3fee6ed llvm::cerr is gone. by Chris Lattner · 15 years ago
  7. 38eee3c fix this back, thanks Eli by Chris Lattner · 15 years ago
  8. f636b96 minor grammar tweak by Chris Lattner · 15 years ago
  9. e0c951a Add a first stab at describing LLVMContext. by Owen Anderson · 15 years ago
  10. c3c9239 Add DEBUG_WITH_TYPE as a clean alternative to tweaking DEBUG_TYPE. by Daniel Dunbar · 15 years ago
  11. e15192b Documentation: fix HTML validation errors. by Benjamin Kramer · 15 years ago
  12. dced9fb eventually we should describe string options in the data structures section by Chris Lattner · 15 years ago
  13. 81187ae minor tweaks. by Chris Lattner · 15 years ago
  14. 6e0d1cb Initial update to VMCore to use Twines for string arguments. by Daniel Dunbar · 15 years ago
  15. 06388ae Rewrite examples to use DEBUG instead of DOUT. by Daniel Dunbar · 15 years ago
  16. 24e0411 Fix link to BasicBlock doxygen documentation in Programmer's Manual by Stefanus Du Toit · 15 years ago
  17. 1ad70e3 Update the threading section to reflect current plans/implementation. by Owen Anderson · 15 years ago
  18. 5e8c50e Fix validation errors. by Owen Anderson · 15 years ago
  19. 8bc1b3b Add initial stab at documenting the use of LLVM with threaded clients. by Owen Anderson · 15 years ago
  20. 1af789f HTML-escape '>' as '&gt;' in sample C++ code. by Misha Brukman · 15 years ago
  21. 714257f Add a mention of TypeBuilder to the programmer's manual, and clean up the class by Jeffrey Yasskin · 15 years ago
  22. 6a65f42 add some text to explain sentinels by Gabor Greif · 15 years ago
  23. 0cbcabe minor tweaks by Gabor Greif · 15 years ago
  24. f1a3082 don't allow hash_map or hash_set. by Chris Lattner · 15 years ago
  25. 667d4b8 Introduce new linkage types linkonce_odr, weak_odr, common_odr by Duncan Sands · 15 years ago
  26. 0186250 document ilist_traits by Gabor Greif · 15 years ago
  27. 2946d1c Expand a bit on iplist. If you are more expert on this class, please review! by Gabor Greif · 15 years ago
  28. 3899e49 update ilist documentation and add some blurb on ilist_node by Gabor Greif · 15 years ago
  29. fd095b6 Get rid of the tagging functions and use PointerIntPair. by Gabor Greif · 16 years ago
  30. 4440870 Global replace of yellow W3C "valid HTML/CSS" icons with blue ones. by Misha Brukman · 16 years ago
  31. 62810e3 This method got renamed, thanks to Mattias Holm for pointing this out. by Chris Lattner · 16 years ago
  32. 203e71d Fix syntax of iterate_complex example. Noticed by Martin! by Eric Christopher · 16 years ago
  33. 58c2ac0 Change PointerType::get -> getUnqual by Daniel Dunbar · 16 years ago
  34. b6d1f39 Fix documentation for these functions; they do not only modify users within the by Nick Lewycky · 16 years ago
  35. d41720a Use present tense when talking about User layout. It is implemented now. by Gabor Greif · 16 years ago
  36. 28e6ff5 Fix typo, fix suggested by Nicholas Olsen by Chris Lattner · 16 years ago
  37. a9c0f2b fix validator warning by Gabor Greif · 16 years ago
  38. dfed118 prettify, no semantic changes by Gabor Greif · 16 years ago
  39. e98fc27 Move some documentation from the header file into ProgrammersManual. About to improve. by Gabor Greif · 16 years ago
  40. da021aa Fix inst_iterator example. by Chris Lattner · 16 years ago
  41. 9f8ec25 simplify this. by Chris Lattner · 16 years ago
  42. 2e438ca add info on walking preds/succs of a block. by Chris Lattner · 17 years ago
  43. 10d64b9 Type::IntTy hasn't existed for a while. Just sub in Type::Int32Ty. by Nick Lewycky · 17 years ago
  44. c28476f document DenseSet. by Chris Lattner · 17 years ago
  45. 7086ce7 explain why not vector<bool> by Chris Lattner · 17 years ago
  46. 1939ace Add section on bit containers. by Daniel Berlin · 17 years ago
  47. 76c1b97 Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo by Chris Lattner · 17 years ago
  48. 04367bf first pass of nomenclature changes in .html files by Gabor Greif · 17 years ago
  49. c5dfcdb Modify deleting global variable with an even easier way. by Tanya Lattner · 17 years ago
  50. b011c66 Add blurb on deleting global variables. by Tanya Lattner · 17 years ago
  51. 8036ca4 Various hopefully correct easy fixes. by Duncan Sands · 17 years ago
  52. 9bb3dbb Stop using the foo HTML tag :) by Chris Lattner · 17 years ago
  53. 4474d87 Fix a typo. by Reid Spencer · 17 years ago
  54. 97b4ee3 Clarify the use of getValue/getSExtValue/getZExtValue and add the new by Reid Spencer · 17 years ago
  55. 263a98e update symtab section to reflect recent changes. by Chris Lattner · 17 years ago
  56. 485bad1 For PR1195: Packed -> Vector by Reid Spencer · 17 years ago
  57. 9d6565a For PR1195: by Reid Spencer · 17 years ago
  58. 6b6c73e Change a reference to gccas to a reference to opt. by Reid Spencer · 18 years ago
  59. 796f9fa update this. by Chris Lattner · 18 years ago
  60. e6a7a85 remove some obsolete SymbolTable methods. These docs need to be updated by Chris Lattner · 18 years ago
  61. 32d8476 add a note by Chris Lattner · 18 years ago
  62. edca3c5 describe SmallSetVector by Chris Lattner · 18 years ago
  63. e3683e1 null -> pointer, nul -> character :) by Chris Lattner · 18 years ago
  64. 128a7a7 Fix some spellos. by Reid Spencer · 18 years ago
  65. a4a264d fix grammar by Chris Lattner · 18 years ago
  66. 2b78d96 Serious cleanups. Make the TOC match the text for the class hierarchy, by Chris Lattner · 18 years ago
  67. f369252 Add TOC by Chris Lattner · 18 years ago
  68. c572243 describe map-like containers by Chris Lattner · 18 years ago
  69. 14868db improve grammar by Chris Lattner · 18 years ago
  70. 3b23a8c improve grammar by Chris Lattner · 18 years ago
  71. 4ddfac1 close run-away tag by Chris Lattner · 18 years ago
  72. 74c4ca1 fill in the section on Set-like containers. by Chris Lattner · 18 years ago
  73. aff26d1 fix validation issues by Chris Lattner · 18 years ago
  74. 302da1e fix validation problems by Chris Lattner · 18 years ago
  75. 098129a Add some notes about choice of container. by Chris Lattner · 18 years ago
  76. 8f79df3 Change to match API changes. by Chris Lattner · 18 years ago
  77. 303c4b4 Make a couple organizational changes. Type no longer derives from Value by Reid Spencer · 18 years ago
  78. 06565dc Update documentation for arbitrary precision integers: by Reid Spencer · 18 years ago
  79. 53bfebc Update for changes in the IR. The ConstantIntegral, ConstantBool, and by Reid Spencer · 18 years ago
  80. a636224 Update the documentation for SymbolTable class. by Reid Spencer · 18 years ago
  81. 0081517 Fix broken links, reported by Baptiste Lepilleur by Chris Lattner · 18 years ago
  82. 0f9a413 fix a typo by Chris Lattner · 18 years ago
  83. 89e211e Remove documentation for isSigned and isUnsigned methods of Type class. by Reid Spencer · 18 years ago
  84. 0be6fdf update to reflect changes in statistic class. by Chris Lattner · 18 years ago
  85. c92d25d Make changes for removal of SETCC instruction to unify with LangRef.html. by Reid Spencer · 18 years ago
  86. 832171c Removing even more <iostream> includes. by Bill Wendling · 18 years ago
  87. b83eb64 For PR950: by Reid Spencer · 18 years ago
  88. 82e2eea Clean-up of formatting and spelling. by Bill Wendling · 18 years ago
  89. 3cd5ca6 Put code example inside of "doc_code" divisions. by Bill Wendling · 18 years ago
  90. 543a0ee Update documentaion of node annotation (coloring) in viewGraph. by Jim Laskey · 18 years ago
  91. be5e85e Correct the Superclasses list for GlobalVariable and Function to indicate by Reid Spencer · 18 years ago
  92. 05fe4b0 Changes docs for llvm.cs.uiuc.edu -> llvm.org by Reid Spencer · 18 years ago
  93. ac5bb69 Use std:: where appropriate by Chris Lattner · 19 years ago
  94. 2c122ce * Replace ampersands in section titles with more formal ``and'' by Misha Brukman · 19 years ago
  95. f623a08 Add notes about MF.viewCFG() and friends. by Chris Lattner · 19 years ago
  96. c74fd7a Remove vim modeline; this should go into ~/.vimrc by Misha Brukman · 19 years ago
  97. c915108 no parens by Chris Lattner · 19 years ago
  98. 695b78b update some paths by Chris Lattner · 19 years ago
  99. 0f876db Add feedback from Vikram by Chris Lattner · 19 years ago
  100. f1b200b add a bunch of documentation about the LLVM type resolution machinery by Chris Lattner · 19 years ago