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