aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ProgrammersManual.html
Commit message (Expand)AuthorAgeFilesLines
* HTML-escape '>' as '>' in sample C++ code.Misha Brukman2009-05-011-4/+4
* Add a mention of TypeBuilder to the programmer's manual, and clean up the classJeffrey Yasskin2009-04-301-0/+41
* add some text to explain sentinelsGabor Greif2009-03-121-0/+39
* minor tweaksGabor Greif2009-03-121-11/+12
* don't allow hash_map or hash_set.Chris Lattner2009-03-091-18/+7
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-071-5/+6
* document ilist_traitsGabor Greif2009-02-271-0/+15
* Expand a bit on iplist. If you are more expert on this class, please review!Gabor Greif2009-02-271-8/+20
* update ilist documentation and add some blurb on ilist_nodeGabor Greif2009-02-271-2/+21
* Get rid of the tagging functions and use PointerIntPair.Gabor Greif2009-01-051-8/+9
* Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.Misha Brukman2008-12-111-1/+1
* This method got renamed, thanks to Mattias Holm for pointing this out.Chris Lattner2008-11-251-1/+1
* Fix syntax of iterate_complex example. Noticed by Martin!Eric Christopher2008-11-081-1/+1
* Change PointerType::get -> getUnqualDaniel Dunbar2008-10-031-2/+2
* Fix documentation for these functions; they do not only modify users within theNick Lewycky2008-09-151-5/+7
* Use present tense when talking about User layout. It is implemented now.Gabor Greif2008-06-251-10/+10
* Fix typo, fix suggested by Nicholas OlsenChris Lattner2008-06-201-1/+1
* fix validator warningGabor Greif2008-06-181-1/+1
* prettify, no semantic changesGabor Greif2008-06-181-92/+138
* Move some documentation from the header file into ProgrammersManual. About to...Gabor Greif2008-06-161-4/+183
* Fix inst_iterator example.Chris Lattner2008-06-041-3/+6
* simplify this.Chris Lattner2008-02-151-3/+1
* add info on walking preds/succs of a block.Chris Lattner2008-01-031-8/+39
* Type::IntTy hasn't existed for a while. Just sub in Type::Int32Ty.Nick Lewycky2007-12-031-5/+5
* document DenseSet.Chris Lattner2007-09-301-0/+20
* explain why not vector<bool>Chris Lattner2007-09-251-2/+9
* Add section on bit containers.Daniel Berlin2007-09-241-0/+49
* Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfoChris Lattner2007-09-171-1/+1
* first pass of nomenclature changes in .html filesGabor Greif2007-07-061-4/+4
* Modify deleting global variable with an even easier way.Tanya Lattner2007-06-201-7/+4
* Add blurb on deleting global variables.Tanya Lattner2007-06-201-0/+26
* Various hopefully correct easy fixes.Duncan Sands2007-03-301-3/+3
* Stop using the foo HTML tag :)Chris Lattner2007-03-281-2/+2
* Fix a typo.Reid Spencer2007-03-021-1/+1
* Clarify the use of getValue/getSExtValue/getZExtValue and add the newReid Spencer2007-03-011-4/+14
* update symtab section to reflect recent changes.Chris Lattner2007-02-161-146/+19
* For PR1195:Reid Spencer2007-02-151-3/+3
* For PR1195:Reid Spencer2007-02-151-1/+1
* Change a reference to gccas to a reference to opt.Reid Spencer2007-02-091-1/+1
* update this.Chris Lattner2007-02-081-10/+9
* remove some obsolete SymbolTable methods. These docs need to be updatedChris Lattner2007-02-071-19/+0
* add a noteChris Lattner2007-02-051-0/+27
* describe SmallSetVectorChris Lattner2007-02-041-4/+13
* null -> pointer, nul -> character :)Chris Lattner2007-02-031-1/+1
* Fix some spellos.Reid Spencer2007-02-031-19/+19
* fix grammarChris Lattner2007-02-031-3/+3
* Serious cleanups. Make the TOC match the text for the class hierarchy,Chris Lattner2007-02-031-250/+247
* Add TOCChris Lattner2007-02-031-1/+9
* describe map-like containersChris Lattner2007-02-031-15/+176
* improve grammarChris Lattner2007-02-031-21/+24