diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-04-06 04:22:43 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-04-06 04:22:43 +0000 |
commit | 1e07e0c0c9a0fff3f667327037b05fe9b7523fcc (patch) | |
tree | b18076ed1b7d67b3703370fbd3c6b04909361113 /docs/index.html | |
parent | b3b28275daf8bc16a19880ef3ae458c4de690e47 (diff) | |
download | external_llvm-1e07e0c0c9a0fff3f667327037b05fe9b7523fcc.zip external_llvm-1e07e0c0c9a0fff3f667327037b05fe9b7523fcc.tar.gz external_llvm-1e07e0c0c9a0fff3f667327037b05fe9b7523fcc.tar.bz2 |
* Added link to newly written ExtendingLLVM.html document
* Eliminated extraneous space in the HTML
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12691 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 63 |
1 files changed, 29 insertions, 34 deletions
diff --git a/docs/index.html b/docs/index.html index 022d23e..bcdb168 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,8 +1,7 @@ <html> -<title> -The LLVM Compiler Infrastructure -</title> - +<head> + <title>The LLVM Compiler Infrastructure</title> +</head> <body> <center> @@ -15,26 +14,18 @@ The LLVM Compiler Infrastructure <hr> -<h2> -Welcome to LLVM! -</h2> +<h2>Welcome to LLVM!</h2> + This file is intended to do four things: <ol> - <li> - help you get started using LLVM; - </li> + <li>help you get started using LLVM;</li> - <li> - tell you how to get questions about LLVM answered; - </li> + <li>tell you how to get questions about LLVM answered;</li> - <li> - tell you where to find documentation for different kinds of questions; and - </li> + <li>tell you where to find documentation for different kinds of questions; + and</li> - <li> - tell you about three LLVM-related mailing lists. - </li> + <li>tell you about three LLVM-related mailing lists.</li> </ol> @@ -167,32 +158,32 @@ LLVM Programming Documentation: <dt> LLVM Programmers Manual: <dd> - <a href="ProgrammersManual.html"> llvm/docs/ProgrammersManual.html</a> + <a href="ProgrammersManual.html">llvm/docs/ProgrammersManual.html</a> <p> <dt> Writing an LLVM Pass: <dd> - <a href="WritingAnLLVMPass.html"> llvm/docs/WritingAnLLVMPass.html</a> + <a href="WritingAnLLVMPass.html">llvm/docs/WritingAnLLVMPass.html</a> <p> <dt> Alias Analysis in LLVM: <dd> - <a href="AliasAnalysis.html"> llvm/docs/AliasAnalysis.html</a> + <a href="AliasAnalysis.html">llvm/docs/AliasAnalysis.html</a> <p> <dt> Source Level Debugging with LLVM: <dd> - <a href="SourceLevelDebugging.html"> llvm/docs/SourceLevelDebugging.html</a> + <a href="SourceLevelDebugging.html">llvm/docs/SourceLevelDebugging.html</a> <p> <dt> TableGen Fundamentals: <dd> - <a href="TableGenFundamentals.html"> llvm/docs/TableGenFundamentals.html</a> + <a href="TableGenFundamentals.html">llvm/docs/TableGenFundamentals.html</a> <p> @@ -208,19 +199,23 @@ LLVM Programming Documentation: <dt> Command Line Library: <dd> - <a href="CommandLine.html"> llvm/docs/CommandLine.html</a> + <a href="CommandLine.html">llvm/docs/CommandLine.html</a> + <p> + + <dt> + Extending LLVM: + <dd> + <a href="ExtendingLLVM.html">llvm/docs/ExtendingLLVM.html</a> <p> <dt> Coding Standards: <dd> - <a href="CodingStandards.html"> llvm/docs/CodingStandards.html</a> + <a href="CodingStandards.html">llvm/docs/CodingStandards.html</a> <p> </dl> -<h3> -Other LLVM Resources: -</h3> +<h3>Other LLVM Resources</h3> <dl compact> <dt> @@ -238,21 +233,20 @@ Other LLVM Resources: <dt> Open Projects: <dd> - <a href="OpenProjects.html"> llvm/docs/OpenProjects.html</a> + <a href="OpenProjects.html">llvm/docs/OpenProjects.html</a> <p> <dt> Creating a new LLVM Project: <dd> - <a href="Projects.html"> llvm/docs/Projects.html</a> + <a href="Projects.html">llvm/docs/Projects.html</a> <p> </dl> <hr> -<h2> -Mailing Lists -</h2> +<h2>Mailing Lists</h2> + There are three mailing lists for providing LLVM users with information: <ol> @@ -288,6 +282,7 @@ There are three mailing lists for providing LLVM users with information: volume. </p> </ol> + </body> </html> |