Forgot a file.
[oota-llvm.git] / docs / index.html
index 0d289478b9c347368b0831aa26e5d7a02fc715b5..74a7c4dc52ccf6776dccfed1f29afcb9d21363a1 100644 (file)
@@ -92,6 +92,9 @@ Current tools:
  <a href="/cmds/llvm-bcanalyzer.html">llvm-bcanalyzer</a>,
 </li>
 
+<li><a href="Passes.html">LLVM's Analysis and Transform Passes</a> - A list of
+optimizations and analyses implemented in LLVM.</li>
+
 <li><a href="FAQ.html">Frequently Asked Questions</a> - A list of common
 questions and problems and their solutions.</li>
 
@@ -102,8 +105,8 @@ questions and problems and their solutions.</li>
 Instructions for properly submitting information about any bugs you run into in
 the LLVM system.</li>
 
-<li><a href="TestingGuide.html">LLVM Test Suite Guide</a> - A reference
-manual for using the LLVM test suite.</li>
+<li><a href="TestingGuide.html">LLVM Testing Infrastructure Guide</a> - A reference
+manual for using the LLVM testing infrastructure.</li>
 
 <li><a href="GCCFEBuildInstrs.html">How to build the C/C++ front-end</a> -
 Instructions for building the front-end from source.</li>
@@ -192,10 +195,6 @@ generator.</li>
 on how to write a new alias analysis implementation or how to use existing
 analyses.</li>
 
-<li><a href="Stacker.html">The Stacker Chronicles</a> - This document
-describes both the Stacker language and LLVM frontend, but also some details
-about LLVM useful for those writing front-ends.</li>
-
 <li><a href="GarbageCollection.html">Accurate Garbage Collection with
 LLVM</a> - The interfaces source-language compilers should use for compiling
 GC'd programs.</li>
@@ -215,7 +214,8 @@ reducer description and usage information.</li>
 describes the design and configuration of the LLVM compiler driver tool,
 <tt>llvmc</tt>.</li>
 
-<li><a href="BitCodeFormat.html">LLVM Bitcode File Format</a></li>
+<li><a href="BitCodeFormat.html">LLVM Bitcode File Format</a> - This describes 
+the file format and encoding used for LLVM "bc" files.</li>
 
 <li><a href="SystemLibrary.html">System Library</a> - This document describes
 the LLVM System Library (<tt>lib/System</tt>) and how to keep LLVM source code
@@ -233,27 +233,27 @@ the linker and its design</li>
 <!--=======================================================================-->
 
 <ul>
-<li>The <a href="http://mail.cs.uiuc.edu/mailman/listinfo/llvm-announce">
+<li>The <a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-announce">
 LLVM Announcements List</a>: This is a low volume list that provides important 
 announcements regarding LLVM.  It gets email about once a month.</li>
 
-<li>The <a href="http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev">Developer's
+<li>The <a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">Developer's
 List</a>: This list is for people who want to be included in technical 
 discussions of LLVM. People post to this list when they have questions about 
 writing code for or using the LLVM tools. It is relatively low volume.</li>
 
-<li>The <a href="http://mail.cs.uiuc.edu/pipermail/llvmbugs/">Bugs &amp;
+<li>The <a href="http://lists.cs.uiuc.edu/pipermail/llvmbugs/">Bugs &amp;
 Patches Archive</a>: This list gets emailed every time a bug is opened and
 closed, and when people submit patches to be included in LLVM.  It is higher 
 volume than the LLVMdev list.</li>
 
-<li>The <a href="http://mail.cs.uiuc.edu/pipermail/llvm-commits/">Commits
+<li>The <a href="http://lists.cs.uiuc.edu/pipermail/llvm-commits/">Commits
 Archive</a>: This list contains all commit messages that are made when LLVM 
 developers commit code changes to the repository. It is useful for those who 
 want to stay on the bleeding edge of LLVM development. This list is very high
 volume.</li>
 
-<li>The <a href="http://mail.cs.uiuc.edu/pipermail/llvm-testresults/">
+<li>The <a href="http://lists.cs.uiuc.edu/pipermail/llvm-testresults/">
 Test Results Archive</a>: A message is automatically sent to this list by every
 active nightly tester when it completes.  As such, this list gets email several
 times each day, making it a high volume list.</li>