2010-12-14 |
Jakob Stoklund Olesen | Add IntervalMap to the Programmer's Manual. |
blob | commitdiff | raw |
2010-10-09 |
Nick Lewycky | Fix dead link. |
blob | commitdiff | raw | diff to current |
2010-08-04 |
Dan Gohman | Remove a link which is no longer relevant. |
blob | commitdiff | raw | diff to current |
2010-08-01 |
Nick Lewycky | Fix word choice. |
blob | commitdiff | raw | diff to current |
2010-07-14 |
Benjamin Kramer | Don't pass StringRef by reference. |
blob | commitdiff | raw | diff to current |
2010-05-07 |
mike-m | Revert r103213. It broke several sections of live website. |
blob | commitdiff | raw | diff to current |
2010-05-06 |
mike-m | Overhauled llvm/clang docs builds. Closes PR6613. |
blob | commitdiff | raw |
2010-03-30 |
Dan Gohman | Fix a grammaro. |
blob | commitdiff | raw | diff to current |
2010-03-26 |
Gabor Greif | fix iterator name |
blob | commitdiff | raw | diff to current |
2010-03-26 |
Dan Gohman | Minor grammar and html fixes. |
blob | commitdiff | raw | diff to current |
2010-03-26 |
Gabor Greif | some more tweaks |
blob | commitdiff | raw | diff to current |
2010-03-26 |
Dan Gohman | Tell "the rest of the story" about LLVM's iterators... |
blob | commitdiff | raw | diff to current |
2010-03-26 |
Gabor Greif | fix formatting and a validation fail |
blob | commitdiff | raw | diff to current |
2010-03-26 |
Gabor Greif | add a blurb on const versions of chain traversals and... |
blob | commitdiff | raw | diff to current |
2010-03-26 |
Gabor Greif | http://englishplus.com/grammar/00000296.htm |
blob | commitdiff | raw | diff to current |
2010-02-25 |
Dan Gohman | Fix a few more typos. |
blob | commitdiff | raw | diff to current |
2010-02-15 |
Duncan Sands | Uniformize the names of type predicates: rather than... |
blob | commitdiff | raw | diff to current |
2010-01-29 |
Jeffrey Yasskin | Belatedly document r85295 and r85330. |
blob | commitdiff | raw | diff to current |
2010-01-05 |
Dan Gohman | Add an entry on SmallBitVector. |
blob | commitdiff | raw | diff to current |
2009-10-22 |
Jeffrey Yasskin | Try r84890 again (adding ValueMap<>), now that I've... |
blob | commitdiff | raw | diff to current |
2009-10-22 |
Jeffrey Yasskin | Revert r84890, which broke the linux build. |
blob | commitdiff | raw | diff to current |
2009-10-22 |
Jeffrey Yasskin | Add a ValueMap<ValueOrSubclass*, T> type. ValueMap... |
blob | commitdiff | raw | diff to current |
2009-10-12 |
Benjamin Kramer | Documentation: Perform automated correction of common... |
blob | commitdiff | raw | diff to current |
2009-10-12 |
Torok Edwin | Fix typo, patch from Timo Juhani Lindfors. |
blob | commitdiff | raw | diff to current |
2009-09-08 |
Chris Lattner | llvm::cerr is gone. |
blob | commitdiff | raw | diff to current |
2009-08-20 |
Chris Lattner | fix this back, thanks Eli |
blob | commitdiff | raw | diff to current |
2009-08-20 |
Chris Lattner | minor grammar tweak |
blob | commitdiff | raw | diff to current |
2009-08-19 |
Owen Anderson | Add a first stab at describing LLVMContext. |
blob | commitdiff | raw | diff to current |
2009-08-07 |
Daniel Dunbar | Add DEBUG_WITH_TYPE as a clean alternative to tweaking... |
blob | commitdiff | raw | diff to current |
2009-08-05 |
Benjamin Kramer | Documentation: fix HTML validation errors. |
blob | commitdiff | raw | diff to current |
2009-07-25 |
Chris Lattner | eventually we should describe string options in the... |
blob | commitdiff | raw | diff to current |
2009-07-25 |
Chris Lattner | minor tweaks. |
blob | commitdiff | raw | diff to current |
2009-07-25 |
Daniel Dunbar | Initial update to VMCore to use Twines for string argum... |
blob | commitdiff | raw | diff to current |
2009-07-25 |
Daniel Dunbar | Rewrite examples to use DEBUG instead of DOUT. |
blob | commitdiff | raw | diff to current |
2009-06-17 |
Stefanus Du Toit | Fix link to BasicBlock doxygen documentation in Program... |
blob | commitdiff | raw | diff to current |
2009-06-16 |
Owen Anderson | Update the threading section to reflect current plans... |
blob | commitdiff | raw | diff to current |
2009-06-16 |
Owen Anderson | Fix validation errors. |
blob | commitdiff | raw | diff to current |
2009-06-16 |
Owen Anderson | Add initial stab at documenting the use of LLVM with... |
blob | commitdiff | raw | diff to current |
2009-05-01 |
Misha Brukman | HTML-escape '>' as '>' in sample C++ code. |
blob | commitdiff | raw | diff to current |
2009-04-30 |
Jeffrey Yasskin | Add a mention of TypeBuilder to the programmer's manual... |
blob | commitdiff | raw | diff to current |
2009-03-12 |
Gabor Greif | add some text to explain sentinels |
blob | commitdiff | raw | diff to current |
2009-03-12 |
Gabor Greif | minor tweaks |
blob | commitdiff | raw | diff to current |
2009-03-09 |
Chris Lattner | don't allow hash_map or hash_set. |
blob | commitdiff | raw | diff to current |
2009-03-07 |
Duncan Sands | Introduce new linkage types linkonce_odr, weak_odr... |
blob | commitdiff | raw | diff to current |
2009-02-27 |
Gabor Greif | document ilist_traits |
blob | commitdiff | raw | diff to current |
2009-02-27 |
Gabor Greif | Expand a bit on iplist. If you are more expert on this... |
blob | commitdiff | raw | diff to current |
2009-02-27 |
Gabor Greif | update ilist documentation and add some blurb on ilist_node |
blob | commitdiff | raw | diff to current |
2009-01-05 |
Gabor Greif | Get rid of the tagging functions and use PointerIntPair. |
blob | commitdiff | raw | diff to current |
2008-12-11 |
Misha Brukman | Global replace of yellow W3C "valid HTML/CSS" icons... |
blob | commitdiff | raw | diff to current |
2008-11-25 |
Chris Lattner | This method got renamed, thanks to Mattias Holm for... |
blob | commitdiff | raw | diff to current |
2008-11-08 |
Eric Christopher | Fix syntax of iterate_complex example. Noticed by Martin! |
blob | commitdiff | raw | diff to current |
2008-10-03 |
Daniel Dunbar | Change PointerType::get -> getUnqual |
blob | commitdiff | raw | diff to current |
2008-09-15 |
Nick Lewycky | Fix documentation for these functions; they do not... |
blob | commitdiff | raw | diff to current |
2008-06-25 |
Gabor Greif | Use present tense when talking about User layout. It... |
blob | commitdiff | raw | diff to current |
2008-06-20 |
Chris Lattner | Fix typo, fix suggested by Nicholas Olsen |
blob | commitdiff | raw | diff to current |
2008-06-18 |
Gabor Greif | fix validator warning |
blob | commitdiff | raw | diff to current |
2008-06-18 |
Gabor Greif | prettify, no semantic changes |
blob | commitdiff | raw | diff to current |
2008-06-16 |
Gabor Greif | Move some documentation from the header file into Progr... |
blob | commitdiff | raw | diff to current |
2008-06-04 |
Chris Lattner | Fix inst_iterator example. |
blob | commitdiff | raw | diff to current |
2008-02-15 |
Chris Lattner | simplify this. |
blob | commitdiff | raw | diff to current |
2008-01-03 |
Chris Lattner | add info on walking preds/succs of a block. |
blob | commitdiff | raw | diff to current |
2007-12-03 |
Nick Lewycky | Type::IntTy hasn't existed for a while. Just sub in... |
blob | commitdiff | raw | diff to current |
2007-09-30 |
Chris Lattner | document DenseSet. |
blob | commitdiff | raw | diff to current |
2007-09-25 |
Chris Lattner | explain why not vector<bool> |
blob | commitdiff | raw | diff to current |
2007-09-24 |
Daniel Berlin | Add section on bit containers. |
blob | commitdiff | raw | diff to current |
2007-09-17 |
Chris Lattner | Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo |
blob | commitdiff | raw | diff to current |
2007-07-06 |
Gabor Greif | first pass of nomenclature changes in .html files |
blob | commitdiff | raw | diff to current |
2007-06-20 |
Tanya Lattner | Modify deleting global variable with an even easier... |
blob | commitdiff | raw | diff to current |
2007-06-20 |
Tanya Lattner | Add blurb on deleting global variables. |
blob | commitdiff | raw | diff to current |
2007-03-30 |
Duncan Sands | Various hopefully correct easy fixes. |
blob | commitdiff | raw | diff to current |
2007-03-28 |
Chris Lattner | Stop using the foo HTML tag :) |
blob | commitdiff | raw | diff to current |
2007-03-02 |
Reid Spencer | Fix a typo. |
blob | commitdiff | raw | diff to current |
2007-03-01 |
Reid Spencer | Clarify the use of getValue/getSExtValue/getZExtValue... |
blob | commitdiff | raw | diff to current |
2007-02-16 |
Chris Lattner | update symtab section to reflect recent changes. |
blob | commitdiff | raw | diff to current |
2007-02-15 |
Reid Spencer | For PR1195: |
blob | commitdiff | raw | diff to current |
2007-02-15 |
Reid Spencer | For PR1195: |
blob | commitdiff | raw | diff to current |
2007-02-09 |
Reid Spencer | Change a reference to gccas to a reference to opt. |
blob | commitdiff | raw | diff to current |
2007-02-08 |
Chris Lattner | update this. |
blob | commitdiff | raw | diff to current |
2007-02-07 |
Chris Lattner | remove some obsolete SymbolTable methods. These docs... |
blob | commitdiff | raw | diff to current |
2007-02-05 |
Chris Lattner | add a note |
blob | commitdiff | raw | diff to current |
2007-02-04 |
Chris Lattner | describe SmallSetVector |
blob | commitdiff | raw | diff to current |
2007-02-03 |
Chris Lattner | null -> pointer, nul -> character :) |
blob | commitdiff | raw | diff to current |
2007-02-03 |
Reid Spencer | Fix some spellos. |
blob | commitdiff | raw | diff to current |
2007-02-03 |
Chris Lattner | fix grammar |
blob | commitdiff | raw | diff to current |
2007-02-03 |
Chris Lattner | Serious cleanups. Make the TOC match the text for... |
blob | commitdiff | raw | diff to current |
2007-02-03 |
Chris Lattner | Add TOC |
blob | commitdiff | raw | diff to current |
2007-02-03 |
Chris Lattner | describe map-like containers |
blob | commitdiff | raw | diff to current |
2007-02-03 |
Chris Lattner | improve grammar |
blob | commitdiff | raw | diff to current |
2007-02-03 |
Chris Lattner | improve grammar |
blob | commitdiff | raw | diff to current |
2007-02-03 |
Chris Lattner | close run-away tag |
blob | commitdiff | raw | diff to current |
2007-02-03 |
Chris Lattner | fill in the section on Set-like containers. |
blob | commitdiff | raw | diff to current |
2007-02-03 |
Chris Lattner | fix validation issues |
blob | commitdiff | raw | diff to current |
2007-02-03 |
Chris Lattner | fix validation problems |
blob | commitdiff | raw | diff to current |
2007-02-03 |
Chris Lattner | Add some notes about choice of container. |
blob | commitdiff | raw | diff to current |
2007-01-15 |
Chris Lattner | Change to match API changes. |
blob | commitdiff | raw | diff to current |
2007-01-12 |
Reid Spencer | Make a couple organizational changes. Type no longer... |
blob | commitdiff | raw | diff to current |
2007-01-12 |
Reid Spencer | Update documentation for arbitrary precision integers: |
blob | commitdiff | raw | diff to current |
2007-01-12 |
Reid Spencer | Update for changes in the IR. The ConstantIntegral... |
blob | commitdiff | raw | diff to current |
2007-01-07 |
Reid Spencer | Update the documentation for SymbolTable class. |
blob | commitdiff | raw | diff to current |
2007-01-04 |
Chris Lattner | Fix broken links, reported by Baptiste Lepilleur |
blob | commitdiff | raw | diff to current |
next |