* 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
This commit is contained in:
Misha Brukman
2004-04-06 04:22:43 +00:00
parent b3b28275da
commit 1e07e0c0c9

View File

@@ -1,8 +1,7 @@
<html> <html>
<title> <head>
The LLVM Compiler Infrastructure <title>The LLVM Compiler Infrastructure</title>
</title> </head>
<body> <body>
<center> <center>
@@ -15,26 +14,18 @@ The LLVM Compiler Infrastructure
<hr> <hr>
<h2> <h2>Welcome to LLVM!</h2>
Welcome to LLVM!
</h2>
This file is intended to do four things: This file is intended to do four things:
<ol> <ol>
<li> <li>help you get started using LLVM;</li>
help you get started using LLVM;
</li>
<li> <li>tell you how to get questions about LLVM answered;</li>
tell you how to get questions about LLVM answered;
</li>
<li> <li>tell you where to find documentation for different kinds of questions;
tell you where to find documentation for different kinds of questions; and and</li>
</li>
<li> <li>tell you about three LLVM-related mailing lists.</li>
tell you about three LLVM-related mailing lists.
</li>
</ol> </ol>
@@ -167,32 +158,32 @@ LLVM Programming Documentation:
<dt> <dt>
LLVM Programmers Manual: LLVM Programmers Manual:
<dd> <dd>
<a href="ProgrammersManual.html"> llvm/docs/ProgrammersManual.html</a> <a href="ProgrammersManual.html">llvm/docs/ProgrammersManual.html</a>
<p> <p>
<dt> <dt>
Writing an LLVM Pass: Writing an LLVM Pass:
<dd> <dd>
<a href="WritingAnLLVMPass.html"> llvm/docs/WritingAnLLVMPass.html</a> <a href="WritingAnLLVMPass.html">llvm/docs/WritingAnLLVMPass.html</a>
<p> <p>
<dt> <dt>
Alias Analysis in LLVM: Alias Analysis in LLVM:
<dd> <dd>
<a href="AliasAnalysis.html"> llvm/docs/AliasAnalysis.html</a> <a href="AliasAnalysis.html">llvm/docs/AliasAnalysis.html</a>
<p> <p>
<dt> <dt>
Source Level Debugging with LLVM: Source Level Debugging with LLVM:
<dd> <dd>
<a href="SourceLevelDebugging.html"> llvm/docs/SourceLevelDebugging.html</a> <a href="SourceLevelDebugging.html">llvm/docs/SourceLevelDebugging.html</a>
<p> <p>
<dt> <dt>
TableGen Fundamentals: TableGen Fundamentals:
<dd> <dd>
<a href="TableGenFundamentals.html"> llvm/docs/TableGenFundamentals.html</a> <a href="TableGenFundamentals.html">llvm/docs/TableGenFundamentals.html</a>
<p> <p>
@@ -208,19 +199,23 @@ LLVM Programming Documentation:
<dt> <dt>
Command Line Library: Command Line Library:
<dd> <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> <p>
<dt> <dt>
Coding Standards: Coding Standards:
<dd> <dd>
<a href="CodingStandards.html"> llvm/docs/CodingStandards.html</a> <a href="CodingStandards.html">llvm/docs/CodingStandards.html</a>
<p> <p>
</dl> </dl>
<h3> <h3>Other LLVM Resources</h3>
Other LLVM Resources:
</h3>
<dl compact> <dl compact>
<dt> <dt>
@@ -238,21 +233,20 @@ Other LLVM Resources:
<dt> <dt>
Open Projects: Open Projects:
<dd> <dd>
<a href="OpenProjects.html"> llvm/docs/OpenProjects.html</a> <a href="OpenProjects.html">llvm/docs/OpenProjects.html</a>
<p> <p>
<dt> <dt>
Creating a new LLVM Project: Creating a new LLVM Project:
<dd> <dd>
<a href="Projects.html"> llvm/docs/Projects.html</a> <a href="Projects.html">llvm/docs/Projects.html</a>
<p> <p>
</dl> </dl>
<hr> <hr>
<h2> <h2>Mailing Lists</h2>
Mailing Lists
</h2>
There are three mailing lists for providing LLVM users with information: There are three mailing lists for providing LLVM users with information:
<ol> <ol>
@@ -288,6 +282,7 @@ There are three mailing lists for providing LLVM users with information:
volume. volume.
</p> </p>
</ol> </ol>
</body> </body>
</html> </html>