summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* - 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
* Fix minor typoChris Lattner2002-09-091-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3630 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
* Commit Vikram's changes for 426 classChris Lattner2002-09-061-71/+146
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3593 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
* * Remove notes at the top of the fileChris Lattner2002-09-061-30/+93
| | | | | | | * Add information about how to debug a dynamically loaded pass. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3583 91177308-0d34-0410-b5e6-96231b3b80d8
* Add distinction between integer and integral types.Chris Lattner2002-09-031-22/+23
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3570 91177308-0d34-0410-b5e6-96231b3b80d8
* Add "written by" noteChris Lattner2002-08-301-1/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3543 91177308-0d34-0410-b5e6-96231b3b80d8
* Comment out broken linkChris Lattner2002-08-291-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3520 91177308-0d34-0410-b5e6-96231b3b80d8
* Make doxygen not exclude doxygenized comments from the source code listingsChris Lattner2002-08-222-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3479 91177308-0d34-0410-b5e6-96231b3b80d8
* Add documentation for AnalysisGroup functionalityChris Lattner2002-08-221-7/+133
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3468 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix typeo noticed by BryanChris Lattner2002-08-191-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3388 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a note mentioning that bools promote to 0 or 1Chris Lattner2002-08-151-2/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3352 91177308-0d34-0410-b5e6-96231b3b80d8
* Gross, some whitespace escapedChris Lattner2002-08-141-3/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3335 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix bug in documentationChris Lattner2002-08-141-6/+15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3334 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove information about dead 'not' instructionChris Lattner2002-08-141-51/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3319 91177308-0d34-0410-b5e6-96231b3b80d8
* Updated GettingStarted guide to be accurate now that binaries are in /sharedChris Lattner2002-08-131-10/+33
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3305 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a note that specifies that the whether or not sign extension is done byChris Lattner2002-08-131-1/+6
| | | | | | | a cast is determined by the source operand. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3304 91177308-0d34-0410-b5e6-96231b3b80d8
* * Document the BUILD_ROOT changes and optionChris Lattner2002-08-091-29/+44
| | | | | | | * Convert directories to <tt> like they should be git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3270 91177308-0d34-0410-b5e6-96231b3b80d8
* Oh yeah, I wrote it.Chris Lattner2002-08-081-1/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3268 91177308-0d34-0410-b5e6-96231b3b80d8
* Initial checkin of the "Writting an LLVM Pass" documentChris Lattner2002-08-081-0/+969
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3267 91177308-0d34-0410-b5e6-96231b3b80d8
* * Write the "Custom parser" sectionChris Lattner2002-08-071-56/+253
| | | | | | | * Boldify stuff that changes in the help output. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3254 91177308-0d34-0410-b5e6-96231b3b80d8
* Write the reference section, make other minor editing changes elsewhere.Chris Lattner2002-08-061-105/+754
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3253 91177308-0d34-0410-b5e6-96231b3b80d8
* Update the CommandLine manual for the newest revision, include outline of ↵Chris Lattner2002-07-251-133/+377
| | | | | | reference manual and extension guide git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3095 91177308-0d34-0410-b5e6-96231b3b80d8
* Don't doxygenize the boost librariesChris Lattner2002-07-252-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3079 91177308-0d34-0410-b5e6-96231b3b80d8
* Make the background white, add a "By" section.Chris Lattner2002-07-241-3/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3047 91177308-0d34-0410-b5e6-96231b3b80d8
* Major changes, expansions, clarifications and corrections.Chris Lattner2002-07-241-118/+323
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3046 91177308-0d34-0410-b5e6-96231b3b80d8
* *** empty log message ***Guochun Shi2002-07-171-0/+146
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2941 91177308-0d34-0410-b5e6-96231b3b80d8
* CleanupChris Lattner2002-06-281-10/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2802 91177308-0d34-0410-b5e6-96231b3b80d8
* Avoid calling LLVM "Strongly typed"Chris Lattner2002-06-251-14/+14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2785 91177308-0d34-0410-b5e6-96231b3b80d8
* Add borders to truth tablesChris Lattner2002-06-251-4/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2782 91177308-0d34-0410-b5e6-96231b3b80d8
* Minor tuning and fleshing out of the language reference.Chris Lattner2002-06-251-49/+88
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2781 91177308-0d34-0410-b5e6-96231b3b80d8
* Description of a large patch that I checked inChris Lattner2002-06-251-0/+72
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2776 91177308-0d34-0410-b5e6-96231b3b80d8
* Mark some stuff as doneChris Lattner2002-06-101-5/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2764 91177308-0d34-0410-b5e6-96231b3b80d8
* New fileChris Lattner2002-05-131-0/+55
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2618 91177308-0d34-0410-b5e6-96231b3b80d8
* Finish up the updates to the language referenceChris Lattner2002-05-061-68/+192
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2509 91177308-0d34-0410-b5e6-96231b3b80d8
* Updated documentation a _LOT_Chris Lattner2002-05-061-238/+221
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2474 91177308-0d34-0410-b5e6-96231b3b80d8
* Update documentation a LOT, make it more accurate and match current modelChris Lattner2002-04-141-158/+373
| | | | | | | better. Still more room for improvement. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2245 91177308-0d34-0410-b5e6-96231b3b80d8