diff options
author | John Criswell <criswell@uiuc.edu> | 2003-10-24 16:49:29 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2003-10-24 16:49:29 +0000 |
commit | c5aa83230f992218cf0c397e7281570deaab9680 (patch) | |
tree | 2b5ab579da4d7b42f99f2ee4aef9a5980f9611e0 | |
parent | c146250c263fe9c25126ce012abee29cfed8064c (diff) |
Fixed the name of the Command Guide index.
Made everything into hyperlinks.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_1@9470 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/index.html | 75 |
1 files changed, 49 insertions, 26 deletions
diff --git a/docs/index.html b/docs/index.html index ae7e186057..b2db1ba858 100644 --- a/docs/index.html +++ b/docs/index.html @@ -48,29 +48,33 @@ Getting Started with LLVM <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 @@ Getting Help with LLVM <li> If you have questions or development problems not answered in the documentation, send e-mail to llvmdev@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 Design Overview: 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 @@ LLVM User Guides: <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 @@ LLVM Programming Documentation: <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 @@ Other LLVM Resources: <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 @@ There are three mailing lists for providing LLVM users with information: <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 @@ There are three mailing lists for providing LLVM users with information: </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 @@ There are three mailing lists for providing LLVM users with information: </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 |