aboutsummaryrefslogtreecommitdiff
path: root/docs/ProgrammersManual.html
AgeCommit message (Expand)Author
2010-10-09Fix dead link.Nick Lewycky
2010-08-04Remove a link which is no longer relevant.Dan Gohman
2010-08-01Fix word choice.Nick Lewycky
2010-07-14Don't pass StringRef by reference.Benjamin Kramer
2010-05-07Revert r103213. It broke several sections of live website.mike-m
2010-05-06Overhauled llvm/clang docs builds. Closes PR6613.mike-m
2010-03-30Fix a grammaro.Dan Gohman
2010-03-26fix iterator nameGabor Greif
2010-03-26Minor grammar and html fixes.Dan Gohman
2010-03-26some more tweaksGabor Greif
2010-03-26Tell "the rest of the story" about LLVM's iterators' implicit conversions.Dan Gohman
2010-03-26fix formatting and a validation failGabor Greif
2010-03-26add a blurb on const versions of chain traversals and a word of cautionGabor Greif
2010-03-26http://englishplus.com/grammar/00000296.htmGabor Greif
2010-02-25Fix a few more typos.Dan Gohman
2010-02-15Uniformize the names of type predicates: rather than having isFloatTy andDuncan Sands
2010-01-29Belatedly document r85295 and r85330.Jeffrey Yasskin
2010-01-05Add an entry on SmallBitVector.Dan Gohman
2009-10-22Try r84890 again (adding ValueMap<>), now that I've tested the compile onJeffrey Yasskin
2009-10-22Revert r84890, which broke the linux build.Jeffrey Yasskin
2009-10-22Add a ValueMap<ValueOrSubclass*, T> type. ValueMap<Value*, T> is safe to useJeffrey Yasskin
2009-10-12Documentation: Perform automated correction of common typos.Benjamin Kramer
2009-10-12Fix typo, patch from Timo Juhani Lindfors.Torok Edwin
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 '&gt;' 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