3 The LLVM Compiler Infrastructure
10 The LLVM Compiler Infrastructure
12 <a href="http://llvm.cs.uiuc.edu">http://llvm.cs.uiuc.edu</a>
21 This file is intended to do four things:
24 help you get started using LLVM;
28 tell you how to get questions about LLVM answered;
32 tell you where to find documentation for different kinds of questions; and
36 tell you about three LLVM-related mailing lists.
44 Getting Started with LLVM
49 For license information:
51 <a href="../LICENSE.TXT">llvm/LICENSE.TXT</a>
55 Installing and compiling LLVM:
57 <a href="GettingStarted.html">llvm/docs/GettingStarted.html</a>
61 Learn about features and limitations of this release:
63 <a href="ReleaseNotes.html">llvm/docs/ReleaseNotes.html</a>
67 Learn how to write a pass within the LLVM system:
69 <a href="WritingAnLLVMPass.html">llvm/docs/WritingAnLLVMPass.html </a>
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:
77 <a href="Projects.html">llvm/docs/Projects.html</a>
83 Getting Help with LLVM
88 If you have questions or development problems not answered in the
89 documentation, send e-mail to llvmdev@cs.uiuc.edu. This mailing list is
90 monitored by all the people in the LLVM group at Illinois, and you
91 should expect prompt first responses.
95 To report a bug, submit a bug report as described in the document:
96 <a href="http://llvm.cs.uiuc.edu/docs/HowToSubmitABug.html">
97 http://llvm.cs.uiuc.edu/docs/HowToSubmitABug.html</a>
101 We now use Bugzilla to track bugs, so you can check the status of
103 <a href="http://llvm.cs.uiuc.edu/bugs/query.cgi">
104 http://llvm.cs.uiuc.edu/bugs/query.cgi </a>
114 All the documents mentioned below except the design overview tech report
115 are included as part of the LLVM release (in llvm/docs/*):
118 LLVM Design Overview:
123 LLVM: A Compilation Framework for Lifelong Program Analysis
126 <a href="http://llvm.cs.uiuc.edu/pubs/2004-01-30-CGO-LLVM.html">
127 http://llvm.cs.uiuc.edu/pubs/2004-01-30-CGO-LLVM.html </a>
137 Download and Installation Instructions:
139 <a href="GettingStarted.html"> llvm/docs/GettingStarted.html</a>
145 <a href="CommandGuide/index.html">
146 llvm/docs/CommandGuide/index.html</a>
150 LLVM Assembly Language:
152 <a href="LangRef.html"> llvm/docs/LangRef.html</a>
156 LLVM Test Suite Guide:
158 <a href="TestingGuide.html"> llvm/docs/TestingGuide.html</a>
163 LLVM Programming Documentation:
168 LLVM Programmers Manual:
170 <a href="ProgrammersManual.html"> llvm/docs/ProgrammersManual.html</a>
174 Writing an LLVM Pass:
176 <a href="WritingAnLLVMPass.html"> llvm/docs/WritingAnLLVMPass.html</a>
180 Alias Analysis in LLVM:
182 <a href="AliasAnalysis.html"> llvm/docs/AliasAnalysis.html</a>
186 Source Level Debugging with LLVM:
188 <a href="SourceLevelDebugging.html"> llvm/docs/SourceLevelDebugging.html</a>
193 TableGen Fundamentals:
195 <a href="TableGenFundamentals.html"> llvm/docs/TableGenFundamentals.html</a>
200 The Stacker Cronicles
202 <a href="Stacker.html">The Stacker Cronicles</a>
203 - This document describes both the Stacker language and
204 LLVM frontend, but also some details about LLVM useful for
205 those writing front-ends.<p>
209 Command Line Library:
211 <a href="CommandLine.html"> llvm/docs/CommandLine.html</a>
217 <a href="CodingStandards.html"> llvm/docs/CodingStandards.html</a>
222 Other LLVM Resources:
227 Building the LLVM C/C++ front-end:
229 <a href="CFEBuildInstrs.html">llvm/docs/CFEBuildInstrs.html</a>
234 <a href="http://llvm.cs.uiuc.edu/docs/HowToSubmitABug.html">
235 http://llvm.cs.uiuc.edu/docs/HowToSubmitABug.html</a>
241 <a href="OpenProjects.html"> llvm/docs/OpenProjects.html</a>
245 Creating a new LLVM Project:
247 <a href="Projects.html"> llvm/docs/Projects.html</a>
256 There are three mailing lists for providing LLVM users with information:
259 <li> LLVM Announcements List:<br>
260 <a href="http://mail.cs.uiuc.edu/mailman/listinfo/llvm-announce">
261 http://mail.cs.uiuc.edu/mailman/listinfo/llvm-announce</a>
264 This is a low volume list that provides important announcements regarding
265 LLVM. It is primarily intended to announce new releases, major updates to
266 the software, etc. This list is highly recommended for anyone that uses
270 <li> LLVM Developers List:<br>
271 <a href="http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev">
272 http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev</a>
275 This list is for people who want to be included in technical discussions
276 of LLVM. People post to this list when they have questions about writing
277 code for or using the LLVM tools. It is relatively low volume.
280 <li> LLVM Commits List<br>
281 <a href="http://mail.cs.uiuc.edu/mailman/listinfo/llvm-commits">
282 http://mail.cs.uiuc.edu/mailman/listinfo/llvm-commits</a>
285 This list contains all commit messages that are made when LLVM developers
286 commit code changes to the CVS archive. It is useful for those who want to
287 stay on the bleeding edge of LLVM development. This list is very high