summaryrefslogtreecommitdiff
path: root/docs/ProgrammersManual.rst
AgeCommit message (Expand)AuthorFilesLines
2016-04-14Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini1-5/+0
2016-03-24Try to fix ODR violation of ErrorInfo::IDReid Kleckner1-0/+3
2016-03-24[docs] Clarify Error example in Programmer's Manual.Lang Hames1-4/+6
2016-03-23docs: Fix a missing language in a code-blockJustin Bogner1-1/+1
2016-03-23[docs] Fix typo in ProgrammersManual.rstVedant Kumar1-1/+1
2016-03-23[Docs] Clarify boolean conversion for Error and Expected<T> in the Programmer'sLang Hames1-4/+16
2016-03-16[Support] Add the 'Error' class for structured error handling.Lang Hames1-0/+168
2016-02-14Fix some typos in the llvm docSylvestre Ledru1-2/+2
2016-01-12The --debug-only option now takes a comma separated list of debug types.Christof Douma1-1/+5
2015-10-15docs: Stop using DEBUG() without DEBUG_TYPE in the ProgrammersManualJustin Bogner1-18/+10
2015-07-29Reverting r243386 because it has serious post-commit concerns that have not b...Aaron Ballman1-2/+1
2015-07-28Adding ADT SortedVector; client patch will follow.Puyan Lotfi1-1/+2
2015-07-12Fix PR24099 reported by Tomas Brukner.Yaron Keren1-1/+1
2015-05-19Fix documentation for Set-Like ContainersArtyom Skrobov1-10/+26
2015-04-16Editorial changes in the programmers manual.Charlie Turner1-4/+5
2015-04-14Correct 'teh' and other typos / repeated words.Ed Maste1-2/+2
2015-03-26[ADT][CMake][AutoConf] Fail-fast iterators for DenseMapSanjoy Das1-0/+16
2015-03-17[docs] Fix copy-and-paste bug in def-use exampleAdam Nemet1-1/+1
2015-02-21docs: Mention that assertions must be enabled to use the -stats flagJustin Bogner1-0/+3
2015-01-28[docs] Use slightly more proper .rst markupSean Silva1-3/+3
2015-01-28Introduce a section to the programmers manual about type hierarchies,Chandler Carruth1-0/+70
2015-01-17ProgrammersManual.rst: fix a typoHans Wennborg1-1/+1
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