- 1939ace Add section on bit containers. by Daniel Berlin · 18 years ago
- 76c1b97 Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo by Chris Lattner · 18 years ago
- 04367bf first pass of nomenclature changes in .html files by Gabor Greif · 18 years ago
- c5dfcdb Modify deleting global variable with an even easier way. by Tanya Lattner · 18 years ago
- b011c66 Add blurb on deleting global variables. by Tanya Lattner · 18 years ago
- 8036ca4 Various hopefully correct easy fixes. by Duncan Sands · 18 years ago
- 9bb3dbb Stop using the foo HTML tag :) by Chris Lattner · 18 years ago
- 4474d87 Fix a typo. by Reid Spencer · 18 years ago
- 97b4ee3 Clarify the use of getValue/getSExtValue/getZExtValue and add the new by Reid Spencer · 18 years ago
- 263a98e update symtab section to reflect recent changes. by Chris Lattner · 18 years ago
- 485bad1 For PR1195: Packed -> Vector by Reid Spencer · 18 years ago
- 9d6565a For PR1195: by Reid Spencer · 18 years ago
- 6b6c73e Change a reference to gccas to a reference to opt. by Reid Spencer · 19 years ago
- 796f9fa update this. by Chris Lattner · 19 years ago
- e6a7a85 remove some obsolete SymbolTable methods. These docs need to be updated by Chris Lattner · 19 years ago
- 32d8476 add a note by Chris Lattner · 19 years ago
- edca3c5 describe SmallSetVector by Chris Lattner · 19 years ago
- e3683e1 null -> pointer, nul -> character :) by Chris Lattner · 19 years ago
- 128a7a7 Fix some spellos. by Reid Spencer · 19 years ago
- a4a264d fix grammar by Chris Lattner · 19 years ago
- 2b78d96 Serious cleanups. Make the TOC match the text for the class hierarchy, by Chris Lattner · 19 years ago
- f369252 Add TOC by Chris Lattner · 19 years ago
- c572243 describe map-like containers by Chris Lattner · 19 years ago
- 14868db improve grammar by Chris Lattner · 19 years ago
- 3b23a8c improve grammar by Chris Lattner · 19 years ago
- 4ddfac1 close run-away tag by Chris Lattner · 19 years ago
- 74c4ca1 fill in the section on Set-like containers. by Chris Lattner · 19 years ago
- aff26d1 fix validation issues by Chris Lattner · 19 years ago
- 302da1e fix validation problems by Chris Lattner · 19 years ago
- 098129a Add some notes about choice of container. by Chris Lattner · 19 years ago
- 8f79df3 Change to match API changes. by Chris Lattner · 19 years ago
- 303c4b4 Make a couple organizational changes. Type no longer derives from Value by Reid Spencer · 19 years ago
- 06565dc Update documentation for arbitrary precision integers: by Reid Spencer · 19 years ago
- 53bfebc Update for changes in the IR. The ConstantIntegral, ConstantBool, and by Reid Spencer · 19 years ago
- a636224 Update the documentation for SymbolTable class. by Reid Spencer · 19 years ago
- 0081517 Fix broken links, reported by Baptiste Lepilleur by Chris Lattner · 19 years ago
- 0f9a413 fix a typo by Chris Lattner · 19 years ago
- 89e211e Remove documentation for isSigned and isUnsigned methods of Type class. by Reid Spencer · 19 years ago
- 0be6fdf update to reflect changes in statistic class. by Chris Lattner · 19 years ago
- c92d25d Make changes for removal of SETCC instruction to unify with LangRef.html. by Reid Spencer · 19 years ago
- 832171c Removing even more <iostream> includes. by Bill Wendling · 19 years ago
- b83eb64 For PR950: by Reid Spencer · 19 years ago
- 82e2eea Clean-up of formatting and spelling. by Bill Wendling · 19 years ago
- 3cd5ca6 Put code example inside of "doc_code" divisions. by Bill Wendling · 19 years ago
- 543a0ee Update documentaion of node annotation (coloring) in viewGraph. by Jim Laskey · 19 years ago
- be5e85e Correct the Superclasses list for GlobalVariable and Function to indicate by Reid Spencer · 19 years ago
- 05fe4b0 Changes docs for llvm.cs.uiuc.edu -> llvm.org by Reid Spencer · 19 years ago
- ac5bb69 Use std:: where appropriate by Chris Lattner · 20 years ago
- 2c122ce * Replace ampersands in section titles with more formal ``and'' by Misha Brukman · 20 years ago
- f623a08 Add notes about MF.viewCFG() and friends. by Chris Lattner · 20 years ago
- c74fd7a Remove vim modeline; this should go into ~/.vimrc by Misha Brukman · 20 years ago
- c915108 no parens by Chris Lattner · 20 years ago
- 695b78b update some paths by Chris Lattner · 20 years ago
- 0f876db Add feedback from Vikram by Chris Lattner · 20 years ago
- f1b200b add a bunch of documentation about the LLVM type resolution machinery by Chris Lattner · 20 years ago
- d9d6e10 make an advanced topics section, move symtab to it by Chris Lattner · 20 years ago
- 53f72b3 remove 'another common example', which doesn't work with VC++, and indent by Chris Lattner · 20 years ago
- 77d6924 methods removed. by Chris Lattner · 20 years ago
- 89cc265 switch from a* to arg_* and g* to global_* for argument/global var iterators by Chris Lattner · 20 years ago
- 55c0461 cleanup some html by Chris Lattner · 20 years ago
- 7fd5dee These methods are removed. by Chris Lattner · 20 years ago
- 5836082 Fix typos noticed by Gabor Greif, thanks Gabor! by Chris Lattner · 21 years ago
- 61db465 Test commit by Chris Lattner · 21 years ago
- 79445ba Fixed broken link to Bruce Eckle's book. by Tanya Lattner · 21 years ago
- c7d1d82 Attempt HTML 4.01 Strict compliance. by Reid Spencer · 21 years ago
- fe8f4ff Cleanup the constants section. by Reid Spencer · 21 years ago
- d3f876c Minor format tweask for tables. by Reid Spencer · 21 years ago
- b0e7e45 * Add spaces between function names for readability by Misha Brukman · 21 years ago
- ac479e5 Fix linkage types by Chris Lattner · 21 years ago
- f70c25f Doesn't exist by Chris Lattner · 21 years ago
- 8b2da7a bug 122: by Reid Spencer · 21 years ago
- 4573f1b statisfy the spelling police by Chris Lattner · 21 years ago
- a3da777 Fixing broken links by Tanya Lattner · 21 years ago
- 09cf73c Fixed broken links. by Tanya Lattner · 21 years ago
- a0f71e4 Add link documenting shared/static library differences across platforms. by Misha Brukman · 21 years ago
- 31ca1de Fix more broken links as a result of the llvm namespace. by Misha Brukman · 21 years ago
- 384047f Fix broken links as a result of the llvm namespace. by Misha Brukman · 21 years ago
- 9a5dc4f Add section on the newly added Instruction and subclasses constructor variant. by Alkis Evlogimenos · 21 years ago
- 94c4359 Fix a bug in reid's checkin by Chris Lattner · 21 years ago
- 096603a Added a section on the SymbolTable class. by Reid Spencer · 21 years ago
- 69bf8a9 Lots of minor cleanups and clarifications by Chris Lattner · 21 years ago
- d5fc4fc Fix a minor wording bug in the manual by Chris Lattner · 21 years ago
- e3235af Method is gone by Chris Lattner · 22 years ago
- 13fd15c * Conform to HTML 4.01 strict DTD by Misha Brukman · 22 years ago
- d8db4eb Fix grammaro by Chris Lattner · 22 years ago
- 261efe9 checkin reid's docpatch by Chris Lattner · 22 years ago
- 4bf44c2 Added link to ``CVS Branching and Tags Primer''. by Misha Brukman · 22 years ago
- f1972c6 Mention class CallSite by Brian Gaeke · 22 years ago
- 0f6d7c0 Merged in RELEASE_1. by John Criswell · 22 years ago
- 4c6d4d3 update dox by Chris Lattner · 22 years ago
- 065a616 Fix spell-o's by Chris Lattner · 22 years ago
- 5560c9d Spell `necessary' correctly. by Misha Brukman · 22 years ago
- 7496ec5 "fix" coding style stuff Change some <>'s into <>'s by Chris Lattner · 22 years ago
- 806e186 Fix a bug by Chris Lattner · 22 years ago
- 84b7f8d Update information about the new DEBUG_TYPE macro by Chris Lattner · 22 years ago
- 79223ed Added comma after `i.e.' by Misha Brukman · 22 years ago
- e7a7ab4 Fixed syntax error (in documentation!): missing parenthesis. by Misha Brukman · 22 years ago
- 6a54710 Remove documented problem that is now fixed by Chris Lattner · 22 years ago
- c3dc212 Update programmers manual for renamed method by Chris Lattner · 22 years ago
- 6e6026b - Eliminated the deferred symbol table stuff in Module & Function, it really by Chris Lattner · 23 years ago