Age | Commit message (Expand) | Author |
2011-11-15 | add ImmutableSet/Map dox, patch by Caitlin Sadowski! | Chris Lattner |
2011-10-31 | docs/*.html: Fix markups. | NAKAMURA Takumi |
2011-10-28 | Clarify example snippets a bit. | Jim Grosbach |
2011-10-11 | Reword the SetVector description to reflect reality. | Bill Wendling |
2011-07-23 | how about that, StringRef doesn't allow any mutation, thanks to | Chris Lattner |
2011-07-22 | add section to ToC | Chris Lattner |
2011-07-22 | write the long-overdue strings section of the data structure guide. | Chris Lattner |
2011-07-22 | move the section for string-like containers to follow the section for sequent... | Chris Lattner |
2011-07-18 | introduce a new TinyPtrVector class. | Chris Lattner |
2011-07-12 | VectorType is also a SequentialType | Tobias Grosser |
2011-07-09 | Land the long talked about "type system rewrite" patch. This | Chris Lattner |
2011-06-15 | Document ADT/PackedVector.h in "Programmer's Manual" doc. | Argyrios Kyrtzidis |
2011-06-13 | mention graph vis isn't available in Release builds. | Chris Lattner |
2011-04-23 | docs: Introduce cascading style <div> and <p> continued on <h[2-5]>. | NAKAMURA Takumi |
2011-04-18 | docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">. | NAKAMURA Takumi |
2011-04-18 | docs: Redefine Heading elements as below; | NAKAMURA Takumi |
2011-04-09 | docs: Canonicalize URLs. | NAKAMURA Takumi |
2011-04-05 | mention llvm::ArrayRef, which should be use much more pervasively than | Chris Lattner |
2011-04-05 | Document llvm/ADT/IntEqClasses.h in ProgrammersManual.html | Jakob Stoklund Olesen |
2011-03-24 | fix description, PR9542 | Chris Lattner |
2011-02-17 | Fix thinko, basic blocks are SESE. The exits may have many edges though. | Nick Lewycky |
2010-12-14 | Add IntervalMap to the Programmer's Manual. | Jakob Stoklund Olesen |
2010-10-09 | Fix dead link. | Nick Lewycky |
2010-08-04 | Remove a link which is no longer relevant. | Dan Gohman |
2010-08-01 | Fix word choice. | Nick Lewycky |
2010-07-14 | Don't pass StringRef by reference. | Benjamin Kramer |
2010-05-07 | Revert r103213. It broke several sections of live website. | mike-m |
2010-05-06 | Overhauled llvm/clang docs builds. Closes PR6613. | mike-m |
2010-03-30 | Fix a grammaro. | Dan Gohman |
2010-03-26 | fix iterator name | Gabor Greif |
2010-03-26 | Minor grammar and html fixes. | Dan Gohman |
2010-03-26 | some more tweaks | Gabor Greif |
2010-03-26 | Tell "the rest of the story" about LLVM's iterators' implicit conversions. | Dan Gohman |
2010-03-26 | fix formatting and a validation fail | Gabor Greif |
2010-03-26 | add a blurb on const versions of chain traversals and a word of caution | Gabor Greif |
2010-03-26 | http://englishplus.com/grammar/00000296.htm | Gabor Greif |
2010-02-25 | Fix a few more typos. | Dan Gohman |
2010-02-15 | Uniformize the names of type predicates: rather than having isFloatTy and | Duncan Sands |
2010-01-29 | Belatedly document r85295 and r85330. | Jeffrey Yasskin |
2010-01-05 | Add an entry on SmallBitVector. | Dan Gohman |
2009-10-22 | Try r84890 again (adding ValueMap<>), now that I've tested the compile on | Jeffrey Yasskin |
2009-10-22 | Revert r84890, which broke the linux build. | Jeffrey Yasskin |
2009-10-22 | Add a ValueMap<ValueOrSubclass*, T> type. ValueMap<Value*, T> is safe to use | Jeffrey Yasskin |
2009-10-12 | Documentation: Perform automated correction of common typos. | Benjamin Kramer |
2009-10-12 | Fix typo, patch from Timo Juhani Lindfors. | Torok Edwin |
2009-09-08 | llvm::cerr is gone. | Chris Lattner |
2009-08-20 | fix this back, thanks Eli | Chris Lattner |
2009-08-20 | minor grammar tweak | Chris Lattner |
2009-08-19 | Add a first stab at describing LLVMContext. | Owen Anderson |
2009-08-07 | Add DEBUG_WITH_TYPE as a clean alternative to tweaking DEBUG_TYPE. | Daniel Dunbar |