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

Chris Lattner lattner at cs.uiuc.edu
Sat Oct 18 22:09:01 PDT 2003


Changes in directory llvm-www:

www-index.html updated: 1.60 -> 1.61

---
Log message:

Simplify documentation index a bit



---
Diffs of the changes:  (+22 -53)

Index: llvm-www/www-index.html
diff -u llvm-www/www-index.html:1.60 llvm-www/www-index.html:1.61
--- llvm-www/www-index.html:1.60	Fri Oct 17 15:43:07 2003
+++ llvm-www/www-index.html	Sat Oct 18 22:07:51 2003
@@ -266,31 +266,28 @@
             </tr>
             <tr>
                 <td>
-                Here are some technical and reference documents for the LLVM
-                system:
-                <p>
-
-                <h4>
-                LLVM Design
-                </h4>
+                <font size=+1><b>LLVM Design:</b></font>
 
                 <ul>
-                    <li>
-                    <a href="pubs/2002-08-09-LLVMCompilationStrategy.html">
-                    The LLVM Instruction Set and Compilation Strategy
-                    </a>
+                <li><a href="pubs/2002-08-09-LLVMCompilationStrategy.html">
+                    The LLVM Instruction Set and Compilation Strategy</a>
                     - Describes the high level picture of the LLVM instruction
                     set and compilation system. This should be the first
                     document you read to get an overview of LLVM. </li>
+
+                <li><a href="docs/LangRef.html">LLVM Reference Manual</a>
+                    - Defines the LLVM
+                        intermediate representation, the assembly
+                        form of the different nodes, and provides
+                        reference information about the different
+                        tools in LLVM. </li>
+
                 </ul>
 
-                <h4>
-                LLVM User Guides
-                </h4>
+                <font size=+1><b>LLVM User Guides:</b></font>
 
                 <ul>
-                    <li>
-                    <a href="docs/GettingStarted.html">
+                <li><a href="docs/GettingStarted.html">
                     The LLVM Getting Started Guide
                     </a>
                     - Discusses how to get up and running
@@ -299,27 +296,17 @@
                         compilation of the distribution to
                         execution of some tools. </li>
 
-                    <li>
-                    <a href="docs/CommandGuide/">
-                    LLVM Command Guide
-                    </a>
+                    
+                <li><a href="docs/CommandGuide/">LLVM Command Guide</a>
                     - A reference manual for the LLVM command line
-                    utilities.  </li>
+                    utilities ("man" pages for LLVM tools). </li>
+                <li><a href="docs/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>
-                    <a href="docs/LangRef.html">
-                    LLVM Reference Manual
-                    </a>
-                    - Defines the LLVM
-                        intermediate representation, the assembly
-                        form of the different nodes, and provides
-                        reference information about the different
-                        tools in LLVM. </li>
                 </ul>
 
-                <h4>
-                Programming Documentation
-                </h4>
+                <font size=+1><b>Programming Documentation:</b></font>
 
                 <ul>
                     <li><a href="docs/ProgrammersManual.html">The LLVM
@@ -345,31 +332,13 @@
                         LLVM Coding standards</a>
                         - Details the LLVM coding standards and provides useful
                           information on writing efficient C++ code.</li>
-                </ul>
-
-                <h4>
-                Contributing
-                </h4>
-
-                <ul>
                     <li><a href="docs/OpenProjects.html">Open Projects</a> in
                         the LLVM system.  Look here if you are interested in
                         doing something with LLVM, but aren't sure what needs
                         to be done.</li>
-
-                    <li><a
-                       href="docs/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>
                 </ul>
 
-                <p>
-
-                <h4>
-                Other Useful Information
-                </h4>
-                </p>
-
+                <font size=+1><b>Other Useful Information:</b></font>
                 <ul>
                     <li>LLVM Mailing Lists:
                     <ol>
@@ -414,7 +383,7 @@
                         Optimizing native code during
                         execution, using LLVM-to-native-code
                         mapping information. </li>
-                    <li><em><strong><a href="safecode/"> SAFECode </a>
+                    <li><em><strong><a href="safecode/">SAFECode</a>
 			project 
 			</strong>:</em> Language and
                         compiler support for ensuring memory





More information about the llvm-commits mailing list