aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/ProgrammersManual.rst
AgeCommit message (Expand)AuthorFilesLines
2014-09-25Update my previous commit to fit 80 cols...Sylvestre Ledru1-1/+2
2014-09-25Details that -debug-only is not available when LLVM is built with --enable-op...Sylvestre Ledru1-0/+2
2014-08-29Fix typos in comments, NFCRobin Morisset1-1/+1
2014-08-23ProgrammersManual: the flag is called -debug-onlyHans Wennborg1-1/+1
2014-07-21Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...Duncan P. N. Exon Smith1-2/+3
2014-07-20[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...Manuel Jacob1-3/+2
2014-07-17Remove rules against std::function from the programmer's manualReid Kleckner1-12/+8
2014-07-15ADT: Add MapVector::remove_ifDuncan P. N. Exon Smith1-2/+4
2014-07-15ADT: Fix MapVector::erase()Duncan P. N. Exon Smith1-1/+1
2014-06-27Re-apply r211287: Remove support for LLVM runtime multi-threading.Chandler Carruth1-41/+4
2014-06-24Revert r211287, "Remove support for LLVM runtime multi-threading."NAKAMURA Takumi1-4/+41
2014-06-19Remove support for LLVM runtime multi-threading.Zachary Turner1-41/+4
2014-06-19Kill the LLVM global lock.Zachary Turner1-5/+0
2014-06-16Revert r211066, 211067, 211068, 211069, 211070.Zachary Turner1-4/+47
2014-06-16Programmer's Manual changes.Zachary Turner1-47/+4
2014-06-06Fix a typo made in Programmer's Manual made in r210354. SpottedDan Liew1-1/+1
2014-06-06Mention the IRBuilder in Programmer's Manual with a few small examples.Dan Liew1-1/+36
2014-06-05Fix markup for -debug-only optionAlexey Samsonov1-1/+2
2014-06-02GraphWriter: detect graph viewer programs at runtimeAlp Toker1-3/+4
2014-05-06Update programmers manual to cover llvm::function_ref, and add a note to theRichard Smith1-0/+72
2014-05-06Revert accidentally-committed files.Richard Smith1-72/+0
2014-05-06Re-commit r208025, reverted in r208030, with a fix for a conformance issueRichard Smith1-0/+72
2014-05-03Updated Doxygen link for InstIterator.h.Yaron Keren1-1/+1
2014-05-03InstIterator.h lives in llvm/IR.Yaron Keren1-2/+2
2014-05-02Code style fix from Duncan P. N. Exon Smith.Yaron Keren1-1/+1
2014-05-01Update post-r203364 http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-M...Yaron Keren1-8/+4
2014-03-07"Mac OS/X" -> "Mac OS X" spelling fixes for llvm.Nico Weber1-2/+2
2014-03-04[Modules] Move ValueMap to the IR library. While this class does notChandler Carruth1-1/+1
2013-11-14Typos. (Test commit.)Paul Robinson1-2/+2
2013-07-08IR headers moved to llvm/IR some aeons ago, update documentation.Benjamin Kramer1-9/+9
2013-03-29[docs] The STL "binary search" has a non-obvious name.Sean Silva1-1/+3
2013-03-22[docs] Slight reword for precision.Sean Silva1-1/+1
2013-03-22[docs] Document usage of SmallVectorImpl in interfaces.Sean Silva1-0/+27
2013-01-21Docs for SparseMultiSetMichael Ilseman1-0/+16
2013-01-19Documentation: replace some non-ASCII characters by equivalent markupDmitri Gribenko1-4/+4
2013-01-11docs: Fix long standing linking antipattern.Sean Silva1-4/+4
2013-01-10remove the rest of the "written by" lines in the documentation. It isChris Lattner1-8/+1
2012-12-04docs: Fix broken link.Sean Silva1-1/+2
2012-12-04docs: Fix dead link.Sean Silva1-2/+2
2012-12-04docs: Convert ProgrammersManual to reST.Sean Silva1-0/+3165