aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ProgrammersManual.html
Commit message (Collapse)AuthorAgeFilesLines
...
* Add some notes about DEBUG flagChris Lattner2002-11-081-3/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4624 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a link to C++ in a nutshell bookChris Lattner2002-10-211-2/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4243 91177308-0d34-0410-b5e6-96231b3b80d8
* Do some cleanups to the Type and Constant section to remove latex stuffChris Lattner2002-10-011-49/+52
| | | | | | | | There is still a lot of cleanup and fleshing out required here, but at least it gets rid of the flagrantly bad parts. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4006 91177308-0d34-0410-b5e6-96231b3b80d8
* Update manual to reflect recent changes in the Statistic class.Chris Lattner2002-10-011-4/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4003 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed errors in ReplaceInstWithValue/ReplaceInstWithInst examples.Joel Stanley2002-09-291-3/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3973 91177308-0d34-0410-b5e6-96231b3b80d8
* Update urlChris Lattner2002-09-221-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3881 91177308-0d34-0410-b5e6-96231b3b80d8
* Add information about the DEBUG() macro and the Statistic templateChris Lattner2002-09-221-19/+161
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3880 91177308-0d34-0410-b5e6-96231b3b80d8
* Clean up tags, link to the right .h fileChris Lattner2002-09-181-7/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3811 91177308-0d34-0410-b5e6-96231b3b80d8
* Finished instruction replacement section, etc. Need better example for ↵Joel Stanley2002-09-181-10/+51
| | | | | | replaceAllUsesWith(). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3806 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed grammar (User's -> Users).Misha Brukman2002-09-181-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3804 91177308-0d34-0410-b5e6-96231b3b80d8
* Avoid using two i's in the same statementsChris Lattner2002-09-171-4/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3784 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix typeoChris Lattner2002-09-161-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3767 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a </ul> that was missing and caused the document to get a little whackyChris Lattner2002-09-121-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3693 91177308-0d34-0410-b5e6-96231b3b80d8
* Incorporate information about deleting instructions from a basic block,Chris Lattner2002-09-121-3/+19
| | | | | | | contributed by Tanya. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3692 91177308-0d34-0410-b5e6-96231b3b80d8
* Add some information about the Instruction class and Instruction.defChris Lattner2002-09-121-1/+20
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3690 91177308-0d34-0410-b5e6-96231b3b80d8
* - Added content to use-def/def-use sectionJoel Stanley2002-09-111-9/+121
| | | | | | | - Added content to subsection "Creating and inserting new Instructions" git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3685 91177308-0d34-0410-b5e6-96231b3b80d8
* *** empty log message ***Joel Stanley2002-09-111-1/+40
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3684 91177308-0d34-0410-b5e6-96231b3b80d8
* Finish up the isa/cast/dyn_cast sectionChris Lattner2002-09-101-6/+43
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3645 91177308-0d34-0410-b5e6-96231b3b80d8
* Write most of the isa, cast, dyn_cast section. It's not done yet though.Chris Lattner2002-09-101-10/+66
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3639 91177308-0d34-0410-b5e6-96231b3b80d8
* * Write the prose for the Basic Inspection and Traversal Routines sectionChris Lattner2002-09-091-17/+33
| | | | | | | | * Fix some minor problems with &lt; and &amp; * Add links to later parts of the document for classes git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3636 91177308-0d34-0410-b5e6-96231b3b80d8
* *** empty log message ***Joel Stanley2002-09-091-13/+13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3635 91177308-0d34-0410-b5e6-96231b3b80d8
* - Made distinction between object->iterator and iterator->objectJoel Stanley2002-09-091-54/+64
| | | | | | | | | | conversion more clear. - Added content to "Iterating over Instructions in a Function" section. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3634 91177308-0d34-0410-b5e6-96231b3b80d8
* Clean up the isa section stub. It should not be listed twiceChris Lattner2002-09-091-5/+14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3632 91177308-0d34-0410-b5e6-96231b3b80d8
* Stub out another couple sections that it looks like 426's MP1 will reallyChris Lattner2002-09-091-10/+32
| | | | | | | need. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3631 91177308-0d34-0410-b5e6-96231b3b80d8
* Test commitChris Lattner2002-09-071-1/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3612 91177308-0d34-0410-b5e6-96231b3b80d8
* *** empty log message ***Joel Stanley2002-09-061-13/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3611 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed typos and added &lt/&gt/&amp tags where appropriateJoel Stanley2002-09-061-11/+11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3610 91177308-0d34-0410-b5e6-96231b3b80d8
* * Fix a couple more <>&'sChris Lattner2002-09-061-9/+12
| | | | | | | * Correct an extremely minor technical point about a deprecated interface. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3609 91177308-0d34-0410-b5e6-96231b3b80d8
* Minor fixes html type fixes: & -> &amp; > -> &gt; etc.Chris Lattner2002-09-061-8/+8
| | | | | | | Hopefully permission thing works this time. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3608 91177308-0d34-0410-b5e6-96231b3b80d8
* Minor fix, test that web autoupdate works for people non-chrisChris Lattner2002-09-061-3/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3607 91177308-0d34-0410-b5e6-96231b3b80d8
* Added subsections to 'Basic Inspection and Traversal Routines':Joel Stanley2002-09-061-8/+175
| | | | | | | | | | * Iterating over the BasicBlocks in a Function * Iterating over the Instructions in a BasicBlock * Turning an iterator into a class pointer * Finding call sites: a more complex example git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3606 91177308-0d34-0410-b5e6-96231b3b80d8
* Add skeleton to the section contents so that Joel knows what to fill inChris Lattner2002-09-061-16/+107
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3596 91177308-0d34-0410-b5e6-96231b3b80d8
* Add new sectionChris Lattner2002-09-061-1/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3595 91177308-0d34-0410-b5e6-96231b3b80d8
* Trivial change to test CVS checkout scriptsChris Lattner2002-09-061-4/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3594 91177308-0d34-0410-b5e6-96231b3b80d8
* Add information about the GlobalVariable and Module classesChris Lattner2002-09-061-10/+140
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3592 91177308-0d34-0410-b5e6-96231b3b80d8
* Initial checkin of the first part of the Programmer's ManualChris Lattner2002-09-061-0/+847
There is still much to be done, but it's a good start. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3589 91177308-0d34-0410-b5e6-96231b3b80d8