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

John Criswell criswell at cs.uiuc.edu
Fri Oct 24 11:50:01 PDT 2003


Changes in directory llvm/docs:

index.html updated: 1.1.2.1 -> 1.1.2.2

---
Log message:

Fixed the name of the Command Guide index.
Made everything into hyperlinks.



---
Diffs of the changes:  (+49 -26)

Index: llvm/docs/index.html
diff -u llvm/docs/index.html:1.1.2.1 llvm/docs/index.html:1.1.2.2
--- llvm/docs/index.html:1.1.2.1	Fri Oct 24 11:19:11 2003
+++ llvm/docs/index.html	Fri Oct 24 11:49:29 2003
@@ -48,29 +48,33 @@
     <dt>
     For license information:
     <dd>
-        llvm/LICENSE.txt
+        <a href="../LICENSE.TXT">llvm/LICENSE.TXT</a>
+        <p>
 
     <dt>
     Installing and compiling LLVM:
     <dd>
-        llvm/docs/GettingStarted.html
+        <a href="GettingStarted.html">llvm/docs/GettingStarted.html</a>
+        <p>
 
     <dt>
     Learn about features and limitations of this release:
     <dd>
-        llvm/docs/ReleaseNotes.html
+        <a href="ReleaseNotes.html">llvm/docs/ReleaseNotes.html</a>
+        <p>
 
     <dt>
     Learn how to write a pass within the LLVM system:
     <dd>
-        llvm/docs/WritingAnLLVMPass.html 
+        <a href="WritingAnLLVMPass.html">llvm/docs/WritingAnLLVMPass.html </a>
+        <p>
 
     <dt>
     Learn how to start a new development project using LLVM, where your
+    new source code can live anywhere (outside or inside the LLVM tree),
+    while using LLVM header files and libraries:
     <dd>
-        new source code can live anywhere (outside or inside the LLVM tree),
-        while using LLVM header files and libraries:
-        llvm/docs/Projects.html
+        <a href="Projects.html">llvm/docs/Projects.html</a>
 </dl>
 
 <hr>
@@ -83,13 +87,14 @@
         <li>
         If you have questions or development problems not answered in the
         documentation, send e-mail to llvmdev at cs.uiuc.edu.  This mailing list is
-        monitored by all the people in the LLVM group at Illinois, and you should
-        expect prompt first responses.
+        monitored by all the people in the LLVM group at Illinois, and you
+        should expect prompt first responses.
         </li>
 
         <li>
         To report a bug, submit a bug report as described in the document:
-        http://llvm.cs.uiuc.edu/docs/HowToSubmitABug.html
+        <a href="http://llvm.cs.uiuc.edu/docs/HowToSubmitABug.html">
+        http://llvm.cs.uiuc.edu/docs/HowToSubmitABug.html</a>
         </li>
 
         <li>
@@ -118,7 +123,8 @@
     LLVM : A Compilation Framework for Lifelong Program Analysis
     and Transformation:
     <dd>
-        http://llvm.cs.uiuc.edu/pubs/2003-09-30-LifelongOptimizationTR.html
+        <a href="http://llvm.cs.uiuc.edu/pubs/2003-09-30-LifelongOptimizationTR.html">
+        http://llvm.cs.uiuc.edu/pubs/2003-09-30-LifelongOptimizationTR.html </a>
 
 </dl>
 
@@ -130,22 +136,27 @@
     <dt>
     Download and Installation Instructions:
     <dd>
-        llvm/docs/GettingStarted.html
+        <a href="GettingStarted.html"> llvm/docs/GettingStarted.html</a>
+        <p>
 
     <dt>
     LLVM Command Guide:
     <dd>
-        llvm/docs/CommandGuide/CommandGuide.html
+        <a href="CommandGuide/index.html">
+        llvm/docs/CommandGuide/index.html</a>
+        <p>
 
     <dt>
     LLVM Assembly Language:
     <dd>
-        llvm/docs/LangRef.html
+        <a href="LangRef.html"> llvm/docs/LangRef.html</a>
+        <p>
 
     <dt>
     LLVM Test Suite Guide:
     <dd>
-        llvm/docs/TestingGuide.html
+        <a href="TestingGuide.html"> llvm/docs/TestingGuide.html</a>
+        <p>
 </dl>
 
 <h3>
@@ -156,27 +167,32 @@
     <dt>
     LLVM Programmers Manual:
     <dd>
-        llvm/docs/ProgrammersManual.html
+        <a href="ProgrammersManual.html"> llvm/docs/ProgrammersManual.html</a>
+        <p>
 
     <dt>
     Writing an LLVM Pass:
     <dd>
-        llvm/docs/WritingAnLLVMPass.html
+        <a href="WritingAnLLVMPass.html"> llvm/docs/WritingAnLLVMPass.html</a>
+        <p>
 
     <dt>
     Alias Analysis in LLVM:
     <dd>
-        llvm/docs/AliasAnalysis.html
+        <a href="AliasAnalysis.html"> llvm/docs/AliasAnalysis.html</a>
+        <p>
 
     <dt>
     Command Line Library:
     <dd>
-        llvm/docs/CommandLine.html
+        <a href="CommandLine.html"> llvm/docs/CommandLine.html</a>
+        <p>
 
     <dt>
     Coding Standards:
     <dd>
-        llvm/docs/CodingStandards.html
+        <a href="CodingStandards.html"> llvm/docs/CodingStandards.html</a>
+        <p>
 </dl>
 
 <h3>
@@ -187,17 +203,21 @@
     <dt>
     Submitting a Bug:
     <dd>
-        http://llvm.cs.uiuc.edu/docs/HowToSubmitABug.html
+        <a href="http://llvm.cs.uiuc.edu/docs/HowToSubmitABug.html">
+        http://llvm.cs.uiuc.edu/docs/HowToSubmitABug.html</a>
+        <p>
 
     <dt>
     Open Projects:
     <dd>
-        llvm/docs/OpenProjects.html
+        <a href="OpenProjects.html"> llvm/docs/OpenProjects.html</a>
+        <p>
 
     <dt>
     Creating a new LLVM Project:
     <dd>
-        llvm/docs/Projects.html
+        <a href="Projects.html"> llvm/docs/Projects.html</a>
+        <p>
 </dl>
 
 <hr>
@@ -209,7 +229,8 @@
 
 <ol>
     <li> LLVM Announcements List:<br>
-    http://mail.cs.uiuc.edu/mailman/listinfo/llvm-announce
+    <a href="http://mail.cs.uiuc.edu/mailman/listinfo/llvm-announce">
+    http://mail.cs.uiuc.edu/mailman/listinfo/llvm-announce</a>
 
     <p>
     This is a low volume list that provides important announcements regarding
@@ -219,7 +240,8 @@
     </p>
 
     <li> LLVM Developers List:<br>
-    http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev
+    <a href="http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev">
+    http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev</a>
 
     <p>
     This list is for people who want to be included in technical discussions
@@ -228,7 +250,8 @@
     </p>
 
     <li> LLVM Commits List<br>
-    http://mail.cs.uiuc.edu/mailman/listinfo/llvm-commits
+    <a href="http://mail.cs.uiuc.edu/mailman/listinfo/llvm-commits">
+    http://mail.cs.uiuc.edu/mailman/listinfo/llvm-commits</a>
 
     <p>
     This list contains all commit messages that are made when LLVM developers





More information about the llvm-commits mailing list