The same problem was being tracked in PR7652.
[oota-llvm.git] / docs / ProgrammersManual.html
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 :)
2007-03-02 Reid SpencerFix a typo.
2007-03-01 Reid SpencerClarify the use of getValue/getSExtValue/getZExtValue...
2007-02-16 Chris Lattnerupdate symtab section to reflect recent changes.
2007-02-15 Reid SpencerFor PR1195:
2007-02-15 Reid SpencerFor PR1195:
2007-02-09 Reid SpencerChange a reference to gccas to a reference to opt.
2007-02-08 Chris Lattnerupdate this.
2007-02-07 Chris Lattnerremove some obsolete SymbolTable methods. These docs...
2007-02-05 Chris Lattneradd a note
2007-02-04 Chris Lattnerdescribe SmallSetVector
2007-02-03 Chris Lattnernull -> pointer, nul -> character :)
2007-02-03 Reid SpencerFix some spellos.
2007-02-03 Chris Lattnerfix grammar
2007-02-03 Chris LattnerSerious cleanups. Make the TOC match the text for...
2007-02-03 Chris LattnerAdd TOC
2007-02-03 Chris Lattnerdescribe map-like containers
2007-02-03 Chris Lattnerimprove grammar
2007-02-03 Chris Lattnerimprove grammar
2007-02-03 Chris Lattnerclose run-away tag
2007-02-03 Chris Lattnerfill in the section on Set-like containers.
2007-02-03 Chris Lattnerfix validation issues
2007-02-03 Chris Lattnerfix validation problems
2007-02-03 Chris LattnerAdd some notes about choice of container.
2007-01-15 Chris LattnerChange to match API changes.
2007-01-12 Reid SpencerMake a couple organizational changes. Type no longer...
2007-01-12 Reid SpencerUpdate documentation for arbitrary precision integers:
2007-01-12 Reid SpencerUpdate for changes in the IR. The ConstantIntegral...
2007-01-07 Reid SpencerUpdate the documentation for SymbolTable class.
2007-01-04 Chris LattnerFix broken links, reported by Baptiste Lepilleur
2006-12-20 Chris Lattnerfix a typo
2006-12-19 Reid SpencerRemove documentation for isSigned and isUnsigned method...
2006-12-19 Chris Lattnerupdate to reflect changes in statistic class.
2006-12-19 Reid SpencerMake changes for removal of SETCC instruction to unify...
next