[llvm-commits] CVS: llvm/docs/AliasAnalysis.html Bugpoint.html BytecodeFormat.html CFEBuildInstrs.html CodeGenerator.html CodingStandards.html CommandLine.html CompilerDriver.html CompilerWriterInfo.html ExtendingLLVM.html FAQ.html GarbageCollection.html GettingStarted.html GettingStartedVS.html HowToSubmitABug.html LLVMVsTheWorld.html LangRef.html Lexicon.html MakefileGuide.html ProgrammersManual.html Projects.html SourceLevelDebugging.html Stacker.html SystemLibrary.html TableGenFundamentals.html TestingGuide.html UsingLibraries.html WritingAnLLVMBackend.html WritingAnLLVMPass.html index.html

Reid Spencer reid at x10sys.com
Mon Mar 13 21:39:51 PST 2006



Changes in directory llvm/docs:

AliasAnalysis.html updated: 1.26 -> 1.27
Bugpoint.html updated: 1.5 -> 1.6
BytecodeFormat.html updated: 1.50 -> 1.51
CFEBuildInstrs.html updated: 1.55 -> 1.56
CodeGenerator.html updated: 1.28 -> 1.29
CodingStandards.html updated: 1.26 -> 1.27
CommandLine.html updated: 1.39 -> 1.40
CompilerDriver.html updated: 1.11 -> 1.12
CompilerWriterInfo.html updated: 1.8 -> 1.9
ExtendingLLVM.html updated: 1.25 -> 1.26
FAQ.html updated: 1.30 -> 1.31
GarbageCollection.html updated: 1.7 -> 1.8
GettingStarted.html updated: 1.125 -> 1.126
GettingStartedVS.html updated: 1.5 -> 1.6
HowToSubmitABug.html updated: 1.25 -> 1.26
LLVMVsTheWorld.html updated: 1.8 -> 1.9
LangRef.html updated: 1.138 -> 1.139
Lexicon.html updated: 1.13 -> 1.14
MakefileGuide.html updated: 1.27 -> 1.28
ProgrammersManual.html updated: 1.89 -> 1.90
Projects.html updated: 1.19 -> 1.20
SourceLevelDebugging.html updated: 1.11 -> 1.12
Stacker.html updated: 1.19 -> 1.20
SystemLibrary.html updated: 1.9 -> 1.10
TableGenFundamentals.html updated: 1.14 -> 1.15
TestingGuide.html updated: 1.27 -> 1.28
UsingLibraries.html updated: 1.18 -> 1.19
WritingAnLLVMBackend.html updated: 1.9 -> 1.10
WritingAnLLVMPass.html updated: 1.43 -> 1.44
index.html updated: 1.50 -> 1.51
---
Log message:

Changes docs for llvm.cs.uiuc.edu -> llvm.org


---
Diffs of the changes:  (+124 -124)

 AliasAnalysis.html        |    8 ++---
 Bugpoint.html             |    4 +-
 BytecodeFormat.html       |    8 ++---
 CFEBuildInstrs.html       |    7 ++--
 CodeGenerator.html        |    4 +-
 CodingStandards.html      |    4 +-
 CommandLine.html          |    4 +-
 CompilerDriver.html       |    4 +-
 CompilerWriterInfo.html   |    4 +-
 ExtendingLLVM.html        |    4 +-
 FAQ.html                  |    8 ++---
 GarbageCollection.html    |    4 +-
 GettingStarted.html       |   14 ++++-----
 GettingStartedVS.html     |   10 +++---
 HowToSubmitABug.html      |    6 +--
 LLVMVsTheWorld.html       |    6 +--
 LangRef.html              |    4 +-
 Lexicon.html              |    6 +--
 MakefileGuide.html        |    4 +-
 ProgrammersManual.html    |    6 +--
 Projects.html             |    4 +-
 SourceLevelDebugging.html |    4 +-
 Stacker.html              |    4 +-
 SystemLibrary.html        |    6 +--
 TableGenFundamentals.html |    4 +-
 TestingGuide.html         |   10 +++---
 UsingLibraries.html       |    4 +-
 WritingAnLLVMBackend.html |    4 +-
 WritingAnLLVMPass.html    |   70 +++++++++++++++++++++++-----------------------
 index.html                |   18 +++++------
 30 files changed, 124 insertions(+), 123 deletions(-)


Index: llvm/docs/AliasAnalysis.html
diff -u llvm/docs/AliasAnalysis.html:1.26 llvm/docs/AliasAnalysis.html:1.27
--- llvm/docs/AliasAnalysis.html:1.26	Tue Jan  3 00:04:48 2006
+++ llvm/docs/AliasAnalysis.html	Mon Mar 13 23:39:39 2006
@@ -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,8 +951,8 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
-  <a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2006/01/03 06:04:48 $
+  <a href="http://llvm.org">LLVM Compiler Infrastructure</a><br>
+  Last modified: $Date: 2006/03/14 05:39:39 $
 </address>
 
 </body>


Index: llvm/docs/Bugpoint.html
diff -u llvm/docs/Bugpoint.html:1.5 llvm/docs/Bugpoint.html:1.6
--- llvm/docs/Bugpoint.html:1.5	Thu Dec  9 14:26:20 2004
+++ llvm/docs/Bugpoint.html	Mon Mar 13 23:39:39 2006
@@ -230,8 +230,8 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
-  <a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/12/09 20:26:20 $
+  <a href="http://llvm.org">LLVM Compiler Infrastructure</a><br>
+  Last modified: $Date: 2006/03/14 05:39:39 $
 </address>
 
 </body>


Index: llvm/docs/BytecodeFormat.html
diff -u llvm/docs/BytecodeFormat.html:1.50 llvm/docs/BytecodeFormat.html:1.51
--- llvm/docs/BytecodeFormat.html:1.50	Wed Jan 25 17:31:53 2006
+++ llvm/docs/BytecodeFormat.html	Mon Mar 13 23:39:39 2006
@@ -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 @@
   <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,8 +2147,8 @@
  src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
 <a href="mailto:rspencer at x10sys.com">Reid Spencer</a> and <a
  href="mailto:sabre at nondot.org">Chris Lattner</a><br>
-<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-Last modified: $Date: 2006/01/25 23:31:53 $
+<a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
+Last modified: $Date: 2006/03/14 05:39:39 $
 </address>
 </body>
 </html>


Index: llvm/docs/CFEBuildInstrs.html
diff -u llvm/docs/CFEBuildInstrs.html:1.55 llvm/docs/CFEBuildInstrs.html:1.56
--- llvm/docs/CFEBuildInstrs.html:1.55	Sun Feb  5 00:44:17 2006
+++ llvm/docs/CFEBuildInstrs.html	Mon Mar 13 23:39:39 2006
@@ -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>
@@ -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
@@ -356,8 +356,8 @@
   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>
-  Last modified: $Date: 2006/02/05 06:44:17 $
+  <a href="http://llvm.org">LLVM Compiler Infrastructure</a><br>
+  Last modified: $Date: 2006/03/14 05:39:39 $
 </address>
 
 </body>


Index: llvm/docs/CodeGenerator.html
diff -u llvm/docs/CodeGenerator.html:1.28 llvm/docs/CodeGenerator.html:1.29
--- llvm/docs/CodeGenerator.html:1.28	Mon Oct 24 11:54:55 2005
+++ llvm/docs/CodeGenerator.html	Mon Mar 13 23:39:39 2006
@@ -1296,8 +1296,8 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
-  <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2005/10/24 16:54:55 $
+  <a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
+  Last modified: $Date: 2006/03/14 05:39:39 $
 </address>
 
 </body>


Index: llvm/docs/CodingStandards.html
diff -u llvm/docs/CodingStandards.html:1.26 llvm/docs/CodingStandards.html:1.27
--- llvm/docs/CodingStandards.html:1.26	Sun Jan  1 15:59:22 2006
+++ llvm/docs/CodingStandards.html	Mon Mar 13 23:39:39 2006
@@ -653,8 +653,8 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
-  <a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2006/01/01 21:59:22 $
+  <a href="http://llvm.org">LLVM Compiler Infrastructure</a><br>
+  Last modified: $Date: 2006/03/14 05:39:39 $
 </address>
 
 </body>


Index: llvm/docs/CommandLine.html
diff -u llvm/docs/CommandLine.html:1.39 llvm/docs/CommandLine.html:1.40
--- llvm/docs/CommandLine.html:1.39	Mon Nov 14 13:32:05 2005
+++ llvm/docs/CommandLine.html	Mon Mar 13 23:39:39 2006
@@ -1899,8 +1899,8 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
-  <a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2005/11/14 19:32:05 $
+  <a href="http://llvm.org">LLVM Compiler Infrastructure</a><br>
+  Last modified: $Date: 2006/03/14 05:39:39 $
 </address>
 
 </body>


Index: llvm/docs/CompilerDriver.html
diff -u llvm/docs/CompilerDriver.html:1.11 llvm/docs/CompilerDriver.html:1.12
--- llvm/docs/CompilerDriver.html:1.11	Sun Nov 21 08:58:11 2004
+++ llvm/docs/CompilerDriver.html	Mon Mar 13 23:39:39 2006
@@ -814,8 +814,8 @@
  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:rspencer at x10sys.com">Reid Spencer</a><br>
-<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-Last modified: $Date: 2004/11/21 14:58:11 $
+<a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
+Last modified: $Date: 2006/03/14 05:39:39 $
 </address>
 <!-- vim: sw=2
 -->


Index: llvm/docs/CompilerWriterInfo.html
diff -u llvm/docs/CompilerWriterInfo.html:1.8 llvm/docs/CompilerWriterInfo.html:1.9
--- llvm/docs/CompilerWriterInfo.html:1.8	Wed May 18 14:43:24 2005
+++ llvm/docs/CompilerWriterInfo.html	Mon Mar 13 23:39:39 2006
@@ -252,8 +252,8 @@
   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>
-  Last modified: $Date: 2005/05/18 19:43:24 $
+  <a href="http://llvm.org">LLVM Compiler Infrastructure</a><br>
+  Last modified: $Date: 2006/03/14 05:39:39 $
 </address>
 
 </body>


Index: llvm/docs/ExtendingLLVM.html
diff -u llvm/docs/ExtendingLLVM.html:1.25 llvm/docs/ExtendingLLVM.html:1.26
--- llvm/docs/ExtendingLLVM.html:1.25	Thu Mar  9 16:38:42 2006
+++ llvm/docs/ExtendingLLVM.html	Mon Mar 13 23:39:39 2006
@@ -388,9 +388,9 @@
   <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: 2006/03/09 22:38:42 $
+  Last modified: $Date: 2006/03/14 05:39:39 $
 </address>
 
 </body>


Index: llvm/docs/FAQ.html
diff -u llvm/docs/FAQ.html:1.30 llvm/docs/FAQ.html:1.31
--- llvm/docs/FAQ.html:1.30	Mon Apr 25 15:36:56 2005
+++ llvm/docs/FAQ.html	Mon Mar 13 23:39:39 2006
@@ -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>
 
 
@@ -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">
@@ -573,8 +573,8 @@
   <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>
-  Last modified: $Date: 2005/04/25 20:36:56 $
+  <a href="http://llvm.org">LLVM Compiler Infrastructure</a><br>
+  Last modified: $Date: 2006/03/14 05:39:39 $
 </address>
 
 </body>


Index: llvm/docs/GarbageCollection.html
diff -u llvm/docs/GarbageCollection.html:1.7 llvm/docs/GarbageCollection.html:1.8
--- llvm/docs/GarbageCollection.html:1.7	Thu Jul 22 00:49:38 2004
+++ llvm/docs/GarbageCollection.html	Mon Mar 13 23:39:39 2006
@@ -525,8 +525,8 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
-  <a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/07/22 05:49:38 $
+  <a href="http://llvm.org">LLVM Compiler Infrastructure</a><br>
+  Last modified: $Date: 2006/03/14 05:39:39 $
 </address>
 
 </body>


Index: llvm/docs/GettingStarted.html
diff -u llvm/docs/GettingStarted.html:1.125 llvm/docs/GettingStarted.html:1.126
--- llvm/docs/GettingStarted.html:1.125	Wed Jan  4 00:51:22 2006
+++ llvm/docs/GettingStarted.html	Mon Mar 13 23:39:39 2006
@@ -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,8 +1545,8 @@
 
   <a href="mailto:sabre at nondot.org">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>
-  Last modified: $Date: 2006/01/04 06:51:22 $
+  <a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
+  Last modified: $Date: 2006/03/14 05:39:39 $
 </address>
 </body>
 </html>


Index: llvm/docs/GettingStartedVS.html
diff -u llvm/docs/GettingStartedVS.html:1.5 llvm/docs/GettingStartedVS.html:1.6
--- llvm/docs/GettingStartedVS.html:1.5	Sun Oct 30 15:00:24 2005
+++ llvm/docs/GettingStartedVS.html	Mon Mar 13 23:39:39 2006
@@ -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,8 +346,8 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
 
   <a href="mailto:jeffc at jolt-lang.org">Jeff Cohen</a><br>
-  <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2005/10/30 21:00:24 $
+  <a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
+  Last modified: $Date: 2006/03/14 05:39:39 $
 </address>
 </body>
 </html>


Index: llvm/docs/HowToSubmitABug.html
diff -u llvm/docs/HowToSubmitABug.html:1.25 llvm/docs/HowToSubmitABug.html:1.26
--- llvm/docs/HowToSubmitABug.html:1.25	Wed Feb  8 11:01:37 2006
+++ llvm/docs/HowToSubmitABug.html	Mon Mar 13 23:39:39 2006
@@ -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,9 +350,9 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
 
   <a href="mailto:sabre at nondot.org">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: 2006/02/08 17:01:37 $
+  Last modified: $Date: 2006/03/14 05:39:39 $
 </address>
 
 </body>


Index: llvm/docs/LLVMVsTheWorld.html
diff -u llvm/docs/LLVMVsTheWorld.html:1.8 llvm/docs/LLVMVsTheWorld.html:1.9
--- llvm/docs/LLVMVsTheWorld.html:1.8	Sun May 23 16:07:26 2004
+++ llvm/docs/LLVMVsTheWorld.html	Mon Mar 13 23:39:39 2006
@@ -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
@@ -171,9 +171,9 @@
 <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: 2004/05/23 21:07:26 $
+  Last modified: $Date: 2006/03/14 05:39:39 $
 </div>
 
 </body>


Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.138 llvm/docs/LangRef.html:1.139
--- llvm/docs/LangRef.html:1.138	Fri Mar  3 18:02:10 2006
+++ llvm/docs/LangRef.html	Mon Mar 13 23:39:39 2006
@@ -3693,8 +3693,8 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
-  <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2006/03/04 00:02:10 $
+  <a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
+  Last modified: $Date: 2006/03/14 05:39:39 $
 </address>
 </body>
 </html>


Index: llvm/docs/Lexicon.html
diff -u llvm/docs/Lexicon.html:1.13 llvm/docs/Lexicon.html:1.14
--- llvm/docs/Lexicon.html:1.13	Wed Feb  8 10:59:49 2006
+++ llvm/docs/Lexicon.html	Mon Mar 13 23:39:39 2006
@@ -168,9 +168,9 @@
  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>
-Last modified: $Date: 2006/02/08 16:59:49 $
+ href="http://llvm.org/">The LLVM Team</a><br>
+<a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
+Last modified: $Date: 2006/03/14 05:39:39 $
 </address>
 <!-- vim: sw=2
 -->


Index: llvm/docs/MakefileGuide.html
diff -u llvm/docs/MakefileGuide.html:1.27 llvm/docs/MakefileGuide.html:1.28
--- llvm/docs/MakefileGuide.html:1.27	Fri Jan 27 16:06:01 2006
+++ llvm/docs/MakefileGuide.html	Mon Mar 13 23:39:39 2006
@@ -990,8 +990,8 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
 
   <a href="mailto:rspencer at x10sys.com">Reid Spencer</a><br>
-  <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2006/01/27 22:06:01 $
+  <a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
+  Last modified: $Date: 2006/03/14 05:39:39 $
 </address>
 
 </body>


Index: llvm/docs/ProgrammersManual.html
diff -u llvm/docs/ProgrammersManual.html:1.89 llvm/docs/ProgrammersManual.html:1.90
--- llvm/docs/ProgrammersManual.html:1.89	Sun Nov 27 20:30:22 2005
+++ llvm/docs/ProgrammersManual.html	Mon Mar 13 23:39:39 2006
@@ -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,8 +2276,8 @@
 
   <a href="mailto:dhurjati at cs.uiuc.edu">Dinakar Dhurjati</a> and
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
-  <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2005/11/28 02:30:22 $
+  <a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
+  Last modified: $Date: 2006/03/14 05:39:39 $
 </address>
 
 </body>


Index: llvm/docs/Projects.html
diff -u llvm/docs/Projects.html:1.19 llvm/docs/Projects.html:1.20
--- llvm/docs/Projects.html:1.19	Mon Oct 24 11:43:08 2005
+++ llvm/docs/Projects.html	Mon Mar 13 23:39:39 2006
@@ -451,9 +451,9 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
 
   <a href="mailto:criswell at uiuc.edu">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: 2005/10/24 16:43:08 $
+  Last modified: $Date: 2006/03/14 05:39:39 $
 </address>
 
 </body>


Index: llvm/docs/SourceLevelDebugging.html
diff -u llvm/docs/SourceLevelDebugging.html:1.11 llvm/docs/SourceLevelDebugging.html:1.12
--- llvm/docs/SourceLevelDebugging.html:1.11	Thu Dec  9 14:27:37 2004
+++ llvm/docs/SourceLevelDebugging.html	Mon Mar 13 23:39:39 2006
@@ -1109,8 +1109,8 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
-  <a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/12/09 20:27:37 $
+  <a href="http://llvm.org">LLVM Compiler Infrastructure</a><br>
+  Last modified: $Date: 2006/03/14 05:39:39 $
 </address>
 
 </body>


Index: llvm/docs/Stacker.html
diff -u llvm/docs/Stacker.html:1.19 llvm/docs/Stacker.html:1.20
--- llvm/docs/Stacker.html:1.19	Wed May  4 10:43:40 2005
+++ llvm/docs/Stacker.html	Mon Mar 13 23:39:39 2006
@@ -1404,8 +1404,8 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
 
   <a href="mailto:rspencer at x10sys.com">Reid Spencer</a><br>
-  <a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2005/05/04 15:43:40 $
+  <a href="http://llvm.org">LLVM Compiler Infrastructure</a><br>
+  Last modified: $Date: 2006/03/14 05:39:39 $
 </address>
 
 </body>


Index: llvm/docs/SystemLibrary.html
diff -u llvm/docs/SystemLibrary.html:1.9 llvm/docs/SystemLibrary.html:1.10
--- llvm/docs/SystemLibrary.html:1.9	Wed Jan  5 12:21:39 2005
+++ llvm/docs/SystemLibrary.html	Mon Mar 13 23:39:39 2006
@@ -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,8 +337,8 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
 
   <a href="mailto:rspencer at x10sys.com">Reid Spencer</a><br>
-  <a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2005/01/05 18:21:39 $
+  <a href="http://llvm.org">LLVM Compiler Infrastructure</a><br>
+  Last modified: $Date: 2006/03/14 05:39:39 $
 </address>
 </body>
 </html>


Index: llvm/docs/TableGenFundamentals.html
diff -u llvm/docs/TableGenFundamentals.html:1.14 llvm/docs/TableGenFundamentals.html:1.15
--- llvm/docs/TableGenFundamentals.html:1.14	Mon Oct 24 11:54:55 2005
+++ llvm/docs/TableGenFundamentals.html	Mon Mar 13 23:39:39 2006
@@ -559,8 +559,8 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
-  <a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2005/10/24 16:54:55 $
+  <a href="http://llvm.org">LLVM Compiler Infrastructure</a><br>
+  Last modified: $Date: 2006/03/14 05:39:39 $
 </address>
 
 </body>


Index: llvm/docs/TestingGuide.html
diff -u llvm/docs/TestingGuide.html:1.27 llvm/docs/TestingGuide.html:1.28
--- llvm/docs/TestingGuide.html:1.27	Fri May 13 15:25:49 2005
+++ llvm/docs/TestingGuide.html	Mon Mar 13 23:39:39 2006
@@ -416,7 +416,7 @@
 <ol>
   <li>cd into the llvm/projects directory</li>
   <li>check out the <tt>llvm-test</tt> module with:<br/>
-  <tt>cvs -d :pserver:anon at llvm.cs.uiuc.edu:/var/cvs/llvm co -PR llvm-test</tt><br> 
+  <tt>cvs -d :pserver:anon at llvm.org:/var/cvs/llvm co -PR llvm-test</tt><br> 
   This will get the test suite into <tt>llvm/projects/llvm-test</tt></li>
   <li>configure the test suite. You can do this one of two ways:
   <ol>
@@ -468,7 +468,7 @@
 <div class="doc_text">
 
 <p>
-The <a href="http://llvm.cs.uiuc.edu/testresults/">LLVM Nightly Testers</a>
+The <a href="http://llvm.org/testresults/">LLVM Nightly Testers</a>
 automatically check out an LLVM tree, build it, run the "nightly" 
 program test (described above), run  all of the feature and regression tests, 
 and then delete the checked out tree.  This tester is designed to ensure that 
@@ -492,7 +492,7 @@
 <pre>
 #!/bin/bash
 BASE=/proj/work/llvm/nightlytest
-export CVSROOT=:pserver:anon at llvm.cs.uiuc.edu:/var/cvs/llvm
+export CVSROOT=:pserver:anon at llvm.org:/var/cvs/llvm
 export BUILDDIR=$BASE/build 
 export WEBDIR=$BASE/testresults 
 export LLVMGCCDIR=/proj/work/llvm/cfrontend/install
@@ -521,8 +521,8 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
 
   John T. Criswell, Reid Spencer, and Tanya Lattner<br>
-  <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br/>
-  Last modified: $Date: 2005/05/13 20:25:49 $
+  <a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br/>
+  Last modified: $Date: 2006/03/14 05:39:39 $
 </address>
 </body>
 </html>


Index: llvm/docs/UsingLibraries.html
diff -u llvm/docs/UsingLibraries.html:1.18 llvm/docs/UsingLibraries.html:1.19
--- llvm/docs/UsingLibraries.html:1.18	Sun Feb  5 00:40:12 2006
+++ llvm/docs/UsingLibraries.html	Mon Mar 13 23:39:39 2006
@@ -496,8 +496,8 @@
     src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
   <a href="mailto:rspencer at x10sys.com">Reid Spencer</a>
 </address>
-<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a> 
-<br>Last modified: $Date: 2006/02/05 06:40:12 $ </div>
+<a href="http://llvm.org">The LLVM Compiler Infrastructure</a> 
+<br>Last modified: $Date: 2006/03/14 05:39:39 $ </div>
 </body>
 </html>
 <!-- vim: sw=2 ts=2 ai


Index: llvm/docs/WritingAnLLVMBackend.html
diff -u llvm/docs/WritingAnLLVMBackend.html:1.9 llvm/docs/WritingAnLLVMBackend.html:1.10
--- llvm/docs/WritingAnLLVMBackend.html:1.9	Sun Oct 16 12:03:22 2005
+++ llvm/docs/WritingAnLLVMBackend.html	Mon Mar 13 23:39:39 2006
@@ -250,9 +250,9 @@
   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">The LLVM Compiler Infrastructure</a>
+  <a href="http://llvm.org">The LLVM Compiler Infrastructure</a>
   <br>
-  Last modified: $Date: 2005/10/16 17:03:22 $
+  Last modified: $Date: 2006/03/14 05:39:39 $
 </address>
 
 </body>


Index: llvm/docs/WritingAnLLVMPass.html
diff -u llvm/docs/WritingAnLLVMPass.html:1.43 llvm/docs/WritingAnLLVMPass.html:1.44
--- llvm/docs/WritingAnLLVMPass.html:1.43	Fri Jan  6 16:49:23 2006
+++ llvm/docs/WritingAnLLVMPass.html	Mon Mar 13 23:39:39 2006
@@ -115,7 +115,7 @@
 above all, a structuring technique for compiler code.</p>
 
 <p>All LLVM passes are subclasses of the <tt><a
-href="http://llvm.cs.uiuc.edu/doxygen/classllvm_1_1Pass.html">Pass</a></tt>
+href="http://llvm.org/doxygen/classllvm_1_1Pass.html">Pass</a></tt>
 class, which implement functionality by overriding virtual methods inherited
 from <tt>Pass</tt>.  Depending on how your pass works, you should inherit from
 the <tt><a href="#ModulePass">ModulePass</a></tt>, <tt><a
@@ -206,14 +206,14 @@
 Start out with:</p>
 
 <pre>
-<b>#include</b> "<a href="http://llvm.cs.uiuc.edu/doxygen/Pass_8h-source.html">llvm/Pass.h</a>"
-<b>#include</b> "<a href="http://llvm.cs.uiuc.edu/doxygen/Function_8h-source.html">llvm/Function.h</a>"
+<b>#include</b> "<a href="http://llvm.org/doxygen/Pass_8h-source.html">llvm/Pass.h</a>"
+<b>#include</b> "<a href="http://llvm.org/doxygen/Function_8h-source.html">llvm/Function.h</a>"
 </pre>
 
 <p>Which are needed because we are writing a <tt><a
-href="http://llvm.cs.uiuc.edu/doxygen/classllvm_1_1Pass.html">Pass</a></tt>, and
+href="http://llvm.org/doxygen/classllvm_1_1Pass.html">Pass</a></tt>, and
 we are operating on <tt><a
-href="http://llvm.cs.uiuc.edu/doxygen/classllvm_1_1Function.html">Function</a></tt>'s.</p>
+href="http://llvm.org/doxygen/classllvm_1_1Function.html">Function</a></tt>'s.</p>
 
 <p>Next we have:</p>
 <pre>
@@ -242,7 +242,7 @@
 </pre><p>
 
 <p>This declares a "<tt>Hello</tt>" class that is a subclass of <tt><a
-href="http://llvm.cs.uiuc.edu/doxygen/classllvm_1_1FunctionPass.html">FunctionPass</a></tt>.
+href="http://llvm.org/doxygen/classllvm_1_1FunctionPass.html">FunctionPass</a></tt>.
 The different builtin pass subclasses are described in detail <a
 href="#passtype">later</a>, but for now, know that <a
 href="#FunctionPass"><tt>FunctionPass</tt></a>'s operate a function at a
@@ -276,8 +276,8 @@
 <p>As a whole, the <tt>.cpp</tt> file looks like:</p>
 
 <pre>
-<b>#include</b> "<a href="http://llvm.cs.uiuc.edu/doxygen/Pass_8h-source.html">llvm/Pass.h</a>"
-<b>#include</b> "<a href="http://llvm.cs.uiuc.edu/doxygen/Function_8h-source.html">llvm/Function.h</a>"
+<b>#include</b> "<a href="http://llvm.org/doxygen/Pass_8h-source.html">llvm/Pass.h</a>"
+<b>#include</b> "<a href="http://llvm.org/doxygen/Function_8h-source.html">llvm/Function.h</a>"
 
 <b>using namespace llvm;</b>
 
@@ -424,7 +424,7 @@
 <div class="doc_text">
 
 <p>The most plain and boring type of pass is the "<tt><a
-href="http://llvm.cs.uiuc.edu/doxygen/classllvm_1_1ImmutablePass.html">ImmutablePass</a></tt>"
+href="http://llvm.org/doxygen/classllvm_1_1ImmutablePass.html">ImmutablePass</a></tt>"
 class.  This pass type is used for passes that do not have to be run, do not
 change state, and never need to be updated.  This is not a normal type of
 transformation or analysis, but can provide information about the current
@@ -447,7 +447,7 @@
 <div class="doc_text">
 
 <p>The "<tt><a
-href="http://llvm.cs.uiuc.edu/doxygen/classllvm_1_1ModulePass.html">ModulePass</a></tt>"
+href="http://llvm.org/doxygen/classllvm_1_1ModulePass.html">ModulePass</a></tt>"
 class is the most general of all superclasses that you can use.  Deriving from
 <tt>ModulePass</tt> indicates that your pass uses the entire program as a unit,
 refering to function bodies in no predictable order, or adding and removing
@@ -485,7 +485,7 @@
 <div class="doc_text">
 
 <p>The "<tt><a
-href="http://llvm.cs.uiuc.edu/doxygen/classllvm_1_1CallGraphSCCPass.html">CallGraphSCCPass</a></tt>"
+href="http://llvm.org/doxygen/classllvm_1_1CallGraphSCCPass.html">CallGraphSCCPass</a></tt>"
 is used by passes that need to traverse the program bottom-up on the call graph
 (callees before callers).  Deriving from CallGraphSCCPass provides some
 mechanics for building and traversing the CallGraph, but also allows the system
@@ -593,7 +593,7 @@
 <div class="doc_text">
 
 <p>In contrast to <tt>ModulePass</tt> subclasses, <tt><a
-href="http://llvm.cs.uiuc.edu/doxygen/classllvm_1_1Pass.html">FunctionPass</a></tt>
+href="http://llvm.org/doxygen/classllvm_1_1Pass.html">FunctionPass</a></tt>
 subclasses do have a predictable, local behavior that can be expected by the
 system.  All <tt>FunctionPass</tt> execute on each function in the program
 independent of all of the other functions in the program.
@@ -638,7 +638,7 @@
 fast).</p>
 
 <p>A good example of how this method should be used is the <a
-href="http://llvm.cs.uiuc.edu/doxygen/LowerAllocations_8cpp-source.html">LowerAllocations</a>
+href="http://llvm.org/doxygen/LowerAllocations_8cpp-source.html">LowerAllocations</a>
 pass.  This pass converts <tt>malloc</tt> and <tt>free</tt> instructions into
 platform dependent <tt>malloc()</tt> and <tt>free()</tt> function calls.  It
 uses the <tt>doInitialization</tt> method to get a reference to the malloc and
@@ -853,7 +853,7 @@
 <tt>Register*</tt> templates that should be used if you want your pass listed by
 multiple or no utilities.  This template takes an extra third argument that
 specifies which tools it should be listed in.  See the <a
-href="http://llvm.cs.uiuc.edu/doxygen/PassSupport_8h-source.html">PassSupport.h</a>
+href="http://llvm.org/doxygen/PassSupport_8h-source.html">PassSupport.h</a>
 file for more information.</li>
 
 </ul>
@@ -934,7 +934,7 @@
 <p>By implementing the <tt>getAnalysisUsage</tt> method, the required and
 invalidated sets may be specified for your transformation.  The implementation
 should fill in the <tt><a
-href="http://llvm.cs.uiuc.edu/doxygen/classllvm_1_1AnalysisUsage.html">AnalysisUsage</a></tt>
+href="http://llvm.org/doxygen/classllvm_1_1AnalysisUsage.html">AnalysisUsage</a></tt>
 object with information about which passes are required and not invalidated.  To
 do this, a pass may call any of the following methods on the AnalysisUsage
 object:</p>
@@ -1011,9 +1011,9 @@
 <pre>
   <i>// This is an example implementation from an analysis, which does not modify
   // the program at all, yet has a prerequisite.</i>
-  <b>void</b> <a href="http://llvm.cs.uiuc.edu/doxygen/classllvm_1_1PostDominanceFrontier.html">PostDominanceFrontier</a>::getAnalysisUsage(AnalysisUsage &AU) <b>const</b> {
+  <b>void</b> <a href="http://llvm.org/doxygen/classllvm_1_1PostDominanceFrontier.html">PostDominanceFrontier</a>::getAnalysisUsage(AnalysisUsage &AU) <b>const</b> {
     AU.setPreservesAll();
-    AU.addRequired<<a href="http://llvm.cs.uiuc.edu/doxygen/classllvm_1_1PostDominatorTree.html">PostDominatorTree</a>>();
+    AU.addRequired<<a href="http://llvm.org/doxygen/classllvm_1_1PostDominatorTree.html">PostDominatorTree</a>>();
   }
 </pre>
 
@@ -1021,9 +1021,9 @@
 
 <pre>
   <i>// This example modifies the program, but does not modify the CFG</i>
-  <b>void</b> <a href="http://llvm.cs.uiuc.edu/doxygen/structLICM.html">LICM</a>::getAnalysisUsage(AnalysisUsage &AU) <b>const</b> {
+  <b>void</b> <a href="http://llvm.org/doxygen/structLICM.html">LICM</a>::getAnalysisUsage(AnalysisUsage &AU) <b>const</b> {
     AU.setPreservesCFG();
-    AU.addRequired<<a href="http://llvm.cs.uiuc.edu/doxygen/classllvm_1_1LoopInfo.html">LoopInfo</a>>();
+    AU.addRequired<<a href="http://llvm.org/doxygen/classllvm_1_1LoopInfo.html">LoopInfo</a>>();
   }
 </pre>
 
@@ -1128,16 +1128,16 @@
 href="#registerag"><tt>RegisterAnalysisGroup</tt></a>.</p>
 
 <p>As a concrete example of an Analysis Group in action, consider the <a
-href="http://llvm.cs.uiuc.edu/doxygen/classllvm_1_1AliasAnalysis.html">AliasAnalysis</a>
+href="http://llvm.org/doxygen/classllvm_1_1AliasAnalysis.html">AliasAnalysis</a>
 analysis group.  The default implementation of the alias analysis interface (the
 <tt><a
-href="http://llvm.cs.uiuc.edu/doxygen/structBasicAliasAnalysis.html">basicaa</a></tt>
+href="http://llvm.org/doxygen/structBasicAliasAnalysis.html">basicaa</a></tt>
 pass) just does a few simple checks that don't require significant analysis to
 compute (such as: two different globals can never alias each other, etc).
 Passes that use the <tt><a
-href="http://llvm.cs.uiuc.edu/doxygen/classllvm_1_1AliasAnalysis.html">AliasAnalysis</a></tt>
+href="http://llvm.org/doxygen/classllvm_1_1AliasAnalysis.html">AliasAnalysis</a></tt>
 interface (for example the <tt><a
-href="http://llvm.cs.uiuc.edu/doxygen/structGCSE.html">gcse</a></tt> pass), do
+href="http://llvm.org/doxygen/structGCSE.html">gcse</a></tt> pass), do
 not care which implementation of alias analysis is actually provided, they just
 use the designated interface.</p>
 
@@ -1164,7 +1164,7 @@
 for the Analysis Group Interface itself, because it is "abstract":</p>
 
 <pre>
-  <b>static</b> RegisterAnalysisGroup<<a href="http://llvm.cs.uiuc.edu/doxygen/classllvm_1_1AliasAnalysis.html">AliasAnalysis</a>> A("<i>Alias Analysis</i>");
+  <b>static</b> RegisterAnalysisGroup<<a href="http://llvm.org/doxygen/classllvm_1_1AliasAnalysis.html">AliasAnalysis</a>> A("<i>Alias Analysis</i>");
 </pre>
 
 <p>Once the analysis is registered, passes can declare that they are valid
@@ -1177,13 +1177,13 @@
   B("<i>somefancyaa</i>", "<i>A more complex alias analysis implementation</i>");
 
   //<i> Declare that we implement the AliasAnalysis interface</i>
-  RegisterAnalysisGroup<<a href="http://llvm.cs.uiuc.edu/doxygen/classllvm_1_1AliasAnalysis.html">AliasAnalysis</a>, FancyAA> C;
+  RegisterAnalysisGroup<<a href="http://llvm.org/doxygen/classllvm_1_1AliasAnalysis.html">AliasAnalysis</a>, FancyAA> C;
 }
 </pre>
 
 <p>This just shows a class <tt>FancyAA</tt> that is registered normally, then
 uses the <tt>RegisterAnalysisGroup</tt> template to "join" the <tt><a
-href="http://llvm.cs.uiuc.edu/doxygen/classllvm_1_1AliasAnalysis.html">AliasAnalysis</a></tt>
+href="http://llvm.org/doxygen/classllvm_1_1AliasAnalysis.html">AliasAnalysis</a></tt>
 analysis group.  Every implementation of an analysis group should join using
 this template.  A single pass may join multiple different analysis groups with
 no problem.</p>
@@ -1191,11 +1191,11 @@
 <pre>
 <b>namespace</b> {
   //<i> Analysis Group implementations <b>must</b> be registered normally...</i>
-  RegisterOpt<<a href="http://llvm.cs.uiuc.edu/doxygen/structBasicAliasAnalysis.html">BasicAliasAnalysis</a>>
+  RegisterOpt<<a href="http://llvm.org/doxygen/structBasicAliasAnalysis.html">BasicAliasAnalysis</a>>
   D("<i>basicaa</i>", "<i>Basic Alias Analysis (default AA impl)</i>");
 
   //<i> Declare that we implement the AliasAnalysis interface</i>
-  RegisterAnalysisGroup<<a href="http://llvm.cs.uiuc.edu/doxygen/classllvm_1_1AliasAnalysis.html">AliasAnalysis</a>, <a href="http://llvm.cs.uiuc.edu/doxygen/structBasicAliasAnalysis.html">BasicAliasAnalysis</a>, <b>true</b>> E;
+  RegisterAnalysisGroup<<a href="http://llvm.org/doxygen/classllvm_1_1AliasAnalysis.html">AliasAnalysis</a>, <a href="http://llvm.org/doxygen/structBasicAliasAnalysis.html">BasicAliasAnalysis</a>, <b>true</b>> E;
 }
 </pre>
 
@@ -1203,7 +1203,7 @@
 argument to the <tt>RegisterAnalysisGroup</tt> template).  There must be exactly
 one default implementation available at all times for an Analysis Group to be
 used.  Here we declare that the <tt><a
-href="http://llvm.cs.uiuc.edu/doxygen/structBasicAliasAnalysis.html">BasicAliasAnalysis</a></tt>
+href="http://llvm.org/doxygen/structBasicAliasAnalysis.html">BasicAliasAnalysis</a></tt>
 pass is the default implementation for the interface.</p>
 
 </div>
@@ -1216,7 +1216,7 @@
 
 <div class="doc_text">
 <p>The <a
-href="http://llvm.cs.uiuc.edu/doxygen/Statistic_8h-source.html"><tt>Statistic</tt></a>
+href="http://llvm.org/doxygen/Statistic_8h-source.html"><tt>Statistic</tt></a>
 class is designed to be an easy way to expose various success
 metrics from passes.  These statistics are printed at the end of a
 run, when the -stats command line option is enabled on the command
@@ -1234,9 +1234,9 @@
 <div class="doc_text">
 
 <p>The <a
-href="http://llvm.cs.uiuc.edu/doxygen/PassManager_8h-source.html"><tt>PassManager</tt></a>
+href="http://llvm.org/doxygen/PassManager_8h-source.html"><tt>PassManager</tt></a>
 <a
-href="http://llvm.cs.uiuc.edu/doxygen/classllvm_1_1PassManager.html">class</a>
+href="http://llvm.org/doxygen/classllvm_1_1PassManager.html">class</a>
 takes a list of passes, ensures their <a href="#interaction">prerequisites</a>
 are set up correctly, and then schedules passes to run efficiently.  All of the
 LLVM tools that run passes use the <tt>PassManager</tt> for execution of these
@@ -1267,7 +1267,7 @@
 the LLVM program representation for a single function at a time, instead of
 traversing the entire program.  It reduces the memory consumption of compiler,
 because, for example, only one <a
-href="http://llvm.cs.uiuc.edu/doxygen/classllvm_1_1DominatorSet.html"><tt>DominatorSet</tt></a>
+href="http://llvm.org/doxygen/classllvm_1_1DominatorSet.html"><tt>DominatorSet</tt></a>
 needs to be calculated at a time.  This also makes it possible some <a
 href="#SMP">interesting enhancements</a> in the future.</p></li>
 
@@ -1592,8 +1592,8 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
-  <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2006/01/06 22:49:23 $
+  <a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
+  Last modified: $Date: 2006/03/14 05:39:39 $
 </address>
 
 </body>


Index: llvm/docs/index.html
diff -u llvm/docs/index.html:1.50 llvm/docs/index.html:1.51
--- llvm/docs/index.html:1.50	Thu Feb 23 10:18:29 2006
+++ llvm/docs/index.html	Mon Mar 13 23:39:39 2006
@@ -20,7 +20,7 @@
 </ul>
 </td><td class="right">
   <form action="http://www.google.com/search" method=get>
-      <input type="hidden" name="sitesearch" value="llvm.cs.uiuc.edu/docs">
+      <input type="hidden" name="sitesearch" value="llvm.org/docs">
       <input type=text name=q size=25><br>
       <input type=submit value="Search the LLVM Docs" name="submit">
   </form>
@@ -28,7 +28,7 @@
 </div>
 
 <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>
 
 <!--=======================================================================-->
@@ -36,7 +36,7 @@
 <!--=======================================================================-->
 
 <ul>
-<li><a href="http://llvm.cs.uiuc.edu/pubs/2004-01-30-CGO-LLVM.html">LLVM: A
+<li><a href="http://llvm.org/pubs/2004-01-30-CGO-LLVM.html">LLVM: A
 Compilation Framework for Lifelong Program Analysis & Transformation</a>: -
 Describes the LLVM instruction set and compilation strategy.  This should be the
 first document you read to get an overview of LLVM.</li>
@@ -146,14 +146,14 @@
 <li><a href="UsingLibraries.html">Using LLVM Libraries</a> - Look here to
 understand how to use the libraries produced when LLVM is compiled.</li>
 
-<li><a href="http://llvm.cs.uiuc.edu/doxygen/">Doxygen generated 
+<li><a href="http://llvm.org/doxygen/">Doxygen generated 
 documentation</a> (<a
-href="http://llvm.cs.uiuc.edu/doxygen/inherits.html">classes</a>)
+href="http://llvm.org/doxygen/inherits.html">classes</a>)
 
-(<a href="http://llvm.cs.uiuc.edu/doxygen/doxygen.tar.gz">tarball</a>)
+(<a href="http://llvm.org/doxygen/doxygen.tar.gz">tarball</a>)
 </li>
 
-<li><a href="http://llvm.cs.uiuc.edu/cvsweb/cvsweb.cgi/llvm">CVSWeb CVS Tree 
+<li><a href="http://llvm.org/cvsweb/cvsweb.cgi/llvm">CVSWeb CVS Tree 
 Browser</a></li>
 
 </ul>
@@ -249,7 +249,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>
-  Last modified: $Date: 2006/02/23 16:18:29 $
+  <a href="http://llvm.org">LLVM Compiler Infrastructure</a><br>
+  Last modified: $Date: 2006/03/14 05:39:39 $
 </address>
 






More information about the llvm-commits mailing list