1. d475c10 VectorType is also a SequentialType by Tobias Grosser · 14 years ago
  2. 1afcace Land the long talked about "type system rewrite" patch. This by Chris Lattner · 14 years ago
  3. 81df089 Document ADT/PackedVector.h in "Programmer's Manual" doc. by Argyrios Kyrtzidis · 14 years ago
  4. 83f9467 mention graph vis isn't available in Release builds. by Chris Lattner · 14 years ago
  5. f5af6ad docs: Introduce cascading style <div> and <p> continued on <h[2-5]>. by NAKAMURA Takumi · 14 years ago
  6. 05d0265 docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">. by NAKAMURA Takumi · 14 years ago
  7. 06c6d9a docs: Redefine Heading elements as below; by NAKAMURA Takumi · 14 years ago
  8. b9a3363 docs: Canonicalize URLs. by NAKAMURA Takumi · 14 years ago
  9. 8ae4261 mention llvm::ArrayRef, which should be use much more pervasively than by Chris Lattner · 14 years ago
  10. 4359e5e Document llvm/ADT/IntEqClasses.h in ProgrammersManual.html by Jakob Stoklund Olesen · 14 years ago
  11. 49e0ccf fix description, PR9542 by Chris Lattner · 14 years ago
  12. ccd279d Fix thinko, basic blocks are SESE. The exits may have many edges though. by Nick Lewycky · 14 years ago
  13. aca0da6 Add IntervalMap to the Programmer's Manual. by Jakob Stoklund Olesen · 15 years ago
  14. ea1fe2c Fix dead link. by Nick Lewycky · 15 years ago
  15. b049510 Remove a link which is no longer relevant. by Dan Gohman · 15 years ago
  16. 2a80aca Fix word choice. by Nick Lewycky · 15 years ago
  17. 38e5989 Don't pass StringRef by reference. by Benjamin Kramer · 15 years ago
  18. e2c3a49 Revert r103213. It broke several sections of live website. by mike-m · 15 years ago[Renamed from docs/main/ProgrammersManual.html]
  19. 68cb319 Overhauled llvm/clang docs builds. Closes PR6613. by mike-m · 15 years ago[Renamed from docs/ProgrammersManual.html]
  20. 4bb31bf Fix a grammaro. by Dan Gohman · 15 years ago
  21. bbbf9a2 fix iterator name by Gabor Greif · 15 years ago
  22. 0d91c11 Minor grammar and html fixes. by Dan Gohman · 15 years ago
  23. ce9431953 some more tweaks by Gabor Greif · 15 years ago
  24. 525bf8e Tell "the rest of the story" about LLVM's iterators' implicit conversions. by Dan Gohman · 15 years ago
  25. 394fdfb fix formatting and a validation fail by Gabor Greif · 15 years ago
  26. 4de7368 add a blurb on const versions of chain traversals and a word of caution by Gabor Greif · 15 years ago
  27. 6091ff3 http://englishplus.com/grammar/00000296.htm by Gabor Greif · 15 years ago
  28. cf0c9bc Fix a few more typos. by Dan Gohman · 15 years ago
  29. b0bc6c3 Uniformize the names of type predicates: rather than having isFloatTy and by Duncan Sands · 15 years ago
  30. 01eba39 Belatedly document r85295 and r85330. by Jeffrey Yasskin · 16 years ago
  31. 5f7775c Add an entry on SmallBitVector. by Dan Gohman · 16 years ago
  32. 71a5c22 Try r84890 again (adding ValueMap<>), now that I've tested the compile on by Jeffrey Yasskin · 16 years ago
  33. a84c9db Revert r84890, which broke the linux build. by Jeffrey Yasskin · 16 years ago
  34. e0a2340 Add a ValueMap<ValueOrSubclass*, T> type. ValueMap<Value*, T> is safe to use by Jeffrey Yasskin · 16 years ago
  35. 8040cd3 Documentation: Perform automated correction of common typos. by Benjamin Kramer · 16 years ago
  36. 8746929 Fix typo, patch from Timo Juhani Lindfors. by Torok Edwin · 16 years ago
  37. 3fee6ed llvm::cerr is gone. by Chris Lattner · 16 years ago
  38. 38eee3c fix this back, thanks Eli by Chris Lattner · 16 years ago
  39. f636b96 minor grammar tweak by Chris Lattner · 16 years ago
  40. e0c951a Add a first stab at describing LLVMContext. by Owen Anderson · 16 years ago
  41. c3c9239 Add DEBUG_WITH_TYPE as a clean alternative to tweaking DEBUG_TYPE. by Daniel Dunbar · 16 years ago
  42. e15192b Documentation: fix HTML validation errors. by Benjamin Kramer · 16 years ago
  43. dced9fb eventually we should describe string options in the data structures section by Chris Lattner · 16 years ago
  44. 81187ae minor tweaks. by Chris Lattner · 16 years ago
  45. 6e0d1cb Initial update to VMCore to use Twines for string arguments. by Daniel Dunbar · 16 years ago
  46. 06388ae Rewrite examples to use DEBUG instead of DOUT. by Daniel Dunbar · 16 years ago
  47. 24e0411 Fix link to BasicBlock doxygen documentation in Programmer's Manual by Stefanus Du Toit · 16 years ago
  48. 1ad70e3 Update the threading section to reflect current plans/implementation. by Owen Anderson · 16 years ago
  49. 5e8c50e Fix validation errors. by Owen Anderson · 16 years ago
  50. 8bc1b3b Add initial stab at documenting the use of LLVM with threaded clients. by Owen Anderson · 16 years ago
  51. 1af789f HTML-escape '>' as '&gt;' in sample C++ code. by Misha Brukman · 16 years ago
  52. 714257f Add a mention of TypeBuilder to the programmer's manual, and clean up the class by Jeffrey Yasskin · 16 years ago
  53. 6a65f42 add some text to explain sentinels by Gabor Greif · 16 years ago
  54. 0cbcabe minor tweaks by Gabor Greif · 16 years ago
  55. f1a3082 don't allow hash_map or hash_set. by Chris Lattner · 16 years ago
  56. 667d4b8 Introduce new linkage types linkonce_odr, weak_odr, common_odr by Duncan Sands · 16 years ago
  57. 0186250 document ilist_traits by Gabor Greif · 16 years ago
  58. 2946d1c Expand a bit on iplist. If you are more expert on this class, please review! by Gabor Greif · 16 years ago
  59. 3899e49 update ilist documentation and add some blurb on ilist_node by Gabor Greif · 16 years ago
  60. fd095b6 Get rid of the tagging functions and use PointerIntPair. by Gabor Greif · 17 years ago
  61. 4440870 Global replace of yellow W3C "valid HTML/CSS" icons with blue ones. by Misha Brukman · 17 years ago
  62. 62810e3 This method got renamed, thanks to Mattias Holm for pointing this out. by Chris Lattner · 17 years ago
  63. 203e71d Fix syntax of iterate_complex example. Noticed by Martin! by Eric Christopher · 17 years ago
  64. 58c2ac0 Change PointerType::get -> getUnqual by Daniel Dunbar · 17 years ago
  65. b6d1f39 Fix documentation for these functions; they do not only modify users within the by Nick Lewycky · 17 years ago
  66. d41720a Use present tense when talking about User layout. It is implemented now. by Gabor Greif · 17 years ago
  67. 28e6ff5 Fix typo, fix suggested by Nicholas Olsen by Chris Lattner · 17 years ago
  68. a9c0f2b fix validator warning by Gabor Greif · 17 years ago
  69. dfed118 prettify, no semantic changes by Gabor Greif · 17 years ago
  70. e98fc27 Move some documentation from the header file into ProgrammersManual. About to improve. by Gabor Greif · 17 years ago
  71. da021aa Fix inst_iterator example. by Chris Lattner · 17 years ago
  72. 9f8ec25 simplify this. by Chris Lattner · 17 years ago
  73. 2e438ca add info on walking preds/succs of a block. by Chris Lattner · 18 years ago
  74. 10d64b9 Type::IntTy hasn't existed for a while. Just sub in Type::Int32Ty. by Nick Lewycky · 18 years ago
  75. c28476f document DenseSet. by Chris Lattner · 18 years ago
  76. 7086ce7 explain why not vector<bool> by Chris Lattner · 18 years ago
  77. 1939ace Add section on bit containers. by Daniel Berlin · 18 years ago
  78. 76c1b97 Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo by Chris Lattner · 18 years ago
  79. 04367bf first pass of nomenclature changes in .html files by Gabor Greif · 18 years ago
  80. c5dfcdb Modify deleting global variable with an even easier way. by Tanya Lattner · 18 years ago
  81. b011c66 Add blurb on deleting global variables. by Tanya Lattner · 18 years ago
  82. 8036ca4 Various hopefully correct easy fixes. by Duncan Sands · 18 years ago
  83. 9bb3dbb Stop using the foo HTML tag :) by Chris Lattner · 18 years ago
  84. 4474d87 Fix a typo. by Reid Spencer · 18 years ago
  85. 97b4ee3 Clarify the use of getValue/getSExtValue/getZExtValue and add the new by Reid Spencer · 18 years ago
  86. 263a98e update symtab section to reflect recent changes. by Chris Lattner · 18 years ago
  87. 485bad1 For PR1195: Packed -> Vector by Reid Spencer · 18 years ago
  88. 9d6565a For PR1195: by Reid Spencer · 18 years ago
  89. 6b6c73e Change a reference to gccas to a reference to opt. by Reid Spencer · 18 years ago
  90. 796f9fa update this. by Chris Lattner · 19 years ago
  91. e6a7a85 remove some obsolete SymbolTable methods. These docs need to be updated by Chris Lattner · 19 years ago
  92. 32d8476 add a note by Chris Lattner · 19 years ago
  93. edca3c5 describe SmallSetVector by Chris Lattner · 19 years ago
  94. e3683e1 null -> pointer, nul -> character :) by Chris Lattner · 19 years ago
  95. 128a7a7 Fix some spellos. by Reid Spencer · 19 years ago
  96. a4a264d fix grammar by Chris Lattner · 19 years ago
  97. 2b78d96 Serious cleanups. Make the TOC match the text for the class hierarchy, by Chris Lattner · 19 years ago
  98. f369252 Add TOC by Chris Lattner · 19 years ago
  99. c572243 describe map-like containers by Chris Lattner · 19 years ago
  100. 14868db improve grammar by Chris Lattner · 19 years ago