| Commit message (Expand) | Author | Age | Files | Lines |
* | simplify this. | Chris Lattner | 2008-02-15 | 1 | -3/+1 |
* | add info on walking preds/succs of a block. | Chris Lattner | 2008-01-03 | 1 | -8/+39 |
* | Type::IntTy hasn't existed for a while. Just sub in Type::Int32Ty. | Nick Lewycky | 2007-12-03 | 1 | -5/+5 |
* | document DenseSet. | Chris Lattner | 2007-09-30 | 1 | -0/+20 |
* | explain why not vector<bool> | Chris Lattner | 2007-09-25 | 1 | -2/+9 |
* | Add section on bit containers. | Daniel Berlin | 2007-09-24 | 1 | -0/+49 |
* | Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo | Chris Lattner | 2007-09-17 | 1 | -1/+1 |
* | first pass of nomenclature changes in .html files | Gabor Greif | 2007-07-06 | 1 | -4/+4 |
* | Modify deleting global variable with an even easier way. | Tanya Lattner | 2007-06-20 | 1 | -7/+4 |
* | Add blurb on deleting global variables. | Tanya Lattner | 2007-06-20 | 1 | -0/+26 |
* | Various hopefully correct easy fixes. | Duncan Sands | 2007-03-30 | 1 | -3/+3 |
* | Stop using the foo HTML tag :) | Chris Lattner | 2007-03-28 | 1 | -2/+2 |
* | Fix a typo. | Reid Spencer | 2007-03-02 | 1 | -1/+1 |
* | Clarify the use of getValue/getSExtValue/getZExtValue and add the new | Reid Spencer | 2007-03-01 | 1 | -4/+14 |
* | update symtab section to reflect recent changes. | Chris Lattner | 2007-02-16 | 1 | -146/+19 |
* | For PR1195: | Reid Spencer | 2007-02-15 | 1 | -3/+3 |
* | For PR1195: | Reid Spencer | 2007-02-15 | 1 | -1/+1 |
* | Change a reference to gccas to a reference to opt. | Reid Spencer | 2007-02-09 | 1 | -1/+1 |
* | update this. | Chris Lattner | 2007-02-08 | 1 | -10/+9 |
* | remove some obsolete SymbolTable methods. These docs need to be updated | Chris Lattner | 2007-02-07 | 1 | -19/+0 |
* | add a note | Chris Lattner | 2007-02-05 | 1 | -0/+27 |
* | describe SmallSetVector | Chris Lattner | 2007-02-04 | 1 | -4/+13 |
* | null -> pointer, nul -> character :) | Chris Lattner | 2007-02-03 | 1 | -1/+1 |
* | Fix some spellos. | Reid Spencer | 2007-02-03 | 1 | -19/+19 |
* | fix grammar | Chris Lattner | 2007-02-03 | 1 | -3/+3 |
* | Serious cleanups. Make the TOC match the text for the class hierarchy, | Chris Lattner | 2007-02-03 | 1 | -250/+247 |
* | Add TOC | Chris Lattner | 2007-02-03 | 1 | -1/+9 |
* | describe map-like containers | Chris Lattner | 2007-02-03 | 1 | -15/+176 |
* | improve grammar | Chris Lattner | 2007-02-03 | 1 | -21/+24 |
* | improve grammar | Chris Lattner | 2007-02-03 | 1 | -9/+12 |
* | close run-away tag | Chris Lattner | 2007-02-03 | 1 | -1/+1 |
* | fill in the section on Set-like containers. | Chris Lattner | 2007-02-03 | 1 | -19/+217 |
* | fix validation issues | Chris Lattner | 2007-02-03 | 1 | -6/+1 |
* | fix validation problems | Chris Lattner | 2007-02-03 | 1 | -2/+2 |
* | Add some notes about choice of container. | Chris Lattner | 2007-02-03 | 1 | -0/+239 |
* | Change to match API changes. | Chris Lattner | 2007-01-15 | 1 | -5/+1 |
* | Make a couple organizational changes. Type no longer derives from Value | Reid Spencer | 2007-01-12 | 1 | -108/+117 |
* | Update documentation for arbitrary precision integers: | Reid Spencer | 2007-01-12 | 1 | -27/+57 |
* | Update for changes in the IR. The ConstantIntegral, ConstantBool, and | Reid Spencer | 2007-01-12 | 1 | -3/+6 |
* | Update the documentation for SymbolTable class. | Reid Spencer | 2007-01-07 | 1 | -62/+12 |
* | Fix broken links, reported by Baptiste Lepilleur | Chris Lattner | 2007-01-04 | 1 | -3/+3 |
* | fix a typo | Chris Lattner | 2006-12-20 | 1 | -1/+1 |
* | Remove documentation for isSigned and isUnsigned methods of Type class. | Reid Spencer | 2006-12-19 | 1 | -11/+1 |
* | update to reflect changes in statistic class. | Chris Lattner | 2006-12-19 | 1 | -8/+10 |
* | Make changes for removal of SETCC instruction to unify with LangRef.html. | Reid Spencer | 2006-12-19 | 1 | -2/+25 |
* | Removing even more <iostream> includes. | Bill Wendling | 2006-12-07 | 1 | -13/+13 |
* | For PR950: | Reid Spencer | 2006-10-20 | 1 | -12/+7 |
* | Clean-up of formatting and spelling. | Bill Wendling | 2006-10-11 | 1 | -38/+36 |
* | Put code example inside of "doc_code" divisions. | Bill Wendling | 2006-10-11 | 1 | -91/+359 |
* | Update documentaion of node annotation (coloring) in viewGraph. | Jim Laskey | 2006-10-02 | 1 | -1/+13 |