summaryrefslogtreecommitdiffstats
path: root/llvm/docs/ProgrammersManual.rst
Commit message (Expand)AuthorAgeFilesLines
...
* [libFuzzer] remove large examples from the libFuzzer docs and link to the lib...Kostya Serebryany2016-10-271-0/+1
* [docs] Avoid repetition of 'considerable' in Error docs.Lang Hames2016-10-251-10/+10
* [docs] Use consistent style for "do more stuff" in Error docs examples.Lang Hames2016-10-251-5/+8
* [docs] Fix yet another Error docs formatting issue...Lang Hames2016-10-251-1/+2
* [docs] Fix a few more Error docs formatting issues.Lang Hames2016-10-251-5/+6
* [docs] Fix a missing code-block in the new Error docs.Lang Hames2016-10-251-8/+10
* [docs] Fix a couple of typos in the new Error docs.Lang Hames2016-10-251-2/+2
* [docs] Add more Error documentation to the Programmer's Manual.Lang Hames2016-10-251-48/+356
* Fixed a typo (LLVM/Support/CFG.h -> LLVM/IR/CFG.h)Andrey Bokhanko2016-09-021-1/+1
* [Docs] Fix another typo in the Error/Expected docs.Lang Hames2016-09-021-2/+2
* [Docs] Fix a couple of typos in the Error/Expected docs.Lang Hames2016-09-021-4/+4
* fix incorrect xref in sphinx docEtienne Bergeron2016-07-131-1/+1
* [docs] Fix up a broken link.Sean Silva2016-07-091-1/+1
* Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini2016-04-141-5/+0
* Try to fix ODR violation of ErrorInfo::IDReid Kleckner2016-03-241-0/+3
* [docs] Clarify Error example in Programmer's Manual.Lang Hames2016-03-241-4/+6
* docs: Fix a missing language in a code-blockJustin Bogner2016-03-231-1/+1
* [docs] Fix typo in ProgrammersManual.rstVedant Kumar2016-03-231-1/+1
* [Docs] Clarify boolean conversion for Error and Expected<T> in the Programmer'sLang Hames2016-03-231-4/+16
* [Support] Add the 'Error' class for structured error handling.Lang Hames2016-03-161-0/+168
* Fix some typos in the llvm docSylvestre Ledru2016-02-141-2/+2
* The --debug-only option now takes a comma separated list of debug types.Christof Douma2016-01-121-1/+5
* docs: Stop using DEBUG() without DEBUG_TYPE in the ProgrammersManualJustin Bogner2015-10-151-18/+10
* Reverting r243386 because it has serious post-commit concerns that have not b...Aaron Ballman2015-07-291-2/+1
* Adding ADT SortedVector; client patch will follow.Puyan Lotfi2015-07-281-1/+2
* Fix PR24099 reported by Tomas Brukner.Yaron Keren2015-07-121-1/+1
* Fix documentation for Set-Like ContainersArtyom Skrobov2015-05-191-10/+26
* Editorial changes in the programmers manual.Charlie Turner2015-04-161-4/+5
* Correct 'teh' and other typos / repeated words.Ed Maste2015-04-141-2/+2
* [ADT][CMake][AutoConf] Fail-fast iterators for DenseMapSanjoy Das2015-03-261-0/+16
* [docs] Fix copy-and-paste bug in def-use exampleAdam Nemet2015-03-171-1/+1
* docs: Mention that assertions must be enabled to use the -stats flagJustin Bogner2015-02-211-0/+3
* [docs] Use slightly more proper .rst markupSean Silva2015-01-281-3/+3
* Introduce a section to the programmers manual about type hierarchies,Chandler Carruth2015-01-281-0/+70
* ProgrammersManual.rst: fix a typoHans Wennborg2015-01-171-1/+1
* Update my previous commit to fit 80 cols...Sylvestre Ledru2014-09-251-1/+2
* Details that -debug-only is not available when LLVM is built with --enable-op...Sylvestre Ledru2014-09-251-0/+2
* Fix typos in comments, NFCRobin Morisset2014-08-291-1/+1
* ProgrammersManual: the flag is called -debug-onlyHans Wennborg2014-08-231-1/+1
* Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...Duncan P. N. Exon Smith2014-07-211-2/+3
* [C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...Manuel Jacob2014-07-201-3/+2
* Remove rules against std::function from the programmer's manualReid Kleckner2014-07-171-12/+8
* ADT: Add MapVector::remove_ifDuncan P. N. Exon Smith2014-07-151-2/+4
* ADT: Fix MapVector::erase()Duncan P. N. Exon Smith2014-07-151-1/+1
* Re-apply r211287: Remove support for LLVM runtime multi-threading.Chandler Carruth2014-06-271-41/+4
* Revert r211287, "Remove support for LLVM runtime multi-threading."NAKAMURA Takumi2014-06-241-4/+41
* Remove support for LLVM runtime multi-threading.Zachary Turner2014-06-191-41/+4
* Kill the LLVM global lock.Zachary Turner2014-06-191-5/+0
* Revert r211066, 211067, 211068, 211069, 211070.Zachary Turner2014-06-161-4/+47
* Programmer's Manual changes.Zachary Turner2014-06-161-47/+4
OpenPOWER on IntegriCloud