summaryrefslogtreecommitdiffstats
path: root/llvm/docs/ProgrammersManual.rst
Commit message (Expand)AuthorAgeFilesLines
* 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
* "Mac OS/X" -> "Mac OS X" spelling fixes for llvm.Nico Weber2014-03-071-2/+2
* [Modules] Move ValueMap to the IR library. While this class does notChandler Carruth2014-03-041-1/+1
* Typos. (Test commit.)Paul Robinson2013-11-141-2/+2
* IR headers moved to llvm/IR some aeons ago, update documentation.Benjamin Kramer2013-07-081-9/+9
* [docs] The STL "binary search" has a non-obvious name.Sean Silva2013-03-291-1/+3
* [docs] Slight reword for precision.Sean Silva2013-03-221-1/+1
* [docs] Document usage of SmallVectorImpl in interfaces.Sean Silva2013-03-221-0/+27
* Docs for SparseMultiSetMichael Ilseman2013-01-211-0/+16
* Documentation: replace some non-ASCII characters by equivalent markupDmitri Gribenko2013-01-191-4/+4
* docs: Fix long standing linking antipattern.Sean Silva2013-01-111-4/+4
* remove the rest of the "written by" lines in the documentation. It isChris Lattner2013-01-101-8/+1
* docs: Fix broken link.Sean Silva2012-12-041-1/+2
OpenPOWER on IntegriCloud