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