aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ProgrammersManual.html
Commit message (Collapse)AuthorAgeFilesLines
* 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27701 91177308-0d34-0410-b5e6-96231b3b80d8
* Changes docs for llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-141-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26746 91177308-0d34-0410-b5e6-96231b3b80d8
* Use std:: where appropriateChris Lattner2005-11-281-4/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24494 91177308-0d34-0410-b5e6-96231b3b80d8
* * 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24144 91177308-0d34-0410-b5e6-96231b3b80d8
* Add notes about MF.viewCFG() and friends.Chris Lattner2005-10-171-0/+39
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23765 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove vim modeline; this should go into ~/.vimrcMisha Brukman2005-05-101-2/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21848 91177308-0d34-0410-b5e6-96231b3b80d8
* no parensChris Lattner2005-04-261-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21577 91177308-0d34-0410-b5e6-96231b3b80d8
* update some pathsChris Lattner2005-04-261-4/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21576 91177308-0d34-0410-b5e6-96231b3b80d8
* Add feedback from VikramChris Lattner2005-04-251-2/+11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21534 91177308-0d34-0410-b5e6-96231b3b80d8
* add a bunch of documentation about the LLVM type resolution machineryChris Lattner2005-04-231-0/+166
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21475 91177308-0d34-0410-b5e6-96231b3b80d8
* make an advanced topics section, move symtab to itChris Lattner2005-04-231-221/+241
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21473 91177308-0d34-0410-b5e6-96231b3b80d8
* remove 'another common example', which doesn't work with VC++, and indentChris Lattner2005-04-221-12/+4
| | | | | | | another example properly git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21442 91177308-0d34-0410-b5e6-96231b3b80d8
* methods removed.Chris Lattner2005-03-151-7/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20602 91177308-0d34-0410-b5e6-96231b3b80d8
* switch from a* to arg_* and g* to global_* for argument/global var iteratorsChris Lattner2005-03-151-8/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20596 91177308-0d34-0410-b5e6-96231b3b80d8
* cleanup some htmlChris Lattner2005-03-061-11/+8
| | | | | | | | remove a statement that is no longer true remove comment about a dead method. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20486 91177308-0d34-0410-b5e6-96231b3b80d8
* These methods are removed.Chris Lattner2005-03-061-8/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20473 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix typos noticed by Gabor Greif, thanks Gabor!Chris Lattner2005-01-171-7/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19621 91177308-0d34-0410-b5e6-96231b3b80d8
* Test commitChris Lattner2004-12-081-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18654 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed broken link to Bruce Eckle's book.Tanya Lattner2004-12-081-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18650 91177308-0d34-0410-b5e6-96231b3b80d8
* Attempt HTML 4.01 Strict compliance.Reid Spencer2004-11-011-37/+39
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17399 91177308-0d34-0410-b5e6-96231b3b80d8
* Cleanup the constants section.Reid Spencer2004-11-011-81/+84
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17398 91177308-0d34-0410-b5e6-96231b3b80d8
* Minor format tweask for tables.Reid Spencer2004-11-011-8/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17394 91177308-0d34-0410-b5e6-96231b3b80d8
* * Add spaces between function names for readabilityMisha Brukman2004-10-291-35/+45
| | | | | | | * Separate paragraphs, flush HTML text to left margin for ease of editing git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17333 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix linkage typesChris Lattner2004-08-041-3/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15464 91177308-0d34-0410-b5e6-96231b3b80d8
* Doesn't existChris Lattner2004-07-181-2/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14975 91177308-0d34-0410-b5e6-96231b3b80d8
* bug 122:Reid Spencer2004-07-181-17/+18
| | | | | | | | Updated to remove references to ConstantPointerRef and reflect the change in the inheritance hierarchy: GlobalValue now derives from Constant. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14969 91177308-0d34-0410-b5e6-96231b3b80d8
* statisfy the spelling policeChris Lattner2004-07-081-2/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14698 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixing broken linksTanya Lattner2004-06-221-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14317 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed broken links.Tanya Lattner2004-06-221-3/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14313 91177308-0d34-0410-b5e6-96231b3b80d8
* Add link documenting shared/static library differences across platforms.Misha Brukman2004-06-181-3/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14237 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix more broken links as a result of the llvm namespace.Misha Brukman2004-06-031-6/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14000 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix broken links as a result of the llvm namespace.Misha Brukman2004-06-031-15/+19
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13998 91177308-0d34-0410-b5e6-96231b3b80d8
* Add section on the newly added Instruction and subclasses constructorAlkis Evlogimenos2004-05-271-1/+16
| | | | | | | variant. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13802 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix a bug in reid's checkinChris Lattner2004-05-261-2/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13787 91177308-0d34-0410-b5e6-96231b3b80d8
* Added a section on the SymbolTable class.Reid Spencer2004-05-261-19/+247
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13786 91177308-0d34-0410-b5e6-96231b3b80d8
* Lots of minor cleanups and clarificationsChris Lattner2004-05-231-77/+48
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13674 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix a minor wording bug in the manualChris Lattner2004-03-181-1/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12496 91177308-0d34-0410-b5e6-96231b3b80d8
* Method is goneChris Lattner2004-02-091-2/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11226 91177308-0d34-0410-b5e6-96231b3b80d8
* * Conform to HTML 4.01 strict DTDMisha Brukman2004-01-151-1282/+1438
| | | | | | | * Use stylesheets instead of hard-coding formatting git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10868 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix grammaroChris Lattner2003-11-271-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10245 91177308-0d34-0410-b5e6-96231b3b80d8
* checkin reid's docpatchChris Lattner2003-11-251-1724/+1568
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10200 91177308-0d34-0410-b5e6-96231b3b80d8
* Added link to ``CVS Branching and Tags Primer''.Misha Brukman2003-11-111-0/+15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9875 91177308-0d34-0410-b5e6-96231b3b80d8
* Mention class CallSiteBrian Gaeke2003-11-071-1/+28
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9783 91177308-0d34-0410-b5e6-96231b3b80d8
* Merged in RELEASE_1.John Criswell2003-10-271-1/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9538 91177308-0d34-0410-b5e6-96231b3b80d8
* update doxChris Lattner2003-09-201-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8626 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix spell-o'sChris Lattner2003-09-101-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8431 91177308-0d34-0410-b5e6-96231b3b80d8
* Spell `necessary' correctly.Misha Brukman2003-08-181-4/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7944 91177308-0d34-0410-b5e6-96231b3b80d8
* "fix" coding style stuffChris Lattner2003-08-051-24/+24
| | | | | | | Change some <>'s into &lt;&gt;'s git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7623 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix a bugChris Lattner2003-08-011-6/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7499 91177308-0d34-0410-b5e6-96231b3b80d8
* Update information about the new DEBUG_TYPE macroChris Lattner2003-08-011-8/+67
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7496 91177308-0d34-0410-b5e6-96231b3b80d8