summaryrefslogtreecommitdiff
path: root/docs/ProgrammersManual.html
Commit message (Expand)AuthorAge
...
* Rewrite examples to use DEBUG instead of DOUT.Daniel Dunbar2009-07-25
* Fix link to BasicBlock doxygen documentation in Programmer's ManualStefanus Du Toit2009-06-17
* Update the threading section to reflect current plans/implementation.Owen Anderson2009-06-16
* Fix validation errors.Owen Anderson2009-06-16
* Add initial stab at documenting the use of LLVM with threaded clients.Owen Anderson2009-06-16
* HTML-escape '>' as '>' in sample C++ code.Misha Brukman2009-05-01
* Add a mention of TypeBuilder to the programmer's manual, and clean up the classJeffrey Yasskin2009-04-30
* add some text to explain sentinelsGabor Greif2009-03-12
* minor tweaksGabor Greif2009-03-12
* don't allow hash_map or hash_set.Chris Lattner2009-03-09
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-07
* document ilist_traitsGabor Greif2009-02-27
* Expand a bit on iplist. If you are more expert on this class, please review!Gabor Greif2009-02-27
* update ilist documentation and add some blurb on ilist_nodeGabor Greif2009-02-27
* Get rid of the tagging functions and use PointerIntPair.Gabor Greif2009-01-05
* Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.Misha Brukman2008-12-11
* This method got renamed, thanks to Mattias Holm for pointing this out.Chris Lattner2008-11-25
* Fix syntax of iterate_complex example. Noticed by Martin!Eric Christopher2008-11-08
* Change PointerType::get -> getUnqualDaniel Dunbar2008-10-03
* Fix documentation for these functions; they do not only modify users within theNick Lewycky2008-09-15
* Use present tense when talking about User layout. It is implemented now.Gabor Greif2008-06-25
* Fix typo, fix suggested by Nicholas OlsenChris Lattner2008-06-20
* fix validator warningGabor Greif2008-06-18
* prettify, no semantic changesGabor Greif2008-06-18
* Move some documentation from the header file into ProgrammersManual. About to...Gabor Greif2008-06-16
* Fix inst_iterator example.Chris Lattner2008-06-04
* simplify this.Chris Lattner2008-02-15
* add info on walking preds/succs of a block.Chris Lattner2008-01-03
* Type::IntTy hasn't existed for a while. Just sub in Type::Int32Ty.Nick Lewycky2007-12-03
* document DenseSet.Chris Lattner2007-09-30
* explain why not vector<bool>Chris Lattner2007-09-25
* Add section on bit containers.Daniel Berlin2007-09-24
* Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfoChris Lattner2007-09-17
* first pass of nomenclature changes in .html filesGabor Greif2007-07-06
* Modify deleting global variable with an even easier way.Tanya Lattner2007-06-20
* Add blurb on deleting global variables.Tanya Lattner2007-06-20
* Various hopefully correct easy fixes.Duncan Sands2007-03-30
* Stop using the foo HTML tag :)Chris Lattner2007-03-28
* Fix a typo.Reid Spencer2007-03-02
* Clarify the use of getValue/getSExtValue/getZExtValue and add the newReid Spencer2007-03-01
* update symtab section to reflect recent changes.Chris Lattner2007-02-16
* For PR1195:Reid Spencer2007-02-15
* For PR1195:Reid Spencer2007-02-15
* Change a reference to gccas to a reference to opt.Reid Spencer2007-02-09
* update this.Chris Lattner2007-02-08
* remove some obsolete SymbolTable methods. These docs need to be updatedChris Lattner2007-02-07
* add a noteChris Lattner2007-02-05
* describe SmallSetVectorChris Lattner2007-02-04
* null -> pointer, nul -> character :)Chris Lattner2007-02-03
* Fix some spellos.Reid Spencer2007-02-03