summaryrefslogtreecommitdiff
path: root/docs/ProgrammersManual.rst
AgeCommit message (Expand)Author
2018-07-26ADT: Document advantages of SmallVector<T,0> over std::vectorDuncan P. N. Exon Smith
2018-06-15[NFC] fix trivial typos in documentsHiroshi Inoue
2018-05-22[docs] Clarify usage of "vector" in Programmer's Manual.Eli Friedman
2018-05-14Docs: Fix the title underline too short.Nicola Zaghen
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2018-04-12[NFC] fix trivial typos in documents and commentsHiroshi Inoue
2017-12-25[docs] Use dbgs() instead of errs() for DEBUG()Jonas Devlieghere
2017-10-24[docs] Code example fixJan Korous
2017-08-18Refine report_fatal_error guidance after post-commit reviewAlex Bradbury
2017-08-18Give guidance on report_fatal_error in CodingStandards.rst and ProgrammersMan...Alex Bradbury
2017-08-10[DebugCounter] Move the semicolon out of the DEBUG_COUNTER macro and require ...Craig Topper
2017-08-09[Docs] Remove a stray period from a code example in the Programmer's Manual.Craig Topper
2017-07-25[docs] Fix a typo: iteratation -> iterationStephen Hines
2017-04-30[docs] Simplify some language for Error/cantFail in the programmer's manual.Lang Hames
2017-04-26Reverts commit r301424, r301425 and r301426Sanjoy Das
2017-04-26Rename WeakVH to WeakTrackingVH; NFCSanjoy Das
2017-04-03Update stale doxygen links in ProgrammersManual.rstTim Northover
2017-03-13Fix some indenting and line-wrapping issues identified in ProgrammersManual. ...Daniel Berlin
2017-03-12Add documentation on debug counters to Programmers Manual.Daniel Berlin
2017-03-05Revert commit r296967, no typoSylvestre Ledru
2017-03-04Fix a typo. Thanks to huangml. Reported here: https://github.com/llvm-mirror/...Sylvestre Ledru
2017-02-28[docs] Fix a think-o in the Programmer's Manual.Lang Hames
2017-02-27[Support][Error] Add a 'cantFail' utility function for known-safe calls toLang Hames
2017-02-25[Doc] Modernize programmers manualPiotr Padlewski
2017-02-17Update Bugzilla URLs in docsIsmail Donmez
2017-01-14fix some typos in the docSylvestre Ledru
2016-12-20Fix missing '>' in docs (hopefully fixes bot error... )David Blaikie
2016-12-20Add some brief documentation about GDB pretty printersDavid Blaikie
2016-12-15Simplify format member detection in FormatVariadicPavel Labath
2016-12-02IR: Move NumElements field from {Array,Vector}Type to SequentialType.Peter Collingbourne
2016-12-02IR: Change PointerType to derive from Type rather than SequentialType.Peter Collingbourne
2016-11-11[Support] Introduce llvm::formatv() function.Zachary Turner
2016-11-11NFC ProgrammersManual fixPiotr Padlewski
2016-11-07[docs] Add a pointer to ExitOnError to the discussion of handleErrors in theLang Hames
2016-11-01[docs] remove more non-ascii stuff in the hopes to fix the bot Kostya Serebryany
2016-10-31docs: trying to fix the docs bot by removing non-ASCII characters. The docs b...Kostya Serebryany
2016-10-27[libFuzzer] remove large examples from the libFuzzer docs and link to the lib...Kostya Serebryany
2016-10-25[docs] Avoid repetition of 'considerable' in Error docs.Lang Hames
2016-10-25[docs] Use consistent style for "do more stuff" in Error docs examples.Lang Hames
2016-10-25[docs] Fix yet another Error docs formatting issue...Lang Hames
2016-10-25[docs] Fix a few more Error docs formatting issues.Lang Hames
2016-10-25[docs] Fix a missing code-block in the new Error docs.Lang Hames
2016-10-25[docs] Fix a couple of typos in the new Error docs.Lang Hames
2016-10-25[docs] Add more Error documentation to the Programmer's Manual.Lang Hames
2016-09-02Fixed a typo (LLVM/Support/CFG.h -> LLVM/IR/CFG.h)Andrey Bokhanko
2016-09-02[Docs] Fix another typo in the Error/Expected docs.Lang Hames
2016-09-02[Docs] Fix a couple of typos in the Error/Expected docs.Lang Hames
2016-07-13fix incorrect xref in sphinx docEtienne Bergeron
2016-07-09[docs] Fix up a broken link.Sean Silva
2016-04-14Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini