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