Skip to content

Commit 6e518e6

Browse files
author
John Criswell
committed
Fixed the name of the Command Guide index.
Made everything into hyperlinks. llvm-svn: 9470
1 parent f924987 commit 6e518e6

File tree

1 file changed

+49
-26
lines changed

1 file changed

+49
-26
lines changed

llvm/docs/index.html

Lines changed: 49 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -48,29 +48,33 @@ <h2>
4848
<dt>
4949
For license information:
5050
<dd>
51-
llvm/LICENSE.txt
51+
<a href="../LICENSE.TXT">llvm/LICENSE.TXT</a>
52+
<p>
5253

5354
<dt>
5455
Installing and compiling LLVM:
5556
<dd>
56-
llvm/docs/GettingStarted.html
57+
<a href="GettingStarted.html">llvm/docs/GettingStarted.html</a>
58+
<p>
5759

5860
<dt>
5961
Learn about features and limitations of this release:
6062
<dd>
61-
llvm/docs/ReleaseNotes.html
63+
<a href="ReleaseNotes.html">llvm/docs/ReleaseNotes.html</a>
64+
<p>
6265

6366
<dt>
6467
Learn how to write a pass within the LLVM system:
6568
<dd>
66-
llvm/docs/WritingAnLLVMPass.html
69+
<a href="WritingAnLLVMPass.html">llvm/docs/WritingAnLLVMPass.html </a>
70+
<p>
6771

6872
<dt>
6973
Learn how to start a new development project using LLVM, where your
74+
new source code can live anywhere (outside or inside the LLVM tree),
75+
while using LLVM header files and libraries:
7076
<dd>
71-
new source code can live anywhere (outside or inside the LLVM tree),
72-
while using LLVM header files and libraries:
73-
llvm/docs/Projects.html
77+
<a href="Projects.html">llvm/docs/Projects.html</a>
7478
</dl>
7579

7680
<hr>
@@ -83,13 +87,14 @@ <h2>
8387
<li>
8488
If you have questions or development problems not answered in the
8589
documentation, send e-mail to [email protected]. This mailing list is
86-
monitored by all the people in the LLVM group at Illinois, and you should
87-
expect prompt first responses.
90+
monitored by all the people in the LLVM group at Illinois, and you
91+
should expect prompt first responses.
8892
</li>
8993

9094
<li>
9195
To report a bug, submit a bug report as described in the document:
92-
http://llvm.cs.uiuc.edu/docs/HowToSubmitABug.html
96+
<a href="http://llvm.cs.uiuc.edu/docs/HowToSubmitABug.html">
97+
http://llvm.cs.uiuc.edu/docs/HowToSubmitABug.html</a>
9398
</li>
9499

95100
<li>
@@ -118,7 +123,8 @@ <h3>
118123
LLVM : A Compilation Framework for Lifelong Program Analysis
119124
and Transformation:
120125
<dd>
121-
http://llvm.cs.uiuc.edu/pubs/2003-09-30-LifelongOptimizationTR.html
126+
<a href="http://llvm.cs.uiuc.edu/pubs/2003-09-30-LifelongOptimizationTR.html">
127+
http://llvm.cs.uiuc.edu/pubs/2003-09-30-LifelongOptimizationTR.html </a>
122128

123129
</dl>
124130

@@ -130,22 +136,27 @@ <h3>
130136
<dt>
131137
Download and Installation Instructions:
132138
<dd>
133-
llvm/docs/GettingStarted.html
139+
<a href="GettingStarted.html"> llvm/docs/GettingStarted.html</a>
140+
<p>
134141

135142
<dt>
136143
LLVM Command Guide:
137144
<dd>
138-
llvm/docs/CommandGuide/CommandGuide.html
145+
<a href="CommandGuide/index.html">
146+
llvm/docs/CommandGuide/index.html</a>
147+
<p>
139148

140149
<dt>
141150
LLVM Assembly Language:
142151
<dd>
143-
llvm/docs/LangRef.html
152+
<a href="LangRef.html"> llvm/docs/LangRef.html</a>
153+
<p>
144154

145155
<dt>
146156
LLVM Test Suite Guide:
147157
<dd>
148-
llvm/docs/TestingGuide.html
158+
<a href="TestingGuide.html"> llvm/docs/TestingGuide.html</a>
159+
<p>
149160
</dl>
150161

151162
<h3>
@@ -156,27 +167,32 @@ <h3>
156167
<dt>
157168
LLVM Programmers Manual:
158169
<dd>
159-
llvm/docs/ProgrammersManual.html
170+
<a href="ProgrammersManual.html"> llvm/docs/ProgrammersManual.html</a>
171+
<p>
160172

161173
<dt>
162174
Writing an LLVM Pass:
163175
<dd>
164-
llvm/docs/WritingAnLLVMPass.html
176+
<a href="WritingAnLLVMPass.html"> llvm/docs/WritingAnLLVMPass.html</a>
177+
<p>
165178

166179
<dt>
167180
Alias Analysis in LLVM:
168181
<dd>
169-
llvm/docs/AliasAnalysis.html
182+
<a href="AliasAnalysis.html"> llvm/docs/AliasAnalysis.html</a>
183+
<p>
170184

171185
<dt>
172186
Command Line Library:
173187
<dd>
174-
llvm/docs/CommandLine.html
188+
<a href="CommandLine.html"> llvm/docs/CommandLine.html</a>
189+
<p>
175190

176191
<dt>
177192
Coding Standards:
178193
<dd>
179-
llvm/docs/CodingStandards.html
194+
<a href="CodingStandards.html"> llvm/docs/CodingStandards.html</a>
195+
<p>
180196
</dl>
181197

182198
<h3>
@@ -187,17 +203,21 @@ <h3>
187203
<dt>
188204
Submitting a Bug:
189205
<dd>
190-
http://llvm.cs.uiuc.edu/docs/HowToSubmitABug.html
206+
<a href="http://llvm.cs.uiuc.edu/docs/HowToSubmitABug.html">
207+
http://llvm.cs.uiuc.edu/docs/HowToSubmitABug.html</a>
208+
<p>
191209

192210
<dt>
193211
Open Projects:
194212
<dd>
195-
llvm/docs/OpenProjects.html
213+
<a href="OpenProjects.html"> llvm/docs/OpenProjects.html</a>
214+
<p>
196215

197216
<dt>
198217
Creating a new LLVM Project:
199218
<dd>
200-
llvm/docs/Projects.html
219+
<a href="Projects.html"> llvm/docs/Projects.html</a>
220+
<p>
201221
</dl>
202222

203223
<hr>
@@ -209,7 +229,8 @@ <h2>
209229

210230
<ol>
211231
<li> LLVM Announcements List:<br>
212-
http://mail.cs.uiuc.edu/mailman/listinfo/llvm-announce
232+
<a href="http://mail.cs.uiuc.edu/mailman/listinfo/llvm-announce">
233+
http://mail.cs.uiuc.edu/mailman/listinfo/llvm-announce</a>
213234

214235
<p>
215236
This is a low volume list that provides important announcements regarding
@@ -219,7 +240,8 @@ <h2>
219240
</p>
220241

221242
<li> LLVM Developers List:<br>
222-
http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev
243+
<a href="http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev">
244+
http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev</a>
223245

224246
<p>
225247
This list is for people who want to be included in technical discussions
@@ -228,7 +250,8 @@ <h2>
228250
</p>
229251

230252
<li> LLVM Commits List<br>
231-
http://mail.cs.uiuc.edu/mailman/listinfo/llvm-commits
253+
<a href="http://mail.cs.uiuc.edu/mailman/listinfo/llvm-commits">
254+
http://mail.cs.uiuc.edu/mailman/listinfo/llvm-commits</a>
232255

233256
<p>
234257
This list contains all commit messages that are made when LLVM developers

0 commit comments

Comments
 (0)