summaryrefslogtreecommitdiffstats
path: root/llvm/docs/ProgrammersManual.rst
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a typo made in Programmer's Manual made in r210354. SpottedDan Liew2014-06-061-1/+1
* Mention the IRBuilder in Programmer's Manual with a few small examples.Dan Liew2014-06-061-1/+36
* Fix markup for -debug-only optionAlexey Samsonov2014-06-051-1/+2
* GraphWriter: detect graph viewer programs at runtimeAlp Toker2014-06-021-3/+4
* Update programmers manual to cover llvm::function_ref, and add a note to theRichard Smith2014-05-061-0/+72
* Revert accidentally-committed files.Richard Smith2014-05-061-72/+0
* Re-commit r208025, reverted in r208030, with a fix for a conformance issueRichard Smith2014-05-061-0/+72
* Updated Doxygen link for InstIterator.h.Yaron Keren2014-05-031-1/+1
* InstIterator.h lives in llvm/IR.Yaron Keren2014-05-031-2/+2
* Code style fix from Duncan P. N. Exon Smith.Yaron Keren2014-05-021-1/+1
* Update post-r203364 http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-M...Yaron Keren2014-05-011-8/+4
OpenPOWER on IntegriCloud