Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix validation problems | Chris Lattner | 2007-02-03 | 1 | -2/+2 | |
| | | | | llvm-svn: 33822 | |||||
* | Add some notes about choice of container. | Chris Lattner | 2007-02-03 | 1 | -0/+239 | |
| | | | | llvm-svn: 33821 | |||||
* | Change to match API changes. | Chris Lattner | 2007-01-15 | 1 | -5/+1 | |
| | | | | llvm-svn: 33219 | |||||
* | Make a couple organizational changes. Type no longer derives from Value | Reid Spencer | 2007-01-12 | 1 | -108/+117 | |
| | | | | | | | | | (hasn't for ages) so move it up one level in the table of contents. Type needs to be understood before Value so move it before Value. Make the descriptions of types stand out a little more. Add references to the doxygen for the Type class. llvm-svn: 33122 | |||||
* | Update documentation for arbitrary precision integers: | Reid Spencer | 2007-01-12 | 1 | -27/+57 | |
| | | | | | | | | | 1. int -> i32 2. Describe the IntegerType class. 3. Correct the description of Type and its primitive type subclasses. 4. Document OpaqueType and PackedType a little better. llvm-svn: 33120 | |||||
* | Update for changes in the IR. The ConstantIntegral, ConstantBool, and | Reid Spencer | 2007-01-12 | 1 | -3/+6 | |
| | | | | | | ConstantInt classes were merged into just ConstantInt. llvm-svn: 33107 | |||||
* | Update the documentation for SymbolTable class. | Reid Spencer | 2007-01-07 | 1 | -62/+12 | |
| | | | | llvm-svn: 32970 | |||||
* | Fix broken links, reported by Baptiste Lepilleur | Chris Lattner | 2007-01-04 | 1 | -3/+3 | |
| | | | | llvm-svn: 32882 | |||||
* | fix a typo | Chris Lattner | 2006-12-20 | 1 | -1/+1 | |
| | | | | llvm-svn: 32713 | |||||
* | Remove documentation for isSigned and isUnsigned methods of Type class. | Reid Spencer | 2006-12-19 | 1 | -11/+1 | |
| | | | | llvm-svn: 32708 | |||||
* | update to reflect changes in statistic class. | Chris Lattner | 2006-12-19 | 1 | -8/+10 | |
| | | | | llvm-svn: 32691 | |||||
* | Make changes for removal of SETCC instruction to unify with LangRef.html. | Reid Spencer | 2006-12-19 | 1 | -2/+25 | |
| | | | | llvm-svn: 32680 | |||||
* | Removing even more <iostream> includes. | Bill Wendling | 2006-12-07 | 1 | -13/+13 | |
| | | | | llvm-svn: 32320 | |||||
* | For PR950: | Reid Spencer | 2006-10-20 | 1 | -12/+7 | |
| | | | | | | | | This patch implements the first increment for the Signless Types feature. All changes pertain to removing the ConstantSInt and ConstantUInt classes in favor of just using ConstantInt. llvm-svn: 31063 | |||||
* | Clean-up of formatting and spelling. | Bill Wendling | 2006-10-11 | 1 | -38/+36 | |
| | | | | llvm-svn: 30885 | |||||
* | Put code example inside of "doc_code" divisions. | Bill Wendling | 2006-10-11 | 1 | -91/+359 | |
| | | | | llvm-svn: 30876 | |||||
* | Update documentaion of node annotation (coloring) in viewGraph. | Jim Laskey | 2006-10-02 | 1 | -1/+13 | |
| | | | | llvm-svn: 30687 | |||||
* | Correct the Superclasses list for GlobalVariable and Function to indicate | Reid Spencer | 2006-04-14 | 1 | -16/+20 | |
| | | | | | | | | that they are "Constant" as they derive from GlobalValue. Also, fix some of the wording where it mentions this. Patch inspired by Nai Xia. llvm-svn: 27701 | |||||
* | Changes docs for llvm.cs.uiuc.edu -> llvm.org | Reid Spencer | 2006-03-14 | 1 | -2/+2 | |
| | | | | llvm-svn: 26746 | |||||
* | Use std:: where appropriate | Chris Lattner | 2005-11-28 | 1 | -4/+4 | |
| | | | | llvm-svn: 24494 | |||||
* | * Replace ampersands in section titles with more formal ``and'' | Misha Brukman | 2005-11-01 | 1 | -30/+32 | |
| | | | | | | | * Surround C++ template operators with <tt> * Add <> after templated operators for consistency llvm-svn: 24144 | |||||
* | Add notes about MF.viewCFG() and friends. | Chris Lattner | 2005-10-17 | 1 | -0/+39 | |
| | | | | llvm-svn: 23765 | |||||
* | Remove vim modeline; this should go into ~/.vimrc | Misha Brukman | 2005-05-10 | 1 | -2/+0 | |
| | | | | llvm-svn: 21848 | |||||
* | no parens | Chris Lattner | 2005-04-26 | 1 | -1/+1 | |
| | | | | llvm-svn: 21577 | |||||
* | update some paths | Chris Lattner | 2005-04-26 | 1 | -4/+4 | |
| | | | | llvm-svn: 21576 | |||||
* | Add feedback from Vikram | Chris Lattner | 2005-04-25 | 1 | -2/+11 | |
| | | | | llvm-svn: 21534 | |||||
* | add a bunch of documentation about the LLVM type resolution machinery | Chris Lattner | 2005-04-23 | 1 | -0/+166 | |
| | | | | llvm-svn: 21475 | |||||
* | make an advanced topics section, move symtab to it | Chris Lattner | 2005-04-23 | 1 | -221/+241 | |
| | | | | llvm-svn: 21473 | |||||
* | remove 'another common example', which doesn't work with VC++, and indent | Chris Lattner | 2005-04-22 | 1 | -12/+4 | |
| | | | | | | another example properly llvm-svn: 21442 | |||||
* | methods removed. | Chris Lattner | 2005-03-15 | 1 | -7/+7 | |
| | | | | llvm-svn: 20602 | |||||
* | switch from a* to arg_* and g* to global_* for argument/global var iterators | Chris Lattner | 2005-03-15 | 1 | -8/+8 | |
| | | | | llvm-svn: 20596 | |||||
* | cleanup some html | Chris Lattner | 2005-03-06 | 1 | -11/+8 | |
| | | | | | | | remove a statement that is no longer true remove comment about a dead method. llvm-svn: 20486 | |||||
* | These methods are removed. | Chris Lattner | 2005-03-06 | 1 | -8/+0 | |
| | | | | llvm-svn: 20473 | |||||
* | Fix typos noticed by Gabor Greif, thanks Gabor! | Chris Lattner | 2005-01-17 | 1 | -7/+7 | |
| | | | | llvm-svn: 19621 | |||||
* | Test commit | Chris Lattner | 2004-12-08 | 1 | -0/+1 | |
| | | | | llvm-svn: 18654 | |||||
* | Fixed broken link to Bruce Eckle's book. | Tanya Lattner | 2004-12-08 | 1 | -1/+1 | |
| | | | | llvm-svn: 18650 | |||||
* | Attempt HTML 4.01 Strict compliance. | Reid Spencer | 2004-11-01 | 1 | -37/+39 | |
| | | | | llvm-svn: 17399 | |||||
* | Cleanup the constants section. | Reid Spencer | 2004-11-01 | 1 | -81/+84 | |
| | | | | llvm-svn: 17398 | |||||
* | Minor format tweask for tables. | Reid Spencer | 2004-11-01 | 1 | -8/+8 | |
| | | | | llvm-svn: 17394 | |||||
* | * Add spaces between function names for readability | Misha Brukman | 2004-10-29 | 1 | -35/+45 | |
| | | | | | | * Separate paragraphs, flush HTML text to left margin for ease of editing llvm-svn: 17333 | |||||
* | Fix linkage types | Chris Lattner | 2004-08-04 | 1 | -3/+3 | |
| | | | | llvm-svn: 15464 | |||||
* | Doesn't exist | Chris Lattner | 2004-07-18 | 1 | -2/+0 | |
| | | | | llvm-svn: 14975 | |||||
* | bug 122: | Reid Spencer | 2004-07-18 | 1 | -17/+18 | |
| | | | | | | | Updated to remove references to ConstantPointerRef and reflect the change in the inheritance hierarchy: GlobalValue now derives from Constant. llvm-svn: 14969 | |||||
* | statisfy the spelling police | Chris Lattner | 2004-07-08 | 1 | -2/+1 | |
| | | | | llvm-svn: 14698 | |||||
* | Fixing broken links | Tanya Lattner | 2004-06-22 | 1 | -2/+2 | |
| | | | | llvm-svn: 14317 | |||||
* | Fixed broken links. | Tanya Lattner | 2004-06-22 | 1 | -3/+3 | |
| | | | | llvm-svn: 14313 | |||||
* | Add link documenting shared/static library differences across platforms. | Misha Brukman | 2004-06-18 | 1 | -3/+2 | |
| | | | | llvm-svn: 14237 | |||||
* | Fix more broken links as a result of the llvm namespace. | Misha Brukman | 2004-06-03 | 1 | -6/+6 | |
| | | | | llvm-svn: 14000 | |||||
* | Fix broken links as a result of the llvm namespace. | Misha Brukman | 2004-06-03 | 1 | -15/+19 | |
| | | | | llvm-svn: 13998 | |||||
* | Add section on the newly added Instruction and subclasses constructor | Alkis Evlogimenos | 2004-05-27 | 1 | -1/+16 | |
| | | | | | | variant. llvm-svn: 13802 |