summaryrefslogtreecommitdiffstats
path: root/llvm/docs/ProgrammersManual.rst
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in programmer's manual cantFile -> cantFailNathan Lanza2019-07-181-1/+1
* Remove some autoconf references from docs and commentsSven van Haastregt2019-07-031-2/+2
* [Docs] Modernize references to macOSJ. Ryan Stinnett2019-05-301-2/+2
* [llvm] Add isa_and_nonnullDon Hinton2019-04-051-0/+6
* Fix typo in docsDmitri Gribenko2019-02-161-1/+1
* [ADT] Add a fallible_iterator wrapper.Lang Hames2019-02-051-11/+69
* [doc]Update String Error documentation in Programmer ManualJames Henderson2019-02-011-4/+14
* [opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight2019-02-011-5/+11
* Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."James Y Knight2019-01-311-11/+5
* [opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight2019-01-311-5/+11
* Replace llvm::isPodLike<...> by llvm::is_trivially_copyable<...>Serge Guelton2019-01-201-1/+1
* Remove TypeBuilder.h, and fix the few locations using it.James Y Knight2019-01-131-31/+0
* [TI removal] Remove discussion of `TerminatorInst` from the LLVMChandler Carruth2018-10-181-9/+2
* [doc] Update the programmer's manual about SmallSet's iteratorKristof Umann2018-10-041-8/+6
* ADT: Document advantages of SmallVector<T,0> over std::vectorDuncan P. N. Exon Smith2018-07-261-7/+20
* [NFC] fix trivial typos in documentsHiroshi Inoue2018-06-151-1/+1
* [docs] Clarify usage of "vector" in Programmer's Manual.Eli Friedman2018-05-221-1/+1
* Docs: Fix the title underline too short.Nicola Zaghen2018-05-141-1/+1
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-9/+9
* [NFC] fix trivial typos in documents and commentsHiroshi Inoue2018-04-121-1/+1
* [docs] Use dbgs() instead of errs() for DEBUG()Jonas Devlieghere2017-12-251-5/+5
* [docs] Code example fixJan Korous2017-10-241-1/+1
* Refine report_fatal_error guidance after post-commit reviewAlex Bradbury2017-08-181-5/+6
* Give guidance on report_fatal_error in CodingStandards.rst and ProgrammersMan...Alex Bradbury2017-08-181-0/+8
* [DebugCounter] Move the semicolon out of the DEBUG_COUNTER macro and require ...Craig Topper2017-08-101-1/+1
* [Docs] Remove a stray period from a code example in the Programmer's Manual.Craig Topper2017-08-091-1/+1
* [docs] Fix a typo: iteratation -> iterationStephen Hines2017-07-251-1/+1
* [docs] Simplify some language for Error/cantFail in the programmer's manual.Lang Hames2017-04-301-10/+9
* Reverts commit r301424, r301425 and r301426Sanjoy Das2017-04-261-3/+3
* Rename WeakVH to WeakTrackingVH; NFCSanjoy Das2017-04-261-3/+3
* Update stale doxygen links in ProgrammersManual.rstTim Northover2017-04-031-17/+17
* Fix some indenting and line-wrapping issues identified in ProgrammersManual. ...Daniel Berlin2017-03-131-26/+28
* Add documentation on debug counters to Programmers Manual.Daniel Berlin2017-03-121-0/+63
* Revert commit r296967, no typoSylvestre Ledru2017-03-051-1/+1
* Fix a typo. Thanks to huangml. Reported here: https://github.com/llvm-mirror/...Sylvestre Ledru2017-03-041-1/+1
* [docs] Fix a think-o in the Programmer's Manual.Lang Hames2017-02-281-1/+1
* [Support][Error] Add a 'cantFail' utility function for known-safe calls toLang Hames2017-02-271-4/+47
* [Doc] Modernize programmers manualPiotr Padlewski2017-02-251-28/+21
* Update Bugzilla URLs in docsIsmail Donmez2017-02-171-1/+1
* fix some typos in the docSylvestre Ledru2017-01-141-1/+1
* Fix missing '>' in docs (hopefully fixes bot error... )David Blaikie2016-12-201-1/+1
* Add some brief documentation about GDB pretty printersDavid Blaikie2016-12-201-0/+16
* Simplify format member detection in FormatVariadicPavel Labath2016-12-151-9/+7
* IR: Move NumElements field from {Array,Vector}Type to SequentialType.Peter Collingbourne2016-12-021-3/+3
* IR: Change PointerType to derive from Type rather than SequentialType.Peter Collingbourne2016-12-021-2/+2
* [Support] Introduce llvm::formatv() function.Zachary Turner2016-11-111-0/+130
* NFC ProgrammersManual fixPiotr Padlewski2016-11-111-1/+1
* [docs] Add a pointer to ExitOnError to the discussion of handleErrors in theLang Hames2016-11-071-2/+9
* [docs] remove more non-ascii stuff in the hopes to fix the bot Kostya Serebryany2016-11-011-10/+10
* docs: trying to fix the docs bot by removing non-ASCII characters. The docs b...Kostya Serebryany2016-10-311-2/+2
OpenPOWER on IntegriCloud