forked from llvm-mirror/llvm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes docs for llvm.cs.uiuc.edu -> llvm.org
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26746 91177308-0d34-0410-b5e6-96231b3b80d8
- Loading branch information
Reid Spencer
committed
Mar 14, 2006
1 parent
5a588a9
commit 05fe4b0
Showing
30 changed files
with
94 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,7 +75,7 @@ | |
same object, or are known to never point to the same object.</p> | ||
|
||
<p>The LLVM <a | ||
href="http://llvm.cs.uiuc.edu/doxygen/classllvm_1_1AliasAnalysis.html"><tt>AliasAnalysis</tt></a> | ||
href="http://llvm.org/doxygen/classllvm_1_1AliasAnalysis.html"><tt>AliasAnalysis</tt></a> | ||
class is the primary interface used by clients and implementations of alias | ||
analyses in the LLVM system. This class is the common interface between clients | ||
of alias analysis information and the implementations providing it, and is | ||
|
@@ -102,7 +102,7 @@ | |
<div class="doc_text"> | ||
|
||
<p>The <a | ||
href="http://llvm.cs.uiuc.edu/doxygen/classllvm_1_1AliasAnalysis.html"><tt>AliasAnalysis</tt></a> | ||
href="http://llvm.org/doxygen/classllvm_1_1AliasAnalysis.html"><tt>AliasAnalysis</tt></a> | ||
class defines the interface that the various alias analysis implementations | ||
should support. This class exports two important enums: <tt>AliasResult</tt> | ||
and <tt>ModRefResult</tt> which represent the result of an alias query or a | ||
|
@@ -951,7 +951,7 @@ | |
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a> | ||
|
||
<a href="mailto:[email protected]">Chris Lattner</a><br> | ||
<a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br> | ||
<a href="http://llvm.org">LLVM Compiler Infrastructure</a><br> | ||
Last modified: $Date$ | ||
</address> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -230,7 +230,7 @@ | |
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a> | ||
|
||
<a href="mailto:[email protected]">Chris Lattner</a><br> | ||
<a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br> | ||
<a href="http://llvm.org">LLVM Compiler Infrastructure</a><br> | ||
Last modified: $Date$ | ||
</address> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -747,7 +747,7 @@ | |
</ul> | ||
<p>Note that we plan to eventually expand the target description | ||
capabilities | ||
of bytecode files to <a href="http://llvm.cs.uiuc.edu/PR263">target | ||
of bytecode files to <a href="http://llvm.org/PR263">target | ||
triples</a>. | ||
</p> | ||
</div> | ||
|
@@ -1553,7 +1553,7 @@ <h3>Packed Types</h3> | |
<p>Instructions encode an opcode that identifies the kind of instruction. | ||
Opcodes are an enumerated integer value. The specific values used depend on | ||
the version of LLVM you're using. The opcode values are defined in the | ||
<a href="http://llvm.cs.uiuc.edu/cvsweb/cvsweb.cgi/llvm/include/llvm/Instruction.def"> | ||
<a href="http://llvm.org/cvsweb/cvsweb.cgi/llvm/include/llvm/Instruction.def"> | ||
<tt>include/llvm/Instruction.def</tt></a> file. You should check there for the | ||
most recent definitions. The table below provides the opcodes defined as of | ||
the writing of this document. The table associates each opcode mnemonic with | ||
|
@@ -2147,7 +2147,7 @@ <h3>Packed Types</h3> | |
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a> | ||
<a href="mailto:[email protected]">Reid Spencer</a> and <a | ||
href="mailto:[email protected]">Chris Lattner</a><br> | ||
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br> | ||
<a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br> | ||
Last modified: $Date$ | ||
</address> | ||
</body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1296,7 +1296,7 @@ | |
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a> | ||
|
||
<a href="mailto:[email protected]">Chris Lattner</a><br> | ||
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br> | ||
<a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br> | ||
Last modified: $Date$ | ||
</address> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -653,7 +653,7 @@ | |
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a> | ||
|
||
<a href="mailto:[email protected]">Chris Lattner</a><br> | ||
<a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br> | ||
<a href="http://llvm.org">LLVM Compiler Infrastructure</a><br> | ||
Last modified: $Date$ | ||
</address> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1899,7 +1899,7 @@ | |
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a> | ||
|
||
<a href="mailto:[email protected]">Chris Lattner</a><br> | ||
<a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br> | ||
<a href="http://llvm.org">LLVM Compiler Infrastructure</a><br> | ||
Last modified: $Date$ | ||
</address> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -814,7 +814,7 @@ | |
href="http://validator.w3.org/check/referer"><img | ||
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a><a | ||
href="mailto:[email protected]">Reid Spencer</a><br> | ||
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br> | ||
<a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br> | ||
Last modified: $Date$ | ||
</address> | ||
<!-- vim: sw=2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -525,7 +525,7 @@ | |
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a> | ||
|
||
<a href="mailto:[email protected]">Chris Lattner</a><br> | ||
<a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br> | ||
<a href="http://llvm.org">LLVM Compiler Infrastructure</a><br> | ||
Last modified: $Date$ | ||
</address> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1080,7 +1080,7 @@ | |
|
||
<p>One useful source of information about the LLVM source base is the LLVM <a | ||
href="http://www.doxygen.org">doxygen</a> documentation available at <tt><a | ||
href="http://llvm.cs.uiuc.edu/doxygen/">http://llvm.cs.uiuc.edu/doxygen/</a></tt>. | ||
href="http://llvm.org/doxygen/">http://llvm.org/doxygen/</a></tt>. | ||
The following is a brief introduction to code layout:</p> | ||
|
||
</div> | ||
|
@@ -1407,7 +1407,7 @@ | |
<tt><b>NightlyTestTemplate.html</b></tt> <dd>These files are used in a | ||
cron script to generate nightly status reports of the functionality of | ||
tools, and the results can be seen by following the appropriate link on | ||
the <a href="http://llvm.cs.uiuc.edu/">LLVM homepage</a>.<p> | ||
the <a href="http://llvm.org/">LLVM homepage</a>.<p> | ||
|
||
<dt><tt><b>TableGen/</b></tt> <dd>The <tt>TableGen</tt> directory contains | ||
the tool used to generate register descriptions, instruction set | ||
|
@@ -1526,9 +1526,9 @@ | |
out:</p> | ||
|
||
<ul> | ||
<li><a href="http://llvm.cs.uiuc.edu/">LLVM homepage</a></li> | ||
<li><a href="http://llvm.cs.uiuc.edu/doxygen/">LLVM doxygen tree</a></li> | ||
<li><a href="http://llvm.cs.uiuc.edu/docs/Projects.html">Starting a Project | ||
<li><a href="http://llvm.org/">LLVM homepage</a></li> | ||
<li><a href="http://llvm.org/doxygen/">LLVM doxygen tree</a></li> | ||
<li><a href="http://llvm.org/docs/Projects.html">Starting a Project | ||
that Uses LLVM</a></li> | ||
</ul> | ||
|
||
|
@@ -1545,7 +1545,7 @@ | |
|
||
<a href="mailto:[email protected]">Chris Lattner</a><br> | ||
<a href="http://llvm.x10sys.com/rspencer/">Reid Spencer</a><br> | ||
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br> | ||
<a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br> | ||
Last modified: $Date$ | ||
</address> | ||
</body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -328,9 +328,9 @@ | |
out:</p> | ||
|
||
<ul> | ||
<li><a href="http://llvm.cs.uiuc.edu/">LLVM homepage</a></li> | ||
<li><a href="http://llvm.cs.uiuc.edu/doxygen/">LLVM doxygen tree</a></li> | ||
<li><a href="http://llvm.cs.uiuc.edu/docs/Projects.html">Starting a Project | ||
<li><a href="http://llvm.org/">LLVM homepage</a></li> | ||
<li><a href="http://llvm.org/doxygen/">LLVM doxygen tree</a></li> | ||
<li><a href="http://llvm.org/docs/Projects.html">Starting a Project | ||
that Uses LLVM</a></li> | ||
</ul> | ||
|
||
|
@@ -346,7 +346,7 @@ | |
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a> | ||
|
||
<a href="mailto:[email protected]">Jeff Cohen</a><br> | ||
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br> | ||
<a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br> | ||
Last modified: $Date$ | ||
</address> | ||
</body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,7 +57,7 @@ | |
more easily.</p> | ||
|
||
<p>Once you have a reduced test-case, go to <a | ||
href="http://llvm.cs.uiuc.edu/bugs/enter_bug.cgi">the LLVM Bug Tracking | ||
href="http://llvm.org/bugs/enter_bug.cgi">the LLVM Bug Tracking | ||
System</a>, select the category in which the bug falls, and fill out the form | ||
with the necessary details. The bug description should contain the following | ||
information:</p> | ||
|
@@ -350,7 +350,7 @@ | |
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a> | ||
|
||
<a href="mailto:[email protected]">Chris Lattner</a><br> | ||
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a> | ||
<a href="http://llvm.org">The LLVM Compiler Infrastructure</a> | ||
<br> | ||
Last modified: $Date$ | ||
</address> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3693,7 +3693,7 @@ <h5>Semantics:</h5> | |
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a> | ||
|
||
<a href="mailto:[email protected]">Chris Lattner</a><br> | ||
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br> | ||
<a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br> | ||
Last modified: $Date$ | ||
</address> | ||
</body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -990,7 +990,7 @@ | |
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a> | ||
|
||
<a href="mailto:[email protected]">Reid Spencer</a><br> | ||
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br> | ||
<a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br> | ||
Last modified: $Date$ | ||
</address> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -739,7 +739,7 @@ | |
most-specific common base class is <tt>Instruction</tt>, which includes lots of | ||
less closely-related things. For these cases, LLVM provides a handy wrapper | ||
class called <a | ||
href="http://llvm.cs.uiuc.edu/doxygen/classllvm_1_1CallSite.html"><tt>CallSite</tt></a>. | ||
href="http://llvm.org/doxygen/classllvm_1_1CallSite.html"><tt>CallSite</tt></a>. | ||
It is essentially a wrapper around an <tt>Instruction</tt> pointer, with some | ||
methods that provide functionality common to <tt>CallInst</tt>s and | ||
<tt>InvokeInst</tt>s.</p> | ||
|
@@ -2276,7 +2276,7 @@ <h3>Iteration</h3> | |
|
||
<a href="mailto:[email protected]">Dinakar Dhurjati</a> and | ||
<a href="mailto:[email protected]">Chris Lattner</a><br> | ||
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br> | ||
<a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br> | ||
Last modified: $Date$ | ||
</address> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -451,7 +451,7 @@ | |
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a> | ||
|
||
<a href="mailto:[email protected]">John Criswell</a><br> | ||
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a> | ||
<a href="http://llvm.org">The LLVM Compiler Infrastructure</a> | ||
<br> | ||
Last modified: $Date$ | ||
</address> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1109,7 +1109,7 @@ <h2>TODO:</h2> | |
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a> | ||
|
||
<a href="mailto:[email protected]">Chris Lattner</a><br> | ||
<a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br> | ||
<a href="http://llvm.org">LLVM Compiler Infrastructure</a><br> | ||
Last modified: $Date$ | ||
</address> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1404,7 +1404,7 @@ | |
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a> | ||
|
||
<a href="mailto:[email protected]">Reid Spencer</a><br> | ||
<a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br> | ||
<a href="http://llvm.org">LLVM Compiler Infrastructure</a><br> | ||
Last modified: $Date$ | ||
</address> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -323,7 +323,7 @@ | |
<!-- ======================================================================= --> | ||
<div class="doc_subsection"><a name="bug">Bug 351</a></div> | ||
<div class="doc_text"> | ||
<p>See <a href="http://llvm.cs.uiuc.edu/PR351">bug 351</a> | ||
<p>See <a href="http://llvm.org/PR351">bug 351</a> | ||
for further details on the progress of this work</p> | ||
</div> | ||
|
||
|
@@ -337,7 +337,7 @@ | |
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a> | ||
|
||
<a href="mailto:[email protected]">Reid Spencer</a><br> | ||
<a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br> | ||
<a href="http://llvm.org">LLVM Compiler Infrastructure</a><br> | ||
Last modified: $Date$ | ||
</address> | ||
</body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -559,7 +559,7 @@ | |
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a> | ||
|
||
<a href="mailto:[email protected]">Chris Lattner</a><br> | ||
<a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br> | ||
<a href="http://llvm.org">LLVM Compiler Infrastructure</a><br> | ||
Last modified: $Date$ | ||
</address> | ||
|
||
|
Oops, something went wrong.