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