Skip to content

Commit

Permalink
Changes docs for llvm.cs.uiuc.edu -> llvm.org
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 30 changed files with 94 additions and 94 deletions.
6 changes: 3 additions & 3 deletions docs/AliasAnalysis.html
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion docs/Bugpoint.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
6 changes: 3 additions & 3 deletions docs/BytecodeFormat.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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>
Expand Down
6 changes: 3 additions & 3 deletions docs/CFEBuildInstrs.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
shown below. Also,
note that Solaris has trouble with various wide (multibyte) character
functions from C as referenced from C++, so we typically configure with
--disable-c-mbchar (cf. <a href="http://llvm.cs.uiuc.edu/PR206">Bug 206</a>).
--disable-c-mbchar (cf. <a href="http://llvm.org/PR206">Bug 206</a>).
</p>

<pre>
Expand Down Expand Up @@ -312,7 +312,7 @@

University of Illinois at Urbana-Champaign

http://llvm.cs.uiuc.edu
http://llvm.org

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
Expand Down Expand Up @@ -356,7 +356,7 @@
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>

Brian Gaeke<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>

Expand Down
2 changes: 1 addition & 1 deletion docs/CodeGenerator.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion docs/CodingStandards.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion docs/CommandLine.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion docs/CompilerDriver.html
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/CompilerWriterInfo.html
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>

<a href="http://misha.brukman.net">Misha Brukman</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>

Expand Down
2 changes: 1 addition & 1 deletion docs/ExtendingLLVM.html
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@
<a href="http://validator.w3.org/check/referer"><img
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>

<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>
Expand Down
6 changes: 3 additions & 3 deletions docs/FAQ.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
</ol>

<div class="doc_author">
<p>Written by <a href="http://llvm.cs.uiuc.edu">The LLVM Team</a></p>
<p>Written by <a href="http://llvm.org">The LLVM Team</a></p>
</div>


Expand Down Expand Up @@ -129,7 +129,7 @@
<div class="answer">
<p>Yes. The modified source distribution must retain the copyright notice and
follow the three bulletted conditions listed in the <a
href="http://llvm.cs.uiuc.edu/releases/1.3/LICENSE.TXT">LLVM license</a>.</p>
href="http://llvm.org/releases/1.3/LICENSE.TXT">LLVM license</a>.</p>
</div>

<div class="question">
Expand Down Expand Up @@ -573,7 +573,7 @@
<a href="http://validator.w3.org/check/referer"><img
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>

<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>

Expand Down
2 changes: 1 addition & 1 deletion docs/GarbageCollection.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
12 changes: 6 additions & 6 deletions docs/GettingStarted.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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>

Expand All @@ -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>
Expand Down
8 changes: 4 additions & 4 deletions docs/GettingStartedVS.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand All @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions docs/HowToSubmitABug.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions docs/LLVMVsTheWorld.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
strong SSA-based optimization at compile-time, link-time, run-time, and
off-line, and multiple platform backends with Just-in-Time and ahead-of-time
compilation frameworks. (See our document on <a
href="http://llvm.cs.uiuc.edu/pubs/2004-01-30-CGO-LLVM.html">Lifelong
href="http://llvm.org/pubs/2004-01-30-CGO-LLVM.html">Lifelong
Code Optimization</a> for more.)</p>

<p>GCC: Many relatively mature platform backends support assembly-language code
Expand Down Expand Up @@ -171,7 +171,7 @@
<hr>
<div class="doc_footer">
<address>Brian R. Gaeke</address>
<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$
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/LangRef.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions docs/Lexicon.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@
src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a><a
href="http://validator.w3.org/check/referer"><img
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a><a
href="http://llvm.cs.uiuc.edu/">The LLVM Team</a><br>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
href="http://llvm.org/">The LLVM Team</a><br>
<a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
Last modified: $Date$
</address>
<!-- vim: sw=2
Expand Down
2 changes: 1 addition & 1 deletion docs/MakefileGuide.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
4 changes: 2 additions & 2 deletions docs/ProgrammersManual.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion docs/Projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion docs/SourceLevelDebugging.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion docs/Stacker.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
4 changes: 2 additions & 2 deletions docs/SystemLibrary.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand All @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion docs/TableGenFundamentals.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
Loading

0 comments on commit 05fe4b0

Please sign in to comment.