Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add some notes about DEBUG flag | Chris Lattner | 2002-11-08 | 1 | -3/+10 | |
| | | | | llvm-svn: 4624 | |||||
* | Add a link to C++ in a nutshell book | Chris Lattner | 2002-10-21 | 1 | -2/+8 | |
| | | | | llvm-svn: 4243 | |||||
* | Do some cleanups to the Type and Constant section to remove latex stuff | Chris Lattner | 2002-10-01 | 1 | -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. llvm-svn: 4006 | |||||
* | Update manual to reflect recent changes in the Statistic class. | Chris Lattner | 2002-10-01 | 1 | -4/+4 | |
| | | | | llvm-svn: 4003 | |||||
* | Fixed errors in ReplaceInstWithValue/ReplaceInstWithInst examples. | Joel Stanley | 2002-09-29 | 1 | -3/+5 | |
| | | | | llvm-svn: 3973 | |||||
* | Update url | Chris Lattner | 2002-09-22 | 1 | -1/+1 | |
| | | | | llvm-svn: 3881 | |||||
* | Add information about the DEBUG() macro and the Statistic template | Chris Lattner | 2002-09-22 | 1 | -19/+161 | |
| | | | | llvm-svn: 3880 | |||||
* | Clean up tags, link to the right .h file | Chris Lattner | 2002-09-18 | 1 | -7/+7 | |
| | | | | llvm-svn: 3811 | |||||
* | Finished instruction replacement section, etc. Need better example for ↵ | Joel Stanley | 2002-09-18 | 1 | -10/+51 | |
| | | | | | | replaceAllUsesWith(). llvm-svn: 3806 | |||||
* | Fixed grammar (User's -> Users). | Misha Brukman | 2002-09-18 | 1 | -1/+1 | |
| | | | | llvm-svn: 3804 | |||||
* | Avoid using two i's in the same statements | Chris Lattner | 2002-09-17 | 1 | -4/+4 | |
| | | | | llvm-svn: 3784 | |||||
* | Fix typeo | Chris Lattner | 2002-09-16 | 1 | -2/+2 | |
| | | | | llvm-svn: 3767 | |||||
* | Add a </ul> that was missing and caused the document to get a little whacky | Chris Lattner | 2002-09-12 | 1 | -2/+2 | |
| | | | | llvm-svn: 3693 | |||||
* | Incorporate information about deleting instructions from a basic block, | Chris Lattner | 2002-09-12 | 1 | -3/+19 | |
| | | | | | | contributed by Tanya. llvm-svn: 3692 | |||||
* | Add some information about the Instruction class and Instruction.def | Chris Lattner | 2002-09-12 | 1 | -1/+20 | |
| | | | | llvm-svn: 3690 | |||||
* | - Added content to use-def/def-use section | Joel Stanley | 2002-09-11 | 1 | -9/+121 | |
| | | | | | | - Added content to subsection "Creating and inserting new Instructions" llvm-svn: 3685 | |||||
* | *** empty log message *** | Joel Stanley | 2002-09-11 | 1 | -1/+40 | |
| | | | | llvm-svn: 3684 | |||||
* | Finish up the isa/cast/dyn_cast section | Chris Lattner | 2002-09-10 | 1 | -6/+43 | |
| | | | | llvm-svn: 3645 | |||||
* | Write most of the isa, cast, dyn_cast section. It's not done yet though. | Chris Lattner | 2002-09-10 | 1 | -10/+66 | |
| | | | | llvm-svn: 3639 | |||||
* | * Write the prose for the Basic Inspection and Traversal Routines section | Chris Lattner | 2002-09-09 | 1 | -17/+33 | |
| | | | | | | | * Fix some minor problems with < and & * Add links to later parts of the document for classes llvm-svn: 3636 | |||||
* | *** empty log message *** | Joel Stanley | 2002-09-09 | 1 | -13/+13 | |
| | | | | llvm-svn: 3635 | |||||
* | - Made distinction between object->iterator and iterator->object | Joel Stanley | 2002-09-09 | 1 | -54/+64 | |
| | | | | | | | | | conversion more clear. - Added content to "Iterating over Instructions in a Function" section. llvm-svn: 3634 | |||||
* | Clean up the isa section stub. It should not be listed twice | Chris Lattner | 2002-09-09 | 1 | -5/+14 | |
| | | | | llvm-svn: 3632 | |||||
* | Stub out another couple sections that it looks like 426's MP1 will really | Chris Lattner | 2002-09-09 | 1 | -10/+32 | |
| | | | | | | need. llvm-svn: 3631 | |||||
* | Test commit | Chris Lattner | 2002-09-07 | 1 | -1/+0 | |
| | | | | llvm-svn: 3612 | |||||
* | *** empty log message *** | Joel Stanley | 2002-09-06 | 1 | -13/+10 | |
| | | | | llvm-svn: 3611 | |||||
* | Fixed typos and added </>/& tags where appropriate | Joel Stanley | 2002-09-06 | 1 | -11/+11 | |
| | | | | llvm-svn: 3610 | |||||
* | * Fix a couple more <>&'s | Chris Lattner | 2002-09-06 | 1 | -9/+12 | |
| | | | | | | * Correct an extremely minor technical point about a deprecated interface. llvm-svn: 3609 | |||||
* | Minor fixes html type fixes: & -> & > -> > etc. | Chris Lattner | 2002-09-06 | 1 | -8/+8 | |
| | | | | | | Hopefully permission thing works this time. llvm-svn: 3608 | |||||
* | Minor fix, test that web autoupdate works for people non-chris | Chris Lattner | 2002-09-06 | 1 | -3/+5 | |
| | | | | llvm-svn: 3607 | |||||
* | Added subsections to 'Basic Inspection and Traversal Routines': | Joel Stanley | 2002-09-06 | 1 | -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 llvm-svn: 3606 | |||||
* | Add skeleton to the section contents so that Joel knows what to fill in | Chris Lattner | 2002-09-06 | 1 | -16/+107 | |
| | | | | llvm-svn: 3596 | |||||
* | Add new section | Chris Lattner | 2002-09-06 | 1 | -1/+10 | |
| | | | | llvm-svn: 3595 | |||||
* | Trivial change to test CVS checkout scripts | Chris Lattner | 2002-09-06 | 1 | -4/+3 | |
| | | | | llvm-svn: 3594 | |||||
* | Add information about the GlobalVariable and Module classes | Chris Lattner | 2002-09-06 | 1 | -10/+140 | |
| | | | | llvm-svn: 3592 | |||||
* | Initial checkin of the first part of the Programmer's Manual | Chris Lattner | 2002-09-06 | 1 | -0/+847 | |
There is still much to be done, but it's a good start. llvm-svn: 3589 |