48
48
< dt >
49
49
For license information:
50
50
< dd >
51
- llvm/LICENSE.txt
51
+ < a href ="../LICENSE.TXT "> llvm/LICENSE.TXT</ a >
52
+ < p >
52
53
53
54
< dt >
54
55
Installing and compiling LLVM:
55
56
< dd >
56
- llvm/docs/GettingStarted.html
57
+ < a href ="GettingStarted.html "> llvm/docs/GettingStarted.html</ a >
58
+ < p >
57
59
58
60
< dt >
59
61
Learn about features and limitations of this release:
60
62
< dd >
61
- llvm/docs/ReleaseNotes.html
63
+ < a href ="ReleaseNotes.html "> llvm/docs/ReleaseNotes.html</ a >
64
+ < p >
62
65
63
66
< dt >
64
67
Learn how to write a pass within the LLVM system:
65
68
< dd >
66
- llvm/docs/WritingAnLLVMPass.html
69
+ < a href ="WritingAnLLVMPass.html "> llvm/docs/WritingAnLLVMPass.html </ a >
70
+ < p >
67
71
68
72
< dt >
69
73
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:
70
76
< 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 >
74
78
</ dl >
75
79
76
80
< hr >
83
87
< li >
84
88
If you have questions or development problems not answered in the
85
89
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.
88
92
</ li >
89
93
90
94
< li >
91
95
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 >
93
98
</ li >
94
99
95
100
< li >
118
123
LLVM : A Compilation Framework for Lifelong Program Analysis
119
124
and Transformation:
120
125
< 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 >
122
128
123
129
</ dl >
124
130
@@ -130,22 +136,27 @@ <h3>
130
136
< dt >
131
137
Download and Installation Instructions:
132
138
< dd >
133
- llvm/docs/GettingStarted.html
139
+ < a href ="GettingStarted.html "> llvm/docs/GettingStarted.html</ a >
140
+ < p >
134
141
135
142
< dt >
136
143
LLVM Command Guide:
137
144
< dd >
138
- llvm/docs/CommandGuide/CommandGuide.html
145
+ < a href ="CommandGuide/index.html ">
146
+ llvm/docs/CommandGuide/index.html</ a >
147
+ < p >
139
148
140
149
< dt >
141
150
LLVM Assembly Language:
142
151
< dd >
143
- llvm/docs/LangRef.html
152
+ < a href ="LangRef.html "> llvm/docs/LangRef.html</ a >
153
+ < p >
144
154
145
155
< dt >
146
156
LLVM Test Suite Guide:
147
157
< dd >
148
- llvm/docs/TestingGuide.html
158
+ < a href ="TestingGuide.html "> llvm/docs/TestingGuide.html</ a >
159
+ < p >
149
160
</ dl >
150
161
151
162
< h3 >
@@ -156,27 +167,32 @@ <h3>
156
167
< dt >
157
168
LLVM Programmers Manual:
158
169
< dd >
159
- llvm/docs/ProgrammersManual.html
170
+ < a href ="ProgrammersManual.html "> llvm/docs/ProgrammersManual.html</ a >
171
+ < p >
160
172
161
173
< dt >
162
174
Writing an LLVM Pass:
163
175
< dd >
164
- llvm/docs/WritingAnLLVMPass.html
176
+ < a href ="WritingAnLLVMPass.html "> llvm/docs/WritingAnLLVMPass.html</ a >
177
+ < p >
165
178
166
179
< dt >
167
180
Alias Analysis in LLVM:
168
181
< dd >
169
- llvm/docs/AliasAnalysis.html
182
+ < a href ="AliasAnalysis.html "> llvm/docs/AliasAnalysis.html</ a >
183
+ < p >
170
184
171
185
< dt >
172
186
Command Line Library:
173
187
< dd >
174
- llvm/docs/CommandLine.html
188
+ < a href ="CommandLine.html "> llvm/docs/CommandLine.html</ a >
189
+ < p >
175
190
176
191
< dt >
177
192
Coding Standards:
178
193
< dd >
179
- llvm/docs/CodingStandards.html
194
+ < a href ="CodingStandards.html "> llvm/docs/CodingStandards.html</ a >
195
+ < p >
180
196
</ dl >
181
197
182
198
< h3 >
@@ -187,17 +203,21 @@ <h3>
187
203
< dt >
188
204
Submitting a Bug:
189
205
< 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 >
191
209
192
210
< dt >
193
211
Open Projects:
194
212
< dd >
195
- llvm/docs/OpenProjects.html
213
+ < a href ="OpenProjects.html "> llvm/docs/OpenProjects.html</ a >
214
+ < p >
196
215
197
216
< dt >
198
217
Creating a new LLVM Project:
199
218
< dd >
200
- llvm/docs/Projects.html
219
+ < a href ="Projects.html "> llvm/docs/Projects.html</ a >
220
+ < p >
201
221
</ dl >
202
222
203
223
< hr >
209
229
210
230
< ol >
211
231
< 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 >
213
234
214
235
< p >
215
236
This is a low volume list that provides important announcements regarding
219
240
</ p >
220
241
221
242
< 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 >
223
245
224
246
< p >
225
247
This list is for people who want to be included in technical discussions
228
250
</ p >
229
251
230
252
< 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 >
232
255
233
256
< p >
234
257
This list contains all commit messages that are made when LLVM developers
0 commit comments