aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ProgrammersManual.html
Commit message (Expand)AuthorAgeFilesLines
* Remove a link which is no longer relevant.Dan Gohman2010-08-041-2/+0
* Fix word choice.Nick Lewycky2010-08-011-1/+1
* Don't pass StringRef by reference.Benjamin Kramer2010-07-141-9/+8
* Revert r103213. It broke several sections of live website.mike-m2010-05-071-0/+3950
* Overhauled llvm/clang docs builds. Closes PR6613.mike-m2010-05-061-3950/+0
* Fix a grammaro.Dan Gohman2010-03-301-1/+1
* fix iterator nameGabor Greif2010-03-261-1/+1
* Minor grammar and html fixes.Dan Gohman2010-03-261-3/+3
* some more tweaksGabor Greif2010-03-261-4/+5
* Tell "the rest of the story" about LLVM's iterators' implicit conversions.Dan Gohman2010-03-261-0/+15
* fix formatting and a validation failGabor Greif2010-03-261-3/+3
* add a blurb on const versions of chain traversals and a word of cautionGabor Greif2010-03-261-8/+14
* http://englishplus.com/grammar/00000296.htmGabor Greif2010-03-261-1/+1
* Fix a few more typos.Dan Gohman2010-02-251-2/+2
* Uniformize the names of type predicates: rather than having isFloatTy andDuncan Sands2010-02-151-2/+2
* Belatedly document r85295 and r85330.Jeffrey Yasskin2010-01-291-3/+32
* Add an entry on SmallBitVector.Dan Gohman2010-01-051-1/+21
* Try r84890 again (adding ValueMap<>), now that I've tested the compile onJeffrey Yasskin2009-10-221-0/+18
* Revert r84890, which broke the linux build.Jeffrey Yasskin2009-10-221-18/+0
* Add a ValueMap<ValueOrSubclass*, T> type. ValueMap<Value*, T> is safe to useJeffrey Yasskin2009-10-221-0/+18
* Documentation: Perform automated correction of common typos.Benjamin Kramer2009-10-121-5/+5
* Fix typo, patch from Timo Juhani Lindfors.Torok Edwin2009-10-121-1/+1
* llvm::cerr is gone.Chris Lattner2009-09-081-7/+7
* fix this back, thanks EliChris Lattner2009-08-201-1/+1
* minor grammar tweakChris Lattner2009-08-201-1/+1
* Add a first stab at describing LLVMContext.Owen Anderson2009-08-191-0/+45
* Add DEBUG_WITH_TYPE as a clean alternative to tweaking DEBUG_TYPE.Daniel Dunbar2009-08-071-0/+15
* Documentation: fix HTML validation errors.Benjamin Kramer2009-08-051-5/+6
* eventually we should describe string options in the data structures sectionChris Lattner2009-07-251-0/+22
* minor tweaks.Chris Lattner2009-07-251-8/+9
* Initial update to VMCore to use Twines for string arguments.Daniel Dunbar2009-07-251-0/+106
* Rewrite examples to use DEBUG instead of DOUT.Daniel Dunbar2009-07-251-5/+5
* Fix link to BasicBlock doxygen documentation in Programmer's ManualStefanus Du Toit2009-06-171-1/+1
* Update the threading section to reflect current plans/implementation.Owen Anderson2009-06-161-16/+36
* Fix validation errors.Owen Anderson2009-06-161-2/+3
* Add initial stab at documenting the use of LLVM with threaded clients.Owen Anderson2009-06-161-2/+109
* HTML-escape '>' as '&gt;' 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