test commit
[oota-llvm.git] / docs / ProgrammersManual.html
2012-04-25 Benjamin KramerReapply the SmallMap patch with a fix.
2012-04-25 Eric ChristopherRevert "First implementation of:"
2012-04-25 Stepan DyatkovskiyFirst implementation of:
2012-04-19 Daniel Dunbar[docs] Update HTML pages to refer to CSS in a way that...
2012-04-18 Jim GrosbachDocument that StringMap iteration order is non-determin...
2012-03-27 NAKAMURA Takumillvm/docs/*.html: Fix markups.
2012-02-22 Jakob Stoklund OlesenAdd a Briggs and Torczon sparse set implementation.
2012-01-30 TalinDenseMap::find_as() and unit tests.
2011-11-15 Chris Lattneradd ImmutableSet/Map dox, patch by Caitlin Sadowski!
2011-10-31 NAKAMURA Takumidocs/*.html: Fix markups.
2011-10-28 Jim GrosbachClarify example snippets a bit.
2011-10-11 Bill WendlingReword the SetVector description to reflect reality.
2011-07-23 Chris Lattnerhow about that, StringRef doesn't allow any mutation...
2011-07-22 Chris Lattneradd section to ToC
2011-07-22 Chris Lattnerwrite the long-overdue strings section of the data...
2011-07-22 Chris Lattnermove the section for string-like containers to follow...
2011-07-18 Chris Lattnerintroduce a new TinyPtrVector class.
2011-07-12 Tobias GrosserVectorType is also a SequentialType
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-06-15 Argyrios KyrtzidisDocument ADT/PackedVector.h in "Programmer's Manual...
2011-06-13 Chris Lattnermention graph vis isn't available in Release builds.
2011-04-23 NAKAMURA Takumidocs: Introduce cascading style <div> and <p> continued...
2011-04-18 NAKAMURA Takumidocs: Use <Hn> as Heading elements instead of <DIV...
2011-04-18 NAKAMURA Takumidocs: Redefine Heading elements as below;
2011-04-09 NAKAMURA Takumidocs: Canonicalize URLs.
2011-04-05 Chris Lattnermention llvm::ArrayRef, which should be use much more...
2011-04-05 Jakob Stoklund OlesenDocument llvm/ADT/IntEqClasses.h in ProgrammersManual...
2011-03-24 Chris Lattnerfix description, PR9542
2011-02-17 Nick LewyckyFix thinko, basic blocks are SESE. The exits may have...
2010-12-14 Jakob Stoklund OlesenAdd IntervalMap to the Programmer's Manual.
2010-10-09 Nick LewyckyFix dead link.
2010-08-04 Dan GohmanRemove a link which is no longer relevant.
2010-08-01 Nick LewyckyFix word choice.
2010-07-14 Benjamin KramerDon't pass StringRef by reference.
2010-05-07 mike-mRevert r103213. It broke several sections of live website.
2010-05-06 mike-mOverhauled llvm/clang docs builds. Closes PR6613.
2010-03-30 Dan GohmanFix a grammaro.
2010-03-26 Gabor Greiffix iterator name
2010-03-26 Dan GohmanMinor grammar and html fixes.
2010-03-26 Gabor Greifsome more tweaks
2010-03-26 Dan GohmanTell "the rest of the story" about LLVM's iterators...
2010-03-26 Gabor Greiffix formatting and a validation fail
2010-03-26 Gabor Greifadd a blurb on const versions of chain traversals and...
2010-03-26 Gabor Greifhttp://englishplus.com/grammar/00000296.htm
2010-02-25 Dan GohmanFix a few more typos.
2010-02-15 Duncan SandsUniformize the names of type predicates: rather than...
2010-01-29 Jeffrey YasskinBelatedly document r85295 and r85330.
2010-01-05 Dan GohmanAdd an entry on SmallBitVector.
2009-10-22 Jeffrey YasskinTry r84890 again (adding ValueMap<>), now that I've...
2009-10-22 Jeffrey YasskinRevert r84890, which broke the linux build.
2009-10-22 Jeffrey YasskinAdd a ValueMap<ValueOrSubclass*, T> type. ValueMap...
2009-10-12 Benjamin KramerDocumentation: Perform automated correction of common...
2009-10-12 Torok EdwinFix typo, patch from Timo Juhani Lindfors.
2009-09-08 Chris Lattnerllvm::cerr is gone.
2009-08-20 Chris Lattnerfix this back, thanks Eli
2009-08-20 Chris Lattnerminor grammar tweak
2009-08-19 Owen AndersonAdd a first stab at describing LLVMContext.
2009-08-07 Daniel DunbarAdd DEBUG_WITH_TYPE as a clean alternative to tweaking...
2009-08-05 Benjamin KramerDocumentation: fix HTML validation errors.
2009-07-25 Chris Lattnereventually we should describe string options in the...
2009-07-25 Chris Lattnerminor tweaks.
2009-07-25 Daniel DunbarInitial update to VMCore to use Twines for string argum...
2009-07-25 Daniel DunbarRewrite examples to use DEBUG instead of DOUT.
2009-06-17 Stefanus Du ToitFix link to BasicBlock doxygen documentation in Program...
2009-06-16 Owen AndersonUpdate the threading section to reflect current plans...
2009-06-16 Owen AndersonFix validation errors.
2009-06-16 Owen AndersonAdd initial stab at documenting the use of LLVM with...
2009-05-01 Misha BrukmanHTML-escape '>' as '&gt;' in sample C++ code.
2009-04-30 Jeffrey YasskinAdd a mention of TypeBuilder to the programmer's manual...
2009-03-12 Gabor Greifadd some text to explain sentinels
2009-03-12 Gabor Greifminor tweaks
2009-03-09 Chris Lattnerdon't allow hash_map or hash_set.
2009-03-07 Duncan SandsIntroduce new linkage types linkonce_odr, weak_odr...
2009-02-27 Gabor Greifdocument ilist_traits
2009-02-27 Gabor GreifExpand a bit on iplist. If you are more expert on this...
2009-02-27 Gabor Greifupdate ilist documentation and add some blurb on ilist_node
2009-01-05 Gabor GreifGet rid of the tagging functions and use PointerIntPair.
2008-12-11 Misha BrukmanGlobal replace of yellow W3C "valid HTML/CSS" icons...
2008-11-25 Chris LattnerThis method got renamed, thanks to Mattias Holm for...
2008-11-08 Eric ChristopherFix syntax of iterate_complex example. Noticed by Martin!
2008-10-03 Daniel DunbarChange PointerType::get -> getUnqual
2008-09-15 Nick LewyckyFix documentation for these functions; they do not...
2008-06-25 Gabor GreifUse present tense when talking about User layout. It...
2008-06-20 Chris LattnerFix typo, fix suggested by Nicholas Olsen
2008-06-18 Gabor Greiffix validator warning
2008-06-18 Gabor Greifprettify, no semantic changes
2008-06-16 Gabor GreifMove some documentation from the header file into Progr...
2008-06-04 Chris LattnerFix inst_iterator example.
2008-02-15 Chris Lattnersimplify this.
2008-01-03 Chris Lattneradd info on walking preds/succs of a block.
2007-12-03 Nick LewyckyType::IntTy hasn't existed for a while. Just sub in...
2007-09-30 Chris Lattnerdocument DenseSet.
2007-09-25 Chris Lattnerexplain why not vector<bool>
2007-09-24 Daniel BerlinAdd section on bit containers.
2007-09-17 Chris LattnerMerge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo
2007-07-06 Gabor Greiffirst pass of nomenclature changes in .html files
2007-06-20 Tanya LattnerModify deleting global variable with an even easier...
2007-06-20 Tanya LattnerAdd blurb on deleting global variables.
2007-03-30 Duncan SandsVarious hopefully correct easy fixes.
2007-03-28 Chris LattnerStop using the foo HTML tag :)
next