| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Get rid of the tagging functions and use PointerIntPair. | Gabor Greif | 2009-01-05 | 1 | -8/+9 | 
| | | | | | | | | | | This means that we have to include an additional header. This patch should be functionally equivalent. I cannot outrule any performance degradation, though I do not expect any. llvm-svn: 61694 | ||||
| * | Global replace of yellow W3C "valid HTML/CSS" icons with blue ones. | Misha Brukman | 2008-12-11 | 1 | -1/+1 | 
| | | | | | llvm-svn: 60880 | ||||
| * | This method got renamed, thanks to Mattias Holm for pointing this out. | Chris Lattner | 2008-11-25 | 1 | -1/+1 | 
| | | | | | llvm-svn: 60039 | ||||
| * | Fix syntax of iterate_complex example. Noticed by Martin! | Eric Christopher | 2008-11-08 | 1 | -1/+1 | 
| | | | | | llvm-svn: 58900 | ||||
| * | Change PointerType::get -> getUnqual | Daniel Dunbar | 2008-10-03 | 1 | -2/+2 | 
| | | | | | llvm-svn: 57032 | ||||
| * | Fix documentation for these functions; they do not only modify users within the | Nick Lewycky | 2008-09-15 | 1 | -5/+7 | 
| | | | | | | | block specified by the InstList. Patch by Stefanus Du Toit. llvm-svn: 56200 | ||||
| * | Use present tense when talking about User layout. It is implemented now. | Gabor Greif | 2008-06-25 | 1 | -10/+10 | 
| | | | | | llvm-svn: 52699 | ||||
| * | Fix typo, fix suggested by Nicholas Olsen | Chris Lattner | 2008-06-20 | 1 | -1/+1 | 
| | | | | | llvm-svn: 52524 | ||||
| * | fix validator warning | Gabor Greif | 2008-06-18 | 1 | -1/+1 | 
| | | | | | llvm-svn: 52461 | ||||
| * | prettify, no semantic changes | Gabor Greif | 2008-06-18 | 1 | -92/+138 | 
| | | | | | llvm-svn: 52460 | ||||
| * | Move some documentation from the header file into ProgrammersManual. About ↵ | Gabor Greif | 2008-06-16 | 1 | -4/+183 | 
| | | | | | | | to improve. llvm-svn: 52360 | ||||
| * | Fix inst_iterator example. | Chris Lattner | 2008-06-04 | 1 | -3/+6 | 
| | | | | | llvm-svn: 51954 | ||||
| * | simplify this. | Chris Lattner | 2008-02-15 | 1 | -3/+1 | 
| | | | | | llvm-svn: 47187 | ||||
| * | add info on walking preds/succs of a block. | Chris Lattner | 2008-01-03 | 1 | -8/+39 | 
| | | | | | llvm-svn: 45537 | ||||
| * | Type::IntTy hasn't existed for a while. Just sub in Type::Int32Ty. | Nick Lewycky | 2007-12-03 | 1 | -5/+5 | 
| | | | | | llvm-svn: 44526 | ||||
| * | document DenseSet. | Chris Lattner | 2007-09-30 | 1 | -0/+20 | 
| | | | | | llvm-svn: 42475 | ||||
| * | explain why not vector<bool> | Chris Lattner | 2007-09-25 | 1 | -2/+9 | 
| | | | | | llvm-svn: 42324 | ||||
| * | Add section on bit containers. | Daniel Berlin | 2007-09-24 | 1 | -0/+49 | 
| | | | | | | | (Not the most well written stuff in the universe :P) llvm-svn: 42267 | ||||
| * | Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo | Chris Lattner | 2007-09-17 | 1 | -1/+1 | 
| | | | | | | | | Add a new DenseMapInfo::isEqual method to allow clients to redefine the equality predicate used when probing the hash table. llvm-svn: 42042 | ||||
| * | first pass of nomenclature changes in .html files | Gabor Greif | 2007-07-06 | 1 | -4/+4 | 
| | | | | | llvm-svn: 37956 | ||||
| * | Modify deleting global variable with an even easier way. | Tanya Lattner | 2007-06-20 | 1 | -7/+4 | 
| | | | | | llvm-svn: 37676 | ||||
| * | Add blurb on deleting global variables. | Tanya Lattner | 2007-06-20 | 1 | -0/+26 | 
| | | | | | llvm-svn: 37674 | ||||
| * | Various hopefully correct easy fixes. | Duncan Sands | 2007-03-30 | 1 | -3/+3 | 
| | | | | | llvm-svn: 35506 | ||||
| * | Stop using the foo HTML tag :) | Chris Lattner | 2007-03-28 | 1 | -2/+2 | 
| | | | | | llvm-svn: 35436 | ||||
| * | Fix a typo. | Reid Spencer | 2007-03-02 | 1 | -1/+1 | 
| | | | | | llvm-svn: 34826 | ||||
| * | Clarify the use of getValue/getSExtValue/getZExtValue and add the new | Reid Spencer | 2007-03-01 | 1 | -4/+14 | 
| | | | | | | | APInt constructor. llvm-svn: 34811 | ||||
| * | update symtab section to reflect recent changes. | Chris Lattner | 2007-02-16 | 1 | -146/+19 | 
| | | | | | llvm-svn: 34340 | ||||
| * | For PR1195: | Reid Spencer | 2007-02-15 | 1 | -3/+3 | 
| | | | | | | | Packed -> Vector llvm-svn: 34296 | ||||
| * | For PR1195: | Reid Spencer | 2007-02-15 | 1 | -1/+1 | 
| | | | | | | | | Rename PackedType -> VectorType, ConstantPacked -> ConstantVector, and PackedTyID -> VectorTyID. No functional changes. llvm-svn: 34293 | ||||
| * | Change a reference to gccas to a reference to opt. | Reid Spencer | 2007-02-09 | 1 | -1/+1 | 
| | | | | | llvm-svn: 34095 | ||||
| * | update this. | Chris Lattner | 2007-02-08 | 1 | -10/+9 | 
| | | | | | llvm-svn: 34063 | ||||
| * | remove some obsolete SymbolTable methods. These docs need to be updated | Chris Lattner | 2007-02-07 | 1 | -19/+0 | 
| | | | | | | | now that PR411 landed llvm-svn: 33991 | ||||
| * | add a note | Chris Lattner | 2007-02-05 | 1 | -0/+27 | 
| | | | | | llvm-svn: 33904 | ||||
| * | describe SmallSetVector | Chris Lattner | 2007-02-04 | 1 | -4/+13 | 
| | | | | | llvm-svn: 33847 | ||||
| * | null -> pointer, nul -> character :) | Chris Lattner | 2007-02-03 | 1 | -1/+1 | 
| | | | | | llvm-svn: 33841 | ||||
| * | Fix some spellos. | Reid Spencer | 2007-02-03 | 1 | -19/+19 | 
| | | | | | llvm-svn: 33840 | ||||
| * | fix grammar | Chris Lattner | 2007-02-03 | 1 | -3/+3 | 
| | | | | | llvm-svn: 33839 | ||||
| * | Serious cleanups. Make the TOC match the text for the class hierarchy, | Chris Lattner | 2007-02-03 | 1 | -250/+247 | 
| | | | | | | | | move the sections of the class-h around in the right order, make it actually reflect the classes in LLVM today. llvm-svn: 33838 | ||||
| * | Add TOC | Chris Lattner | 2007-02-03 | 1 | -1/+9 | 
| | | | | | llvm-svn: 33837 | ||||
| * | describe map-like containers | Chris Lattner | 2007-02-03 | 1 | -15/+176 | 
| | | | | | llvm-svn: 33836 | ||||
| * | improve grammar | Chris Lattner | 2007-02-03 | 1 | -21/+24 | 
| | | | | | llvm-svn: 33830 | ||||
| * | improve grammar | Chris Lattner | 2007-02-03 | 1 | -9/+12 | 
| | | | | | llvm-svn: 33829 | ||||
| * | close run-away tag | Chris Lattner | 2007-02-03 | 1 | -1/+1 | 
| | | | | | llvm-svn: 33828 | ||||
| * | fill in the section on Set-like containers. | Chris Lattner | 2007-02-03 | 1 | -19/+217 | 
| | | | | | llvm-svn: 33827 | ||||
| * | fix validation issues | Chris Lattner | 2007-02-03 | 1 | -6/+1 | 
| | | | | | llvm-svn: 33823 | ||||
| * | 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 | ||||

