summaryrefslogtreecommitdiffstats
path: root/llvm/docs/ProgrammersManual.html
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix some spellos.Reid Spencer2007-02-031-19/+19
| | | | llvm-svn: 33840
* fix grammarChris Lattner2007-02-031-3/+3
| | | | llvm-svn: 33839
* Serious cleanups. Make the TOC match the text for the class hierarchy,Chris Lattner2007-02-031-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 TOCChris Lattner2007-02-031-1/+9
| | | | llvm-svn: 33837
* describe map-like containersChris Lattner2007-02-031-15/+176
| | | | llvm-svn: 33836
* improve grammarChris Lattner2007-02-031-21/+24
| | | | llvm-svn: 33830
* improve grammarChris Lattner2007-02-031-9/+12
| | | | llvm-svn: 33829
* close run-away tagChris Lattner2007-02-031-1/+1
| | | | llvm-svn: 33828
* fill in the section on Set-like containers.Chris Lattner2007-02-031-19/+217
| | | | llvm-svn: 33827
* fix validation issuesChris Lattner2007-02-031-6/+1
| | | | llvm-svn: 33823
* fix validation problemsChris Lattner2007-02-031-2/+2
| | | | llvm-svn: 33822
* Add some notes about choice of container.Chris Lattner2007-02-031-0/+239
| | | | llvm-svn: 33821
* Change to match API changes.Chris Lattner2007-01-151-5/+1
| | | | llvm-svn: 33219
* Make a couple organizational changes. Type no longer derives from ValueReid Spencer2007-01-121-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 Spencer2007-01-121-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, andReid Spencer2007-01-121-3/+6
| | | | | | ConstantInt classes were merged into just ConstantInt. llvm-svn: 33107
* Update the documentation for SymbolTable class.Reid Spencer2007-01-071-62/+12
| | | | llvm-svn: 32970
* Fix broken links, reported by Baptiste LepilleurChris Lattner2007-01-041-3/+3
| | | | llvm-svn: 32882
* fix a typoChris Lattner2006-12-201-1/+1
| | | | llvm-svn: 32713
* Remove documentation for isSigned and isUnsigned methods of Type class.Reid Spencer2006-12-191-11/+1
| | | | llvm-svn: 32708
* update to reflect changes in statistic class.Chris Lattner2006-12-191-8/+10
| | | | llvm-svn: 32691
* Make changes for removal of SETCC instruction to unify with LangRef.html.Reid Spencer2006-12-191-2/+25
| | | | llvm-svn: 32680
* Removing even more <iostream> includes.Bill Wendling2006-12-071-13/+13
| | | | llvm-svn: 32320
* For PR950:Reid Spencer2006-10-201-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 Wendling2006-10-111-38/+36
| | | | llvm-svn: 30885
* Put code example inside of "doc_code" divisions.Bill Wendling2006-10-111-91/+359
| | | | llvm-svn: 30876
* Update documentaion of node annotation (coloring) in viewGraph.Jim Laskey2006-10-021-1/+13
| | | | llvm-svn: 30687
* Correct the Superclasses list for GlobalVariable and Function to indicateReid Spencer2006-04-141-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.orgReid Spencer2006-03-141-2/+2
| | | | llvm-svn: 26746
* Use std:: where appropriateChris Lattner2005-11-281-4/+4
| | | | llvm-svn: 24494
* * Replace ampersands in section titles with more formal ``and''Misha Brukman2005-11-011-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 Lattner2005-10-171-0/+39
| | | | llvm-svn: 23765
* Remove vim modeline; this should go into ~/.vimrcMisha Brukman2005-05-101-2/+0
| | | | llvm-svn: 21848
* no parensChris Lattner2005-04-261-1/+1
| | | | llvm-svn: 21577
* update some pathsChris Lattner2005-04-261-4/+4
| | | | llvm-svn: 21576
* Add feedback from VikramChris Lattner2005-04-251-2/+11
| | | | llvm-svn: 21534
* add a bunch of documentation about the LLVM type resolution machineryChris Lattner2005-04-231-0/+166
| | | | llvm-svn: 21475
* make an advanced topics section, move symtab to itChris Lattner2005-04-231-221/+241
| | | | llvm-svn: 21473
* remove 'another common example', which doesn't work with VC++, and indentChris Lattner2005-04-221-12/+4
| | | | | | another example properly llvm-svn: 21442
* methods removed.Chris Lattner2005-03-151-7/+7
| | | | llvm-svn: 20602
* switch from a* to arg_* and g* to global_* for argument/global var iteratorsChris Lattner2005-03-151-8/+8
| | | | llvm-svn: 20596
* cleanup some htmlChris Lattner2005-03-061-11/+8
| | | | | | | remove a statement that is no longer true remove comment about a dead method. llvm-svn: 20486
* These methods are removed.Chris Lattner2005-03-061-8/+0
| | | | llvm-svn: 20473
* Fix typos noticed by Gabor Greif, thanks Gabor!Chris Lattner2005-01-171-7/+7
| | | | llvm-svn: 19621
* Test commitChris Lattner2004-12-081-0/+1
| | | | llvm-svn: 18654
* Fixed broken link to Bruce Eckle's book.Tanya Lattner2004-12-081-1/+1
| | | | llvm-svn: 18650
* Attempt HTML 4.01 Strict compliance.Reid Spencer2004-11-011-37/+39
| | | | llvm-svn: 17399
* Cleanup the constants section.Reid Spencer2004-11-011-81/+84
| | | | llvm-svn: 17398
* Minor format tweask for tables.Reid Spencer2004-11-011-8/+8
| | | | llvm-svn: 17394
* * Add spaces between function names for readabilityMisha Brukman2004-10-291-35/+45
| | | | | | * Separate paragraphs, flush HTML text to left margin for ease of editing llvm-svn: 17333
OpenPOWER on IntegriCloud