| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a Briggs and Torczon sparse set implementation. | Jakob Stoklund Olesen | 2012-02-22 | 1 | -0/+19 |
* | DenseMap::find_as() and unit tests. | Talin | 2012-01-30 | 1 | -1/+9 |
* | add ImmutableSet/Map dox, patch by Caitlin Sadowski! | Chris Lattner | 2011-11-15 | 1 | -1/+45 |
* | docs/*.html: Fix markups. | NAKAMURA Takumi | 2011-10-31 | 1 | -3/+0 |
* | Clarify example snippets a bit. | Jim Grosbach | 2011-10-28 | 1 | -2/+2 |
* | Reword the SetVector description to reflect reality. | Bill Wendling | 2011-10-11 | 1 | -6/+7 |
* | how about that, StringRef doesn't allow any mutation, thanks to | Chris Lattner | 2011-07-23 | 1 | -4/+4 |
* | add section to ToC | Chris Lattner | 2011-07-22 | 1 | -3/+6 |
* | write the long-overdue strings section of the data structure guide. | Chris Lattner | 2011-07-22 | 1 | -7/+171 |
* | move the section for string-like containers to follow the section for sequent... | Chris Lattner | 2011-07-22 | 1 | -18/+19 |
* | introduce a new TinyPtrVector class. | Chris Lattner | 2011-07-18 | 1 | -0/+19 |
* | VectorType is also a SequentialType | Tobias Grosser | 2011-07-12 | 1 | -1/+1 |
* | Land the long talked about "type system rewrite" patch. This | Chris Lattner | 2011-07-09 | 1 | -190/+6 |
* | Document ADT/PackedVector.h in "Programmer's Manual" doc. | Argyrios Kyrtzidis | 2011-06-15 | 1 | -0/+39 |
* | mention graph vis isn't available in Release builds. | Chris Lattner | 2011-06-13 | 1 | -0/+4 |
* | docs: Introduce cascading style <div> and <p> continued on <h[2-5]>. | NAKAMURA Takumi | 2011-04-23 | 1 | -160/+164 |
* | docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">. | NAKAMURA Takumi | 2011-04-18 | 1 | -236/+244 |
* | docs: Redefine Heading elements as below; | NAKAMURA Takumi | 2011-04-18 | 1 | -1/+1 |
* | docs: Canonicalize URLs. | NAKAMURA Takumi | 2011-04-09 | 1 | -1/+1 |
* | mention llvm::ArrayRef, which should be use much more pervasively than | Chris Lattner | 2011-04-05 | 1 | -0/+16 |
* | Document llvm/ADT/IntEqClasses.h in ProgrammersManual.html | Jakob Stoklund Olesen | 2011-04-05 | 1 | -0/+21 |
* | fix description, PR9542 | Chris Lattner | 2011-03-24 | 1 | -5/+6 |
* | Fix thinko, basic blocks are SESE. The exits may have many edges though. | Nick Lewycky | 2011-02-17 | 1 | -1/+1 |
* | Add IntervalMap to the Programmer's Manual. | Jakob Stoklund Olesen | 2010-12-14 | 1 | -0/+18 |
* | Fix dead link. | Nick Lewycky | 2010-10-09 | 1 | -3/+3 |
* | 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 |