aboutsummaryrefslogtreecommitdiff
path: root/docs/ProgrammersManual.html
AgeCommit message (Expand)Author
2007-09-24Add section on bit containers.Daniel Berlin
2007-09-17Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfoChris Lattner
2007-07-06first pass of nomenclature changes in .html filesGabor Greif
2007-06-20Modify deleting global variable with an even easier way.Tanya Lattner
2007-06-20Add blurb on deleting global variables.Tanya Lattner
2007-03-30Various hopefully correct easy fixes.Duncan Sands
2007-03-28Stop using the foo HTML tag :)Chris Lattner
2007-03-02Fix a typo.Reid Spencer
2007-03-01Clarify the use of getValue/getSExtValue/getZExtValue and add the newReid Spencer
2007-02-16update symtab section to reflect recent changes.Chris Lattner
2007-02-15For PR1195:Reid Spencer
2007-02-15For PR1195:Reid Spencer
2007-02-09Change a reference to gccas to a reference to opt.Reid Spencer
2007-02-08update this.Chris Lattner
2007-02-07remove some obsolete SymbolTable methods. These docs need to be updatedChris Lattner
2007-02-05add a noteChris Lattner
2007-02-04describe SmallSetVectorChris Lattner
2007-02-03null -> pointer, nul -> character :)Chris Lattner
2007-02-03Fix some spellos.Reid Spencer
2007-02-03fix grammarChris Lattner
2007-02-03Serious cleanups. Make the TOC match the text for the class hierarchy,Chris Lattner
2007-02-03Add TOCChris Lattner
2007-02-03describe map-like containersChris Lattner
2007-02-03improve grammarChris Lattner
2007-02-03improve grammarChris Lattner
2007-02-03close run-away tagChris Lattner
2007-02-03fill in the section on Set-like containers.Chris Lattner
2007-02-03fix validation issuesChris Lattner
2007-02-03fix validation problemsChris Lattner
2007-02-03Add some notes about choice of container.Chris Lattner
2007-01-15Change to match API changes.Chris Lattner
2007-01-12Make a couple organizational changes. Type no longer derives from ValueReid Spencer
2007-01-12Update documentation for arbitrary precision integers:Reid Spencer
2007-01-12Update for changes in the IR. The ConstantIntegral, ConstantBool, andReid Spencer
2007-01-07Update the documentation for SymbolTable class.Reid Spencer
2007-01-04Fix broken links, reported by Baptiste LepilleurChris Lattner
2006-12-20fix a typoChris Lattner
2006-12-19Remove documentation for isSigned and isUnsigned methods of Type class.Reid Spencer
2006-12-19update to reflect changes in statistic class.Chris Lattner
2006-12-19Make changes for removal of SETCC instruction to unify with LangRef.html.Reid Spencer
2006-12-07Removing even more <iostream> includes.Bill Wendling
2006-10-20For PR950:Reid Spencer
2006-10-11Clean-up of formatting and spelling.Bill Wendling
2006-10-11Put code example inside of "doc_code" divisions.Bill Wendling
2006-10-02Update documentaion of node annotation (coloring) in viewGraph.Jim Laskey
2006-04-14Correct the Superclasses list for GlobalVariable and Function to indicateReid Spencer
2006-03-14Changes docs for llvm.cs.uiuc.edu -> llvm.orgReid Spencer
2005-11-28Use std:: where appropriateChris Lattner
2005-11-01* Replace ampersands in section titles with more formal ``and''Misha Brukman
2005-10-17Add notes about MF.viewCFG() and friends.Chris Lattner