index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ProgrammersManual.html
Age
Commit message (
Expand
)
Author
2012-07-25
Twine: fix link to source, add link to class doc and container section.
Axel Naumann
2012-07-23
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-06
Since SmallMap was removed in r158644, remove documentation in ProgrammersMan...
Dmitri Gribenko
2012-07-06
Update getFunction parameter documentation. Fixes PR13268.
Chad Rosier
2012-04-25
Reapply the SmallMap patch with a fix.
Benjamin Kramer
2012-04-25
Revert "First implementation of:"
Eric Christopher
2012-04-25
First implementation of:
Stepan Dyatkovskiy
2012-04-19
[docs] Update HTML pages to refer to CSS in a way that works locally and with...
Daniel Dunbar
2012-04-18
Document that StringMap iteration order is non-deterministic.
Jim Grosbach
2012-03-27
llvm/docs/*.html: Fix markups.
NAKAMURA Takumi
2012-02-22
Add a Briggs and Torczon sparse set implementation.
Jakob Stoklund Olesen
2012-01-30
DenseMap::find_as() and unit tests.
Talin
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
[next]