[llvm-commits] CVS: llvm/docs/index.html

Chris Lattner lattner at cs.uiuc.edu
Mon Aug 2 14:32:18 PDT 2004



Changes in directory llvm/docs:

index.html updated: 1.21 -> 1.22

---
Log message:

continue hacking


---
Diffs of the changes:  (+12 -27)

Index: llvm/docs/index.html
diff -u llvm/docs/index.html:1.21 llvm/docs/index.html:1.22
--- llvm/docs/index.html:1.21	Mon Aug  2 16:29:20 2004
+++ llvm/docs/index.html	Mon Aug  2 16:32:08 2004
@@ -1,4 +1,3 @@
-
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                       "http://www.w3.org/TR/html4/strict.dtd">
 <html>
@@ -16,11 +15,7 @@
   <li><a href="#userguide">LLVM User Guides</a></li>
   <li><a href="#llvmprog">General LLVM Programming Documentation</a></li>
   <li><a href="#subsystems">LLVM Subsystem Documentation</a></li>
-  <li><a href="#Support">LLVM Support</a>
-    <ul>
-    <li><a href="#mailList">LLVM mailing lists</a></li>
-    </ul>
-  </li>
+  <li><a href="#maillist">LLVM Mailing Lists</a></li>
 </ul>
 </div>
 
@@ -55,6 +50,9 @@
 <li><a href="CommandGuide/">LLVM Command Guide</a> - A reference manual for
 the LLVM command line utilities ("man" pages for LLVM tools).</li>
 
+<li><a href="FAQ.html">Frequently Asked Questions</a> - A list of common
+questions and problems and their solutions.</li>
+
 <li><a href="ReleaseNotes.html">Release notes for the current release</a> 
 - This describes new features, known bugs, and other limitations.</li>
 
@@ -67,6 +65,12 @@
 
 <li><a href="CFEBuildInstrs.html">How to build the C/C++ front-end</a> -
 Instructions for building the front-end from source.</li>
+
+<li> You can probably find help on the unofficial LLVM IRC channel.  We often 
+are on irc.oftc.net in the #llvm channel.  If you are using the mozilla
+browser, and have chatzilla installed, you can join by <a 
+href="irc://irc.oftc.net/llvm">clicking here</a>.</li>
+
 </ul>
 
 
@@ -151,26 +155,7 @@
 </ul>
 
 <!--=======================================================================-->
-<div class="doc_section"><a name="Support">LLVM Support</a></div>
-<!--=======================================================================-->
-
-<ul>
-<li><a href="FAQ.html">Frequently Asked Questions</a> - A list of common
-questions and problems and their solutions.</li>
-
-<li><a href="HowToSubmitABug.html">How-To-Submit-A-Bug</a> - Instructions
-for the proper way to submit information about a bug you ran into in the LLVM
-system.</li>
-
-<li> You can probably find help on the unofficial LLVM IRC channel.  We often 
-are on irc.oftc.net in the #llvm channel.  If you are using the mozilla
-browser, and have chatzilla installed, you can join by <a 
-href="irc://irc.oftc.net/llvm">clicking here</a>.</li>
-
-</ul>
-
-<!--=======================================================================-->
-<div class="doc_subsection"><a name="maillist">LLVM Mailing Lists</a></div>
+<div class="doc_section"><a name="maillist">LLVM Mailing Lists</a></div>
 <!--=======================================================================-->
 
 <ul>
@@ -206,6 +191,6 @@
   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: 2004/08/02 21:29:20 $
+  Last modified: $Date: 2004/08/02 21:32:08 $
 </address>
 





More information about the llvm-commits mailing list