- b53eb95 Revert r103213. It broke several sections of live website. by mike-m · 15 years ago[Renamed from docs/main/ProgrammersManual.html]
- bc16778 Overhauled llvm/clang docs builds. Closes PR6613. by mike-m · 15 years ago[Renamed from docs/ProgrammersManual.html]
- 41dc51c Fix a grammaro. by Dan Gohman · 15 years ago
- 4c1ffad fix iterator name by Gabor Greif · 15 years ago
- 166a023 Minor grammar and html fixes. by Dan Gohman · 15 years ago
- 221b837 some more tweaks by Gabor Greif · 15 years ago
- 2ece7fb Tell "the rest of the story" about LLVM's iterators' implicit conversions. by Dan Gohman · 15 years ago
- b114a80 fix formatting and a validation fail by Gabor Greif · 15 years ago
- 0029985 add a blurb on const versions of chain traversals and a word of caution by Gabor Greif · 15 years ago
- d555350 http://englishplus.com/grammar/00000296.htm by Gabor Greif · 15 years ago
- b1d8d90 Fix a few more typos. by Dan Gohman · 16 years ago
- e92dee1 Uniformize the names of type predicates: rather than having isFloatTy and by Duncan Sands · 16 years ago
- 4071514 Belatedly document r85295 and r85330. by Jeffrey Yasskin · 16 years ago
- c83a2b4 Add an entry on SmallBitVector. by Dan Gohman · 16 years ago
- 50e846d Try r84890 again (adding ValueMap<>), now that I've tested the compile on by Jeffrey Yasskin · 16 years ago
- 510cbea Revert r84890, which broke the linux build. by Jeffrey Yasskin · 16 years ago
- 87ed859 Add a ValueMap<ValueOrSubclass*, T> type. ValueMap<Value*, T> is safe to use by Jeffrey Yasskin · 16 years ago
- 5fb9d7e Documentation: Perform automated correction of common typos. by Benjamin Kramer · 16 years ago
- b26e279 Fix typo, patch from Timo Juhani Lindfors. by Edwin Török · 16 years ago
- 599c392 llvm::cerr is gone. by Chris Lattner · 16 years ago
- 9ca98ce fix this back, thanks Eli by Chris Lattner · 16 years ago
- 02b4c41 minor grammar tweak by Chris Lattner · 16 years ago
- 3f2da0e Add a first stab at describing LLVMContext. by Owen Anderson · 16 years ago
- 8350419 Add DEBUG_WITH_TYPE as a clean alternative to tweaking DEBUG_TYPE. by Daniel Dunbar · 16 years ago
- 7b2136d Documentation: fix HTML validation errors. by Benjamin Kramer · 16 years ago
- d8b95b7 eventually we should describe string options in the data structures section by Chris Lattner · 16 years ago
- c00114f minor tweaks. by Chris Lattner · 16 years ago
- e3572ba Initial update to VMCore to use Twines for string arguments. by Daniel Dunbar · 16 years ago
- e32f9b2 Rewrite examples to use DEBUG instead of DOUT. by Daniel Dunbar · 16 years ago
- f017c85 Fix link to BasicBlock doxygen documentation in Programmer's Manual by Stefanus Du Toit · 16 years ago
- b418690 Update the threading section to reflect current plans/implementation. by Owen Anderson · 16 years ago
- 60f8757 Fix validation errors. by Owen Anderson · 16 years ago
- e8370c0 Add initial stab at documenting the use of LLVM with threaded clients. by Owen Anderson · 16 years ago
- 0672513 HTML-escape '>' as '>' in sample C++ code. by Misha Brukman · 16 years ago
- 7ebb6ac Add a mention of TypeBuilder to the programmer's manual, and clean up the class by Jeffrey Yasskin · 16 years ago
- d970d69 add some text to explain sentinels by Gabor Greif · 17 years ago
- e39f0e7 minor tweaks by Gabor Greif · 17 years ago
- 86a63d0 don't allow hash_map or hash_set. by Chris Lattner · 17 years ago
- 19d161f Introduce new linkage types linkonce_odr, weak_odr, common_odr by Duncan Sands · 17 years ago
- a17abe1 document ilist_traits by Gabor Greif · 17 years ago
- b6b21ec Expand a bit on iplist. If you are more expert on this class, please review! by Gabor Greif · 17 years ago
- bb17f65 update ilist documentation and add some blurb on ilist_node by Gabor Greif · 17 years ago
- 50626fc Get rid of the tagging functions and use PointerIntPair. by Gabor Greif · 17 years ago
- 947321d Global replace of yellow W3C "valid HTML/CSS" icons with blue ones. by Misha Brukman · 17 years ago
- 5e70957 This method got renamed, thanks to Mattias Holm for pointing this out. by Chris Lattner · 17 years ago
- 5fbecf7 Fix syntax of iterate_complex example. Noticed by Martin! by Eric Christopher · 17 years ago
- 8ce7962 Change PointerType::get -> getUnqual by Daniel Dunbar · 17 years ago
- 48d4b03 Fix documentation for these functions; they do not only modify users within the by Nick Lewycky · 17 years ago
- e247e36 Use present tense when talking about User layout. It is implemented now. by Gabor Greif · 17 years ago
- 1d5610a Fix typo, fix suggested by Nicholas Olsen by Chris Lattner · 17 years ago
- 7dabe38 fix validator warning by Gabor Greif · 17 years ago
- 93b462b prettify, no semantic changes by Gabor Greif · 17 years ago
- 92e8776 Move some documentation from the header file into ProgrammersManual. About to improve. by Gabor Greif · 17 years ago
- fd62ee7 Fix inst_iterator example. by Chris Lattner · 17 years ago
- 3db8f77 simplify this. by Chris Lattner · 18 years ago
- 0665e1f add info on walking preds/succs of a block. by Chris Lattner · 18 years ago
- c004e5b Type::IntTy hasn't existed for a while. Just sub in Type::Int32Ty. by Nick Lewycky · 18 years ago
- 77ab46d document DenseSet. by Chris Lattner · 18 years ago
- 62a4eae explain why not vector<bool> by Chris Lattner · 18 years ago
- 7ea44dc Add section on bit containers. by Daniel Berlin · 18 years ago
- 92eea07 Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo by Chris Lattner · 18 years ago
- f17a25c It's not necessary to do rounding for alloca operations when the requested by Dan Gohman · 18 years ago