[NFC] Trim trailing whitespace in *.rst
[platform/upstream/llvm.git] / llvm / docs / ProgrammersManual.rst
2021-11-15 Shao-Ce SUN[NFC] Trim trailing whitespace in *.rst
2021-10-22 Duncan P. N. Exon... Support: Add Expected<T>::moveInto() to avoid extra...
2021-02-27 Kazu Hirata[llvm] Fix typos in documentation (NFC)
2020-12-04 Sean Silva[SmallVector] Allow SmallVector<T>
2020-12-03 Fangrui SongSwitch from llvm::is_trivially_copyable to std::is_triv...
2020-12-02 Reid KlecknerRevert "Use std::is_trivially_copyable", breaks MSVC...
2020-12-02 Fangrui SongUse std::is_trivially_copyable
2020-10-06 Duncan P. N. Exon... docs: Emphasize ArrayRef over SmallVectorImpl
2020-04-24 James Y Knight[CallSite removal] Remove the text describing CallSite...
2020-04-23 Kazuaki Ishizaki[llvm] NFC: Fix trivial typo in rst and td files
2020-04-17 Tyker[NFC] Remove waymarking because it improves performances
2020-04-09 David Truby[flang] Merge flang-compiler/f18
2020-03-22 Sylvestre LedruDoc: Links should use https
2020-03-06 Shivam GuptaCorrect the Bjarne Stroustrup's C++ Page link
2020-02-27 Vedant Kumar[ADT] Add CoalescingBitVector, implemented using Interv...
2020-02-13 Yuanfang ChenRevert "Revert "Reland "[Support] make report_fatal_err...
2020-02-13 Yuanfang ChenRevert "Revert "Revert "Reland "[Support] make report_f...
2020-02-13 Yuanfang ChenRevert "Revert "Reland "[Support] make report_fatal_err...
2020-02-12 Yuanfang ChenRevert "Reland "[Support] make report_fatal_error ...
2020-02-12 Yuanfang ChenReland "[Support] make report_fatal_error `abort` inste...
2020-02-06 Miloš Stojanović[NFC] Fix error handling documentation
2020-01-22 Kazuaki Ishizaki[llvm] NFC: fix trivial typos in documents
2020-01-16 Yuanfang ChenRevert "[Support] make report_fatal_error `abort` inste...
2020-01-16 Yuanfang Chen[Support] make report_fatal_error `abort` instead of...
2019-12-24 Mehdi AminiImport MLIR into the LLVM tree
2019-07-18 Nathan LanzaFix typo in programmer's manual cantFile -> cantFail
2019-07-03 Sven van HaastregtRemove some autoconf references from docs and comments
2019-05-30 J. Ryan Stinnett[Docs] Modernize references to macOS
2019-04-05 Don Hinton[llvm] Add isa_and_nonnull
2019-02-16 Dmitri GribenkoFix typo in docs
2019-02-05 Lang Hames[ADT] Add a fallible_iterator wrapper.
2019-02-01 James Henderson[doc]Update String Error documentation in Programmer...
2019-02-01 James Y Knight[opaque pointer types] Add a FunctionCallee wrapper...
2019-01-31 James Y KnightRevert "[opaque pointer types] Add a FunctionCallee...
2019-01-31 James Y Knight[opaque pointer types] Add a FunctionCallee wrapper...
2019-01-20 Serge GueltonReplace llvm::isPodLike<...> by llvm::is_trivially_cop...
2019-01-13 James Y KnightRemove TypeBuilder.h, and fix the few locations using it.
2018-10-18 Chandler Carruth[TI removal] Remove discussion of `TerminatorInst`...
2018-10-04 Kristof Umann[doc] Update the programmer's manual about SmallSet...
2018-07-26 Duncan P. N. Exon... ADT: Document advantages of SmallVector<T,0> over std...
2018-06-15 Hiroshi Inoue[NFC] fix trivial typos in documents
2018-05-22 Eli Friedman[docs] Clarify usage of "vector" in Programmer's Manual.
2018-05-14 Nicola ZaghenDocs: Fix the title underline too short.
2018-05-14 Nicola ZaghenRename DEBUG macro to LLVM_DEBUG.
2018-04-12 Hiroshi Inoue[NFC] fix trivial typos in documents and comments
2017-12-25 Jonas Devlieghere[docs] Use dbgs() instead of errs() for DEBUG()
2017-10-24 Jan Korous[docs] Code example fix
2017-08-18 Alex BradburyRefine report_fatal_error guidance after post-commit...
2017-08-18 Alex BradburyGive guidance on report_fatal_error in CodingStandards...
2017-08-10 Craig Topper[DebugCounter] Move the semicolon out of the DEBUG_COUN...
2017-08-09 Craig Topper[Docs] Remove a stray period from a code example in...
2017-07-25 Stephen Hines[docs] Fix a typo: iteratation -> iteration
2017-04-30 Lang Hames[docs] Simplify some language for Error/cantFail in...
2017-04-26 Sanjoy DasReverts commit r301424, r301425 and r301426
2017-04-26 Sanjoy DasRename WeakVH to WeakTrackingVH; NFC
2017-04-03 Tim NorthoverUpdate stale doxygen links in ProgrammersManual.rst
2017-03-13 Daniel BerlinFix some indenting and line-wrapping issues identified...
2017-03-12 Daniel BerlinAdd documentation on debug counters to Programmers...
2017-03-05 Sylvestre LedruRevert commit r296967, no typo
2017-03-04 Sylvestre LedruFix a typo. Thanks to huangml. Reported here: https...
2017-02-28 Lang Hames[docs] Fix a think-o in the Programmer's Manual.
2017-02-27 Lang Hames[Support][Error] Add a 'cantFail' utility function...
2017-02-25 Piotr Padlewski[Doc] Modernize programmers manual
2017-02-17 Ismail DonmezUpdate Bugzilla URLs in docs
2017-01-14 Sylvestre Ledrufix some typos in the doc
2016-12-20 David BlaikieFix missing '>' in docs (hopefully fixes bot error...
2016-12-20 David BlaikieAdd some brief documentation about GDB pretty printers
2016-12-15 Pavel LabathSimplify format member detection in FormatVariadic
2016-12-02 Peter CollingbourneIR: Move NumElements field from {Array,Vector}Type...
2016-12-02 Peter CollingbourneIR: Change PointerType to derive from Type rather than...
2016-11-11 Zachary Turner[Support] Introduce llvm::formatv() function.
2016-11-11 Piotr PadlewskiNFC ProgrammersManual fix
2016-11-07 Lang Hames[docs] Add a pointer to ExitOnError to the discussion...
2016-11-01 Kostya Serebryany[docs] remove more non-ascii stuff in the hopes to...
2016-10-31 Kostya Serebryanydocs: trying to fix the docs bot by removing non-ASCII...
2016-10-27 Kostya Serebryany[libFuzzer] remove large examples from the libFuzzer...
2016-10-25 Lang Hames[docs] Avoid repetition of 'considerable' in Error...
2016-10-25 Lang Hames[docs] Use consistent style for "do more stuff" in...
2016-10-25 Lang Hames[docs] Fix yet another Error docs formatting issue...
2016-10-25 Lang Hames[docs] Fix a few more Error docs formatting issues.
2016-10-25 Lang Hames[docs] Fix a missing code-block in the new Error docs.
2016-10-25 Lang Hames[docs] Fix a couple of typos in the new Error docs.
2016-10-25 Lang Hames[docs] Add more Error documentation to the Programmer...
2016-09-02 Andrey BokhankoFixed a typo (LLVM/Support/CFG.h -> LLVM/IR/CFG.h)
2016-09-02 Lang Hames[Docs] Fix another typo in the Error/Expected docs.
2016-09-02 Lang Hames[Docs] Fix a couple of typos in the Error/Expected...
2016-07-13 Etienne Bergeronfix incorrect xref in sphinx doc
2016-07-09 Sean Silva[docs] Fix up a broken link.
2016-04-14 Mehdi AminiRemove every uses of getGlobalContext() in LLVM (but...
2016-03-24 Reid KlecknerTry to fix ODR violation of ErrorInfo::ID
2016-03-24 Lang Hames[docs] Clarify Error example in Programmer's Manual.
2016-03-23 Justin Bognerdocs: Fix a missing language in a code-block
2016-03-23 Vedant Kumar[docs] Fix typo in ProgrammersManual.rst
2016-03-23 Lang Hames[Docs] Clarify boolean conversion for Error and Expecte...
2016-03-16 Lang Hames[Support] Add the 'Error' class for structured error...
2016-02-14 Sylvestre LedruFix some typos in the llvm doc
2016-01-12 Christof DoumaThe --debug-only option now takes a comma separated...
2015-10-15 Justin Bognerdocs: Stop using DEBUG() without DEBUG_TYPE in the...
2015-07-29 Aaron BallmanReverting r243386 because it has serious post-commit...
2015-07-28 Puyan LotfiAdding ADT SortedVector; client patch will follow.
next