summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAge
* Fix spelling of `propagate'.Misha Brukman2002-10-29
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4423 91177308-0d34-0410-b5e6-96231b3b80d8
* UpdatedNick Hildenbrandt2002-10-24
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4274 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed itNick Hildenbrandt2002-10-23
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4273 91177308-0d34-0410-b5e6-96231b3b80d8
* Added BurgNick Hildenbrandt2002-10-23
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4272 91177308-0d34-0410-b5e6-96231b3b80d8
* Rename Analysis Usage methodsChris Lattner2002-10-21
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4254 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a link to C++ in a nutshell bookChris Lattner2002-10-21
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4243 91177308-0d34-0410-b5e6-96231b3b80d8
* changesNick Hildenbrandt2002-10-16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4204 91177308-0d34-0410-b5e6-96231b3b80d8
* More resultsNick Hildenbrandt2002-10-14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4158 91177308-0d34-0410-b5e6-96231b3b80d8
* More successesNick Hildenbrandt2002-10-13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4156 91177308-0d34-0410-b5e6-96231b3b80d8
* New ResultsNick Hildenbrandt2002-10-13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4155 91177308-0d34-0410-b5e6-96231b3b80d8
* *** empty log message ***Nick Hildenbrandt2002-10-13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4131 91177308-0d34-0410-b5e6-96231b3b80d8
* *** empty log message ***Nick Hildenbrandt2002-10-11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4119 91177308-0d34-0410-b5e6-96231b3b80d8
* Table with current status of tests in the /test/Programs/ directoryNick Hildenbrandt2002-10-09
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4100 91177308-0d34-0410-b5e6-96231b3b80d8
* Do some cleanups to the Type and Constant section to remove latex stuffChris Lattner2002-10-01
| | | | | | | | 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-01
| | | | 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-29
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3973 91177308-0d34-0410-b5e6-96231b3b80d8
* Don't hardcode path to dot in the doxygen config file. Let doxygen search ↵Chris Lattner2002-09-26
| | | | | | the PATH git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3949 91177308-0d34-0410-b5e6-96231b3b80d8
* Don't hardcode path to doxygenChris Lattner2002-09-26
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3948 91177308-0d34-0410-b5e6-96231b3b80d8
* Add documentation for ImmutablePass'sChris Lattner2002-09-25
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3926 91177308-0d34-0410-b5e6-96231b3b80d8
* A lot of this stuff has been done. Remove the done itemsChris Lattner2002-09-24
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3915 91177308-0d34-0410-b5e6-96231b3b80d8
* Update urlChris Lattner2002-09-22
| | | | 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-22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3880 91177308-0d34-0410-b5e6-96231b3b80d8
* * Burg is no longer configured in Makefile.configChris Lattner2002-09-19
| | | | | | | | | * CXX now is configured in Makefile.config (optionally) * The GCC command is now no longer bin/gcc, it's bin/llvm-gcc * Minor cleanups git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3831 91177308-0d34-0410-b5e6-96231b3b80d8
* Clean up tags, link to the right .h fileChris Lattner2002-09-18
| | | | 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-18
| | | | | | replaceAllUsesWith(). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3806 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed grammar.Misha Brukman2002-09-18
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3805 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed grammar (User's -> Users).Misha Brukman2002-09-18
| | | | 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-17
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3784 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix typeoChris Lattner2002-09-17
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3775 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove warning that is no longer applicableChris Lattner2002-09-16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3771 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix typeoChris Lattner2002-09-16
| | | | 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-12
| | | | 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-12
| | | | | | | 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-12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3690 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a new BasicBlockPass::doInitialization/Finalization(Function &) pair ofChris Lattner2002-09-12
| | | | | | | methods that may be useful for BasicBlockPasses. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3689 91177308-0d34-0410-b5e6-96231b3b80d8
* - Added content to use-def/def-use sectionJoel Stanley2002-09-11
| | | | | | | - 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-11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3684 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix config file due to directories changingChris Lattner2002-09-10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3667 91177308-0d34-0410-b5e6-96231b3b80d8
* Finish up the isa/cast/dyn_cast sectionChris Lattner2002-09-10
| | | | 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-10
| | | | 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-09
| | | | | | | | * 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-09
| | | | 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-09
| | | | | | | | | | 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-09
| | | | 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-09
| | | | | | | need. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3631 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix minor typoChris Lattner2002-09-09
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3630 91177308-0d34-0410-b5e6-96231b3b80d8
* Test commitChris Lattner2002-09-07
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3612 91177308-0d34-0410-b5e6-96231b3b80d8
* *** empty log message ***Joel Stanley2002-09-06
| | | | 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-06
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3610 91177308-0d34-0410-b5e6-96231b3b80d8
* * Fix a couple more <>&'sChris Lattner2002-09-06
| | | | | | | * 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