| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix typo in programmer's manual cantFile -> cantFail | Nathan Lanza | 2019-07-18 | 1 | -1/+1 |
| * | Remove some autoconf references from docs and comments | Sven van Haastregt | 2019-07-03 | 1 | -2/+2 |
| * | [Docs] Modernize references to macOS | J. Ryan Stinnett | 2019-05-30 | 1 | -2/+2 |
| * | [llvm] Add isa_and_nonnull | Don Hinton | 2019-04-05 | 1 | -0/+6 |
| * | Fix typo in docs | Dmitri Gribenko | 2019-02-16 | 1 | -1/+1 |
| * | [ADT] Add a fallible_iterator wrapper. | Lang Hames | 2019-02-05 | 1 | -11/+69 |
| * | [doc]Update String Error documentation in Programmer Manual | James Henderson | 2019-02-01 | 1 | -4/+14 |
| * | [opaque pointer types] Add a FunctionCallee wrapper type, and use it. | James Y Knight | 2019-02-01 | 1 | -5/+11 |
| * | Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it." | James Y Knight | 2019-01-31 | 1 | -11/+5 |
| * | [opaque pointer types] Add a FunctionCallee wrapper type, and use it. | James Y Knight | 2019-01-31 | 1 | -5/+11 |
| * | Replace llvm::isPodLike<...> by llvm::is_trivially_copyable<...> | Serge Guelton | 2019-01-20 | 1 | -1/+1 |
| * | Remove TypeBuilder.h, and fix the few locations using it. | James Y Knight | 2019-01-13 | 1 | -31/+0 |
| * | [TI removal] Remove discussion of `TerminatorInst` from the LLVM | Chandler Carruth | 2018-10-18 | 1 | -9/+2 |
| * | [doc] Update the programmer's manual about SmallSet's iterator | Kristof Umann | 2018-10-04 | 1 | -8/+6 |
| * | ADT: Document advantages of SmallVector<T,0> over std::vector | Duncan P. N. Exon Smith | 2018-07-26 | 1 | -7/+20 |
| * | [NFC] fix trivial typos in documents | Hiroshi Inoue | 2018-06-15 | 1 | -1/+1 |
| * | [docs] Clarify usage of "vector" in Programmer's Manual. | Eli Friedman | 2018-05-22 | 1 | -1/+1 |
| * | Docs: Fix the title underline too short. | Nicola Zaghen | 2018-05-14 | 1 | -1/+1 |
| * | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -9/+9 |
| * | [NFC] fix trivial typos in documents and comments | Hiroshi Inoue | 2018-04-12 | 1 | -1/+1 |
| * | [docs] Use dbgs() instead of errs() for DEBUG() | Jonas Devlieghere | 2017-12-25 | 1 | -5/+5 |
| * | [docs] Code example fix | Jan Korous | 2017-10-24 | 1 | -1/+1 |
| * | Refine report_fatal_error guidance after post-commit review | Alex Bradbury | 2017-08-18 | 1 | -5/+6 |
| * | Give guidance on report_fatal_error in CodingStandards.rst and ProgrammersMan... | Alex Bradbury | 2017-08-18 | 1 | -0/+8 |
| * | [DebugCounter] Move the semicolon out of the DEBUG_COUNTER macro and require ... | Craig Topper | 2017-08-10 | 1 | -1/+1 |
| * | [Docs] Remove a stray period from a code example in the Programmer's Manual. | Craig Topper | 2017-08-09 | 1 | -1/+1 |
| * | [docs] Fix a typo: iteratation -> iteration | Stephen Hines | 2017-07-25 | 1 | -1/+1 |
| * | [docs] Simplify some language for Error/cantFail in the programmer's manual. | Lang Hames | 2017-04-30 | 1 | -10/+9 |
| * | Reverts commit r301424, r301425 and r301426 | Sanjoy Das | 2017-04-26 | 1 | -3/+3 |
| * | Rename WeakVH to WeakTrackingVH; NFC | Sanjoy Das | 2017-04-26 | 1 | -3/+3 |
| * | Update stale doxygen links in ProgrammersManual.rst | Tim Northover | 2017-04-03 | 1 | -17/+17 |
| * | Fix some indenting and line-wrapping issues identified in ProgrammersManual. ... | Daniel Berlin | 2017-03-13 | 1 | -26/+28 |
| * | Add documentation on debug counters to Programmers Manual. | Daniel Berlin | 2017-03-12 | 1 | -0/+63 |
| * | Revert commit r296967, no typo | Sylvestre Ledru | 2017-03-05 | 1 | -1/+1 |
| * | Fix a typo. Thanks to huangml. Reported here: https://github.com/llvm-mirror/... | Sylvestre Ledru | 2017-03-04 | 1 | -1/+1 |
| * | [docs] Fix a think-o in the Programmer's Manual. | Lang Hames | 2017-02-28 | 1 | -1/+1 |
| * | [Support][Error] Add a 'cantFail' utility function for known-safe calls to | Lang Hames | 2017-02-27 | 1 | -4/+47 |
| * | [Doc] Modernize programmers manual | Piotr Padlewski | 2017-02-25 | 1 | -28/+21 |
| * | Update Bugzilla URLs in docs | Ismail Donmez | 2017-02-17 | 1 | -1/+1 |
| * | fix some typos in the doc | Sylvestre Ledru | 2017-01-14 | 1 | -1/+1 |
| * | Fix missing '>' in docs (hopefully fixes bot error... ) | David Blaikie | 2016-12-20 | 1 | -1/+1 |
| * | Add some brief documentation about GDB pretty printers | David Blaikie | 2016-12-20 | 1 | -0/+16 |
| * | Simplify format member detection in FormatVariadic | Pavel Labath | 2016-12-15 | 1 | -9/+7 |
| * | IR: Move NumElements field from {Array,Vector}Type to SequentialType. | Peter Collingbourne | 2016-12-02 | 1 | -3/+3 |
| * | IR: Change PointerType to derive from Type rather than SequentialType. | Peter Collingbourne | 2016-12-02 | 1 | -2/+2 |
| * | [Support] Introduce llvm::formatv() function. | Zachary Turner | 2016-11-11 | 1 | -0/+130 |
| * | NFC ProgrammersManual fix | Piotr Padlewski | 2016-11-11 | 1 | -1/+1 |
| * | [docs] Add a pointer to ExitOnError to the discussion of handleErrors in the | Lang Hames | 2016-11-07 | 1 | -2/+9 |
| * | [docs] remove more non-ascii stuff in the hopes to fix the bot | Kostya Serebryany | 2016-11-01 | 1 | -10/+10 |
| * | docs: trying to fix the docs bot by removing non-ASCII characters. The docs b... | Kostya Serebryany | 2016-10-31 | 1 | -2/+2 |