1. 7d832f3 [TI removal] Remove discussion of `TerminatorInst` from the LLVM documentation. by Chandler Carruth · 7 years ago
  2. 969892f [doc] Update the programmer's manual about SmallSet's iterator by Kristof Umann · 7 years ago
  3. 0f81fae ADT: Document advantages of SmallVector<T,0> over std::vector by Duncan P. N. Exon Smith · 7 years ago
  4. c36a1f1 [NFC] fix trivial typos in documents by Hiroshi Inoue · 7 years ago
  5. 35756e8 [docs] Clarify usage of "vector" in Programmer's Manual. by Eli Friedman · 7 years ago
  6. ded3dae Docs: Fix the title underline too short. by Nicola Zaghen · 7 years ago
  7. d34e60c Rename DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 7 years ago
  8. bcadfee [NFC] fix trivial typos in documents and comments by Hiroshi Inoue · 7 years ago
  9. ed8d2bc [docs] Use dbgs() instead of errs() for DEBUG() by Jonas Devlieghere · 8 years ago
  10. 79b82f7 [docs] Code example fix by Jan Korous · 8 years ago
  11. f698a29 Refine report_fatal_error guidance after post-commit review by Alex Bradbury · 8 years ago
  12. 7182440 Give guidance on report_fatal_error in CodingStandards.rst and ProgrammersManual.rst by Alex Bradbury · 8 years ago
  13. 9cd976d [DebugCounter] Move the semicolon out of the DEBUG_COUNTER macro and require it to be placed at the end of each use. by Craig Topper · 8 years ago
  14. f983a41 [Docs] Remove a stray period from a code example in the Programmer's Manual. by Craig Topper · 8 years ago
  15. 24e8c43 [docs] Fix a typo: iteratation -> iteration by Stephen Hines · 8 years ago
  16. ad22f42 [docs] Simplify some language for Error/cantFail in the programmer's manual. by Lang Hames · 8 years ago
  17. 2cbeb00 Reverts commit r301424, r301425 and r301426 by Sanjoy Das · 8 years ago
  18. 01de557 Rename WeakVH to WeakTrackingVH; NFC by Sanjoy Das · 8 years ago
  19. 4e3cc79 Update stale doxygen links in ProgrammersManual.rst by Tim Northover · 8 years ago
  20. 35f96ec Fix some indenting and line-wrapping issues identified in ProgrammersManual. Make description of debugCounters a little clearer by Daniel Berlin · 9 years ago
  21. f2a6aa9 Add documentation on debug counters to Programmers Manual. by Daniel Berlin · 9 years ago
  22. 4bc8292 Revert commit r296967, no typo by Sylvestre Ledru · 9 years ago
  23. 456c79e Fix a typo. Thanks to huangml. Reported here: https://github.com/llvm-mirror/llvm/pull/6 by Sylvestre Ledru · 9 years ago
  24. 6b0b2b5 [docs] Fix a think-o in the Programmer's Manual. by Lang Hames · 9 years ago
  25. fd4de91 [Support][Error] Add a 'cantFail' utility function for known-safe calls to by Lang Hames · 9 years ago
  26. 4810772 [Doc] Modernize programmers manual by Piotr Padlewski · 9 years ago
  27. c7ff814 Update Bugzilla URLs in docs by Ismail Donmez · 9 years ago
  28. e6ec441 fix some typos in the doc by Sylvestre Ledru · 9 years ago
  29. d21e08e Fix missing '>' in docs (hopefully fixes bot error... ) by David Blaikie · 9 years ago
  30. 063b272 Add some brief documentation about GDB pretty printers by David Blaikie · 9 years ago
  31. 08c2e86 Simplify format member detection in FormatVariadic by Pavel Labath · 9 years ago
  32. bc07052 IR: Move NumElements field from {Array,Vector}Type to SequentialType. by Peter Collingbourne · 9 years ago
  33. 4568158 IR: Change PointerType to derive from Type rather than SequentialType. by Peter Collingbourne · 9 years ago
  34. 11db264 [Support] Introduce llvm::formatv() function. by Zachary Turner · 9 years ago
  35. db8d7c8 NFC ProgrammersManual fix by Piotr Padlewski · 9 years ago
  36. 19a2308 [docs] Add a pointer to ExitOnError to the discussion of handleErrors in the by Lang Hames · 9 years ago
  37. b848eaf [docs] remove more non-ascii stuff in the hopes to fix the bot by Kostya Serebryany · 9 years ago
  38. a1f87e5 docs: trying to fix the docs bot by removing non-ASCII characters. The docs build fine on my machine, bot fail on the bot (http://lab.llvm.org:8011/builders/llvm-sphinx-docs/builds/25/steps/docs-llvm-html/logs/stdio) by Kostya Serebryany · 9 years ago
  39. af67fd1 [libFuzzer] remove large examples from the libFuzzer docs and link to the libFuzzer tutorial instead; also fix a build error in another file by Kostya Serebryany · 9 years ago
  40. 8009f61 [docs] Avoid repetition of 'considerable' in Error docs. by Lang Hames · 9 years ago
  41. 497fd94 [docs] Use consistent style for "do more stuff" in Error docs examples. by Lang Hames · 9 years ago
  42. ca20d9e [docs] Fix yet another Error docs formatting issue... by Lang Hames · 9 years ago
  43. 4f8a960 [docs] Fix a few more Error docs formatting issues. by Lang Hames · 9 years ago
  44. 7a9ca3337 [docs] Fix a missing code-block in the new Error docs. by Lang Hames · 9 years ago
  45. 6b19ce6 [docs] Fix a couple of typos in the new Error docs. by Lang Hames · 9 years ago
  46. 03a88cc [docs] Add more Error documentation to the Programmer's Manual. by Lang Hames · 9 years ago
  47. 7454145 Fixed a typo (LLVM/Support/CFG.h -> LLVM/IR/CFG.h) by Andrey Bokhanko · 9 years ago
  48. c5d41d4 [Docs] Fix another typo in the Error/Expected docs. by Lang Hames · 9 years ago
  49. 42f5dd8 [Docs] Fix a couple of typos in the Error/Expected docs. by Lang Hames · 9 years ago
  50. d8b9735 fix incorrect xref in sphinx doc by Etienne Bergeron · 9 years ago
  51. 96faef2 [docs] Fix up a broken link. by Sean Silva · 9 years ago
  52. 03b42e4 Remove every uses of getGlobalContext() in LLVM (but the C API) by Mehdi Amini · 9 years ago
  53. a15b76b Try to fix ODR violation of ErrorInfo::ID by Reid Kleckner · 10 years ago
  54. 1684d7c [docs] Clarify Error example in Programmer's Manual. by Lang Hames · 10 years ago
  55. 91269bf docs: Fix a missing language in a code-block by Justin Bogner · 10 years ago
  56. a34bdfa [docs] Fix typo in ProgrammersManual.rst by Vedant Kumar · 10 years ago
  57. a0f517f [Docs] Clarify boolean conversion for Error and Expected<T> in the Programmer's by Lang Hames · 10 years ago
  58. f7f6d3e [Support] Add the 'Error' class for structured error handling. by Lang Hames · 10 years ago
  59. 84666a1 Fix some typos in the llvm doc by Sylvestre Ledru · 10 years ago
  60. f617e67 The --debug-only option now takes a comma separated list of debug types. by Christof Douma · 10 years ago
  61. c2e54af docs: Stop using DEBUG() without DEBUG_TYPE in the ProgrammersManual by Justin Bogner · 10 years ago
  62. 9f154f6 Reverting r243386 because it has serious post-commit concerns that have not been addressed. Also reverts r243389, which relied on this commit. by Aaron Ballman · 10 years ago
  63. 36b7f1d Adding ADT SortedVector; client patch will follow. by Puyan Lotfi · 10 years ago
  64. 28e28e8 Fix PR24099 reported by Tomas Brukner. by Yaron Keren · 10 years ago
  65. 6264115 Fix documentation for Set-Like Containers by Artyom Skrobov · 10 years ago
  66. 2ac115e Editorial changes in the programmers manual. by Charlie Turner · 10 years ago
  67. 8ed40ce Correct 'teh' and other typos / repeated words. by Ed Maste · 10 years ago
  68. 8ce6499 [ADT][CMake][AutoConf] Fail-fast iterators for DenseMap by Sanjoy Das · 11 years ago
  69. 3aecd18 [docs] Fix copy-and-paste bug in def-use example by Adam Nemet · 11 years ago
  70. 08f36fd docs: Mention that assertions must be enabled to use the -stats flag by Justin Bogner · 11 years ago
  71. 52c7dcd [docs] Use slightly more proper .rst markup by Sean Silva · 11 years ago
  72. 064dc33 Introduce a section to the programmers manual about type hierarchies, by Chandler Carruth · 11 years ago
  73. 8888d5b ProgrammersManual.rst: fix a typo by Hans Wennborg · 11 years ago
  74. 1623b46 Update my previous commit to fit 80 cols... by Sylvestre Ledru · 11 years ago
  75. b5984fa Details that -debug-only is not available when LLVM is built with --enable-optimized by Sylvestre Ledru · 11 years ago
  76. 039781e Fix typos in comments, NFC by Robin Morisset · 11 years ago
  77. 9a01309 ProgrammersManual: the flag is called -debug-only by Hans Wennborg · 11 years ago
  78. 6c99015 Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ranges." by Duncan P. N. Exon Smith · 11 years ago
  79. d11beff [C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ranges. by Manuel Jacob · 11 years ago
  80. 5c2245b Remove rules against std::function from the programmer's manual by Reid Kleckner · 11 years ago
  81. f51601c ADT: Add MapVector::remove_if by Duncan P. N. Exon Smith · 11 years ago
  82. db88e31 ADT: Fix MapVector::erase() by Duncan P. N. Exon Smith · 11 years ago
  83. 39cd216 Re-apply r211287: Remove support for LLVM runtime multi-threading. by Chandler Carruth · 11 years ago
  84. 104e5f6 Revert r211287, "Remove support for LLVM runtime multi-threading." by NAKAMURA Takumi · 11 years ago
  85. 9c9710e Remove support for LLVM runtime multi-threading. by Zachary Turner · 11 years ago
  86. 6ad2444 Kill the LLVM global lock. by Zachary Turner · 11 years ago
  87. ccbf3d0 Revert r211066, 211067, 211068, 211069, 211070. by Zachary Turner · 11 years ago
  88. 0ab833c Programmer's Manual changes. by Zachary Turner · 11 years ago
  89. 599cec6 Fix a typo made in Programmer's Manual made in r210354. Spotted by Dan Liew · 11 years ago
  90. c6ab58f Mention the IRBuilder in Programmer's Manual with a few small examples. by Dan Liew · 11 years ago
  91. 6c0ddfe Fix markup for -debug-only option by Alexey Samsonov · 11 years ago
  92. 125be84 GraphWriter: detect graph viewer programs at runtime by Alp Toker · 11 years ago
  93. ddb2fde Update programmers manual to cover llvm::function_ref, and add a note to the by Richard Smith · 11 years ago
  94. 788a49b Revert accidentally-committed files. by Richard Smith · 11 years ago
  95. c167d65 Re-commit r208025, reverted in r208030, with a fix for a conformance issue by Richard Smith · 11 years ago
  96. 81bb415 Updated Doxygen link for InstIterator.h. by Yaron Keren · 11 years ago
  97. d9c0bed InstIterator.h lives in llvm/IR. by Yaron Keren · 11 years ago
  98. 7229bbf Code style fix from Duncan P. N. Exon Smith. by Yaron Keren · 11 years ago
  99. adcf88e Update post-r203364 http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20140303/207915.html by Yaron Keren · 11 years ago
  100. ad15692 "Mac OS/X" -> "Mac OS X" spelling fixes for llvm. by Nico Weber · 12 years ago