aboutsummaryrefslogtreecommitdiff
path: root/docs/ProgrammersManual.html
AgeCommit message (Expand)Author
2009-09-08llvm::cerr is gone.Chris Lattner
2009-08-20fix this back, thanks EliChris Lattner
2009-08-20minor grammar tweakChris Lattner
2009-08-19Add a first stab at describing LLVMContext.Owen Anderson
2009-08-07Add DEBUG_WITH_TYPE as a clean alternative to tweaking DEBUG_TYPE.Daniel Dunbar
2009-08-05Documentation: fix HTML validation errors.Benjamin Kramer
2009-07-25eventually we should describe string options in the data structures sectionChris Lattner
2009-07-25minor tweaks.Chris Lattner
2009-07-25Initial update to VMCore to use Twines for string arguments.Daniel Dunbar
2009-07-25Rewrite examples to use DEBUG instead of DOUT.Daniel Dunbar
2009-06-17Fix link to BasicBlock doxygen documentation in Programmer's ManualStefanus Du Toit
2009-06-16Update the threading section to reflect current plans/implementation.Owen Anderson
2009-06-16Fix validation errors.Owen Anderson
2009-06-16Add initial stab at documenting the use of LLVM with threaded clients.Owen Anderson
2009-05-01HTML-escape '>' as '>' in sample C++ code.Misha Brukman
2009-04-30Add a mention of TypeBuilder to the programmer's manual, and clean up the classJeffrey Yasskin
2009-03-12add some text to explain sentinelsGabor Greif
2009-03-12minor tweaksGabor Greif
2009-03-09don't allow hash_map or hash_set.Chris Lattner
2009-03-07Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands
2009-02-27document ilist_traitsGabor Greif
2009-02-27Expand a bit on iplist. If you are more expert on this class, please review!Gabor Greif
2009-02-27update ilist documentation and add some blurb on ilist_nodeGabor Greif
2009-01-05Get rid of the tagging functions and use PointerIntPair.Gabor Greif
2008-12-11Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.Misha Brukman
2008-11-25This method got renamed, thanks to Mattias Holm for pointing this out.Chris Lattner
2008-11-08Fix syntax of iterate_complex example. Noticed by Martin!Eric Christopher
2008-10-03Change PointerType::get -> getUnqualDaniel Dunbar
2008-09-15Fix documentation for these functions; they do not only modify users within theNick Lewycky
2008-06-25Use present tense when talking about User layout. It is implemented now.Gabor Greif
2008-06-20Fix typo, fix suggested by Nicholas OlsenChris Lattner
2008-06-18fix validator warningGabor Greif
2008-06-18prettify, no semantic changesGabor Greif
2008-06-16Move some documentation from the header file into ProgrammersManual. About to...Gabor Greif
2008-06-04Fix inst_iterator example.Chris Lattner
2008-02-15simplify this.Chris Lattner
2008-01-03add info on walking preds/succs of a block.Chris Lattner
2007-12-03Type::IntTy hasn't existed for a while. Just sub in Type::Int32Ty.Nick Lewycky
2007-09-30document DenseSet.Chris Lattner
2007-09-25explain why not vector<bool>Chris Lattner
2007-09-24Add section on bit containers.Daniel Berlin
2007-09-17Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfoChris Lattner
2007-07-06first pass of nomenclature changes in .html filesGabor Greif
2007-06-20Modify deleting global variable with an even easier way.Tanya Lattner
2007-06-20Add blurb on deleting global variables.Tanya Lattner
2007-03-30Various hopefully correct easy fixes.Duncan Sands
2007-03-28Stop using the foo HTML tag :)Chris Lattner
2007-03-02Fix a typo.Reid Spencer
2007-03-01Clarify the use of getValue/getSExtValue/getZExtValue and add the newReid Spencer
2007-02-16update symtab section to reflect recent changes.Chris Lattner