[llvm-commits] CVS: llvm/docs/index.html
Misha Brukman
brukman at cs.uiuc.edu
Mon Apr 5 23:23:01 PDT 2004
Changes in directory llvm/docs:
index.html updated: 1.10 -> 1.11
---
Log message:
* Added link to newly written ExtendingLLVM.html document
* Eliminated extraneous space in the HTML
---
Diffs of the changes: (+32 -37)
Index: llvm/docs/index.html
diff -u llvm/docs/index.html:1.10 llvm/docs/index.html:1.11
--- llvm/docs/index.html:1.10 Mon Mar 8 11:59:31 2004
+++ llvm/docs/index.html Mon Apr 5 23:22:43 2004
@@ -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 @@
<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>
- 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 about three LLVM-related mailing lists.
- </li>
+ <li>help you get started using LLVM;</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 about three LLVM-related mailing lists.</li>
</ol>
@@ -167,32 +158,32 @@
<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 @@
<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 @@
<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 @@
volume.
</p>
</ol>
+
</body>
</html>
More information about the llvm-commits
mailing list