| Commit message (Expand) | Author | Age | Files | Lines |
* | fix incorrect xref in sphinx doc | Etienne Bergeron | 2016-07-13 | 1 | -1/+1 |
* | [docs] Fix up a broken link. | Sean Silva | 2016-07-09 | 1 | -1/+1 |
* | Remove every uses of getGlobalContext() in LLVM (but the C API) | Mehdi Amini | 2016-04-14 | 1 | -5/+0 |
* | Try to fix ODR violation of ErrorInfo::ID | Reid Kleckner | 2016-03-24 | 1 | -0/+3 |
* | [docs] Clarify Error example in Programmer's Manual. | Lang Hames | 2016-03-24 | 1 | -4/+6 |
* | docs: Fix a missing language in a code-block | Justin Bogner | 2016-03-23 | 1 | -1/+1 |
* | [docs] Fix typo in ProgrammersManual.rst | Vedant Kumar | 2016-03-23 | 1 | -1/+1 |
* | [Docs] Clarify boolean conversion for Error and Expected<T> in the Programmer's | Lang Hames | 2016-03-23 | 1 | -4/+16 |
* | [Support] Add the 'Error' class for structured error handling. | Lang Hames | 2016-03-16 | 1 | -0/+168 |
* | Fix some typos in the llvm doc | Sylvestre Ledru | 2016-02-14 | 1 | -2/+2 |
* | The --debug-only option now takes a comma separated list of debug types. | Christof Douma | 2016-01-12 | 1 | -1/+5 |
* | docs: Stop using DEBUG() without DEBUG_TYPE in the ProgrammersManual | Justin Bogner | 2015-10-15 | 1 | -18/+10 |
* | Reverting r243386 because it has serious post-commit concerns that have not b... | Aaron Ballman | 2015-07-29 | 1 | -2/+1 |
* | Adding ADT SortedVector; client patch will follow. | Puyan Lotfi | 2015-07-28 | 1 | -1/+2 |
* | Fix PR24099 reported by Tomas Brukner. | Yaron Keren | 2015-07-12 | 1 | -1/+1 |
* | Fix documentation for Set-Like Containers | Artyom Skrobov | 2015-05-19 | 1 | -10/+26 |
* | Editorial changes in the programmers manual. | Charlie Turner | 2015-04-16 | 1 | -4/+5 |
* | Correct 'teh' and other typos / repeated words. | Ed Maste | 2015-04-14 | 1 | -2/+2 |
* | [ADT][CMake][AutoConf] Fail-fast iterators for DenseMap | Sanjoy Das | 2015-03-26 | 1 | -0/+16 |
* | [docs] Fix copy-and-paste bug in def-use example | Adam Nemet | 2015-03-17 | 1 | -1/+1 |
* | docs: Mention that assertions must be enabled to use the -stats flag | Justin Bogner | 2015-02-21 | 1 | -0/+3 |
* | [docs] Use slightly more proper .rst markup | Sean Silva | 2015-01-28 | 1 | -3/+3 |
* | Introduce a section to the programmers manual about type hierarchies, | Chandler Carruth | 2015-01-28 | 1 | -0/+70 |
* | ProgrammersManual.rst: fix a typo | Hans Wennborg | 2015-01-17 | 1 | -1/+1 |
* | Update my previous commit to fit 80 cols... | Sylvestre Ledru | 2014-09-25 | 1 | -1/+2 |
* | Details that -debug-only is not available when LLVM is built with --enable-op... | Sylvestre Ledru | 2014-09-25 | 1 | -0/+2 |
* | Fix typos in comments, NFC | Robin Morisset | 2014-08-29 | 1 | -1/+1 |
* | ProgrammersManual: the flag is called -debug-only | Hans Wennborg | 2014-08-23 | 1 | -1/+1 |
* | Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite... | Duncan P. N. Exon Smith | 2014-07-21 | 1 | -2/+3 |
* | [C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra... | Manuel Jacob | 2014-07-20 | 1 | -3/+2 |
* | Remove rules against std::function from the programmer's manual | Reid Kleckner | 2014-07-17 | 1 | -12/+8 |
* | ADT: Add MapVector::remove_if | Duncan P. N. Exon Smith | 2014-07-15 | 1 | -2/+4 |
* | ADT: Fix MapVector::erase() | Duncan P. N. Exon Smith | 2014-07-15 | 1 | -1/+1 |
* | Re-apply r211287: Remove support for LLVM runtime multi-threading. | Chandler Carruth | 2014-06-27 | 1 | -41/+4 |
* | Revert r211287, "Remove support for LLVM runtime multi-threading." | NAKAMURA Takumi | 2014-06-24 | 1 | -4/+41 |
* | Remove support for LLVM runtime multi-threading. | Zachary Turner | 2014-06-19 | 1 | -41/+4 |
* | Kill the LLVM global lock. | Zachary Turner | 2014-06-19 | 1 | -5/+0 |
* | Revert r211066, 211067, 211068, 211069, 211070. | Zachary Turner | 2014-06-16 | 1 | -4/+47 |
* | Programmer's Manual changes. | Zachary Turner | 2014-06-16 | 1 | -47/+4 |
* | Fix a typo made in Programmer's Manual made in r210354. Spotted | Dan Liew | 2014-06-06 | 1 | -1/+1 |
* | Mention the IRBuilder in Programmer's Manual with a few small examples. | Dan Liew | 2014-06-06 | 1 | -1/+36 |
* | Fix markup for -debug-only option | Alexey Samsonov | 2014-06-05 | 1 | -1/+2 |
* | GraphWriter: detect graph viewer programs at runtime | Alp Toker | 2014-06-02 | 1 | -3/+4 |
* | Update programmers manual to cover llvm::function_ref, and add a note to the | Richard Smith | 2014-05-06 | 1 | -0/+72 |
* | Revert accidentally-committed files. | Richard Smith | 2014-05-06 | 1 | -72/+0 |
* | Re-commit r208025, reverted in r208030, with a fix for a conformance issue | Richard Smith | 2014-05-06 | 1 | -0/+72 |
* | Updated Doxygen link for InstIterator.h. | Yaron Keren | 2014-05-03 | 1 | -1/+1 |
* | InstIterator.h lives in llvm/IR. | Yaron Keren | 2014-05-03 | 1 | -2/+2 |
* | Code style fix from Duncan P. N. Exon Smith. | Yaron Keren | 2014-05-02 | 1 | -1/+1 |
* | Update post-r203364 http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-M... | Yaron Keren | 2014-05-01 | 1 | -8/+4 |