| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove a link which is no longer relevant. | Dan Gohman | 2010-08-04 | 1 | -2/+0 |
* | Fix word choice. | Nick Lewycky | 2010-08-01 | 1 | -1/+1 |
* | Don't pass StringRef by reference. | Benjamin Kramer | 2010-07-14 | 1 | -9/+8 |
* | Revert r103213. It broke several sections of live website. | mike-m | 2010-05-07 | 1 | -0/+3950 |
* | Overhauled llvm/clang docs builds. Closes PR6613. | mike-m | 2010-05-06 | 1 | -3950/+0 |
* | Fix a grammaro. | Dan Gohman | 2010-03-30 | 1 | -1/+1 |
* | fix iterator name | Gabor Greif | 2010-03-26 | 1 | -1/+1 |
* | Minor grammar and html fixes. | Dan Gohman | 2010-03-26 | 1 | -3/+3 |
* | some more tweaks | Gabor Greif | 2010-03-26 | 1 | -4/+5 |
* | Tell "the rest of the story" about LLVM's iterators' implicit conversions. | Dan Gohman | 2010-03-26 | 1 | -0/+15 |
* | fix formatting and a validation fail | Gabor Greif | 2010-03-26 | 1 | -3/+3 |
* | add a blurb on const versions of chain traversals and a word of caution | Gabor Greif | 2010-03-26 | 1 | -8/+14 |
* | http://englishplus.com/grammar/00000296.htm | Gabor Greif | 2010-03-26 | 1 | -1/+1 |
* | Fix a few more typos. | Dan Gohman | 2010-02-25 | 1 | -2/+2 |
* | Uniformize the names of type predicates: rather than having isFloatTy and | Duncan Sands | 2010-02-15 | 1 | -2/+2 |
* | Belatedly document r85295 and r85330. | Jeffrey Yasskin | 2010-01-29 | 1 | -3/+32 |
* | Add an entry on SmallBitVector. | Dan Gohman | 2010-01-05 | 1 | -1/+21 |
* | Try r84890 again (adding ValueMap<>), now that I've tested the compile on | Jeffrey Yasskin | 2009-10-22 | 1 | -0/+18 |
* | Revert r84890, which broke the linux build. | Jeffrey Yasskin | 2009-10-22 | 1 | -18/+0 |
* | Add a ValueMap<ValueOrSubclass*, T> type. ValueMap<Value*, T> is safe to use | Jeffrey Yasskin | 2009-10-22 | 1 | -0/+18 |
* | Documentation: Perform automated correction of common typos. | Benjamin Kramer | 2009-10-12 | 1 | -5/+5 |
* | Fix typo, patch from Timo Juhani Lindfors. | Torok Edwin | 2009-10-12 | 1 | -1/+1 |
* | llvm::cerr is gone. | Chris Lattner | 2009-09-08 | 1 | -7/+7 |
* | fix this back, thanks Eli | Chris Lattner | 2009-08-20 | 1 | -1/+1 |
* | minor grammar tweak | Chris Lattner | 2009-08-20 | 1 | -1/+1 |
* | Add a first stab at describing LLVMContext. | Owen Anderson | 2009-08-19 | 1 | -0/+45 |
* | Add DEBUG_WITH_TYPE as a clean alternative to tweaking DEBUG_TYPE. | Daniel Dunbar | 2009-08-07 | 1 | -0/+15 |
* | Documentation: fix HTML validation errors. | Benjamin Kramer | 2009-08-05 | 1 | -5/+6 |
* | eventually we should describe string options in the data structures section | Chris Lattner | 2009-07-25 | 1 | -0/+22 |
* | minor tweaks. | Chris Lattner | 2009-07-25 | 1 | -8/+9 |
* | Initial update to VMCore to use Twines for string arguments. | Daniel Dunbar | 2009-07-25 | 1 | -0/+106 |
* | Rewrite examples to use DEBUG instead of DOUT. | Daniel Dunbar | 2009-07-25 | 1 | -5/+5 |
* | Fix link to BasicBlock doxygen documentation in Programmer's Manual | Stefanus Du Toit | 2009-06-17 | 1 | -1/+1 |
* | Update the threading section to reflect current plans/implementation. | Owen Anderson | 2009-06-16 | 1 | -16/+36 |
* | Fix validation errors. | Owen Anderson | 2009-06-16 | 1 | -2/+3 |
* | Add initial stab at documenting the use of LLVM with threaded clients. | Owen Anderson | 2009-06-16 | 1 | -2/+109 |
* | HTML-escape '>' as '>' in sample C++ code. | Misha Brukman | 2009-05-01 | 1 | -4/+4 |
* | Add a mention of TypeBuilder to the programmer's manual, and clean up the class | Jeffrey Yasskin | 2009-04-30 | 1 | -0/+41 |
* | add some text to explain sentinels | Gabor Greif | 2009-03-12 | 1 | -0/+39 |
* | minor tweaks | Gabor Greif | 2009-03-12 | 1 | -11/+12 |
* | don't allow hash_map or hash_set. | Chris Lattner | 2009-03-09 | 1 | -18/+7 |
* | Introduce new linkage types linkonce_odr, weak_odr, common_odr | Duncan Sands | 2009-03-07 | 1 | -5/+6 |
* | document ilist_traits | Gabor Greif | 2009-02-27 | 1 | -0/+15 |
* | Expand a bit on iplist. If you are more expert on this class, please review! | Gabor Greif | 2009-02-27 | 1 | -8/+20 |
* | update ilist documentation and add some blurb on ilist_node | Gabor Greif | 2009-02-27 | 1 | -2/+21 |
* | Get rid of the tagging functions and use PointerIntPair. | Gabor Greif | 2009-01-05 | 1 | -8/+9 |
* | Global replace of yellow W3C "valid HTML/CSS" icons with blue ones. | Misha Brukman | 2008-12-11 | 1 | -1/+1 |
* | This method got renamed, thanks to Mattias Holm for pointing this out. | Chris Lattner | 2008-11-25 | 1 | -1/+1 |
* | Fix syntax of iterate_complex example. Noticed by Martin! | Eric Christopher | 2008-11-08 | 1 | -1/+1 |
* | Change PointerType::get -> getUnqual | Daniel Dunbar | 2008-10-03 | 1 | -2/+2 |