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