forked from OSchip/llvm-project
* Added link to newly written ExtendingLLVM.html document
* Eliminated extraneous space in the HTML llvm-svn: 12691
This commit is contained in:
parent
c069ca5d05
commit
ad3e28cbc6
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue