[llvm-commits] CVS: llvm-www/releases/1.0/index.html
Misha Brukman
brukman at cs.uiuc.edu
Fri Oct 24 17:42:24 PDT 2003
Changes in directory llvm-www/releases/1.0:
index.html updated: 1.3 -> 1.4
---
Log message:
Here's the 1.0 release download page.
---
Diffs of the changes: (+51 -260)
Index: llvm-www/releases/1.0/index.html
diff -u llvm-www/releases/1.0/index.html:1.3 llvm-www/releases/1.0/index.html:1.4
--- llvm-www/releases/1.0/index.html:1.3 Fri Oct 24 16:01:20 2003
+++ llvm-www/releases/1.0/index.html Fri Oct 24 17:41:45 2003
@@ -1,265 +1,56 @@
<html>
-<title>
-The LLVM Compiler Infrastructure
-</title>
-
+<head>
+ <title>Download LLVM releases</title>
+ <link rel="stylesheet" type="text/css" href="../../llvm.css">
+</head>
<body>
-<center>
-<h1>
- The LLVM Compiler Infrastructure
- <br>
- <a href="http://llvm.cs.uiuc.edu">http://llvm.cs.uiuc.edu</a>
-</h1>
-</center>
-
-<hr>
-
-<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>
-</ol>
-
-
-<hr>
-
-<h2>
-Getting Started with LLVM
-</h2>
-
-<dl compact>
- <dt>
- For license information:
- <dd>
- <a href="LICENSE.TXT">llvm/LICENSE.TXT</a>
- <p>
-
- <dt>
- Installing and compiling LLVM:
- <dd>
- <a href="GettingStarted.html">llvm/docs/GettingStarted.html</a>
- <p>
-
- <dt>
- Learn about features and limitations of this release:
- <dd>
- <a href="ReleaseNotes.html">llvm/docs/ReleaseNotes.html</a>
- <p>
-
- <dt>
- Learn how to write a pass within the LLVM system:
- <dd>
- <a href="WritingAnLLVMPass.html">llvm/docs/WritingAnLLVMPass.html </a>
- <p>
-
- <dt>
- Learn how to start a new development project using LLVM, where your
- new source code can live anywhere (outside or inside the LLVM tree),
- while using LLVM header files and libraries:
- <dd>
- <a href="Projects.html">llvm/docs/Projects.html</a>
-</dl>
-
-<hr>
-
-<h2>
-Getting Help with LLVM
-</h2>
-
-<ol>
- <li>
- If you have questions or development problems not answered in the
- documentation, send e-mail to llvmdev at cs.uiuc.edu. This mailing list is
- monitored by all the people in the LLVM group at Illinois, and you
- should expect prompt first responses.
- </li>
-
- <li>
- To report a bug, submit a bug report as described in the document:
- <a href="http://llvm.cs.uiuc.edu/docs/HowToSubmitABug.html">
- http://llvm.cs.uiuc.edu/docs/HowToSubmitABug.html</a>
- </li>
-
- <li>
- We now use Bugzilla to track bugs, so you can check the status of
- previous bugs at:
- <a href="http://llvm.cs.uiuc.edu/bugs/query.cgi">
- http://llvm.cs.uiuc.edu/bugs/query.cgi </a>
- </li>
-</ol>
-
-<hr>
-
-<h2>
-LLVM Documentation
-</h2>
-
-All the documents mentioned below except the design overview tech report
-are included as part of the LLVM release (in llvm/docs/*):
-
-<h3>
-LLVM Design Overview:
-</h3>
-
-<dl compact>
- <dt>
- LLVM : A Compilation Framework for Lifelong Program Analysis
- and Transformation:
- <dd>
- <a href="http://llvm.cs.uiuc.edu/pubs/2003-09-30-LifelongOptimizationTR.html">
- http://llvm.cs.uiuc.edu/pubs/2003-09-30-LifelongOptimizationTR.html </a>
-
-</dl>
-
-<h3>
-LLVM User Guides:
-</h3>
-
-<dl compact>
- <dt>
- Download and Installation Instructions:
- <dd>
- <a href="GettingStarted.html"> llvm/docs/GettingStarted.html</a>
- <p>
-
- <dt>
- LLVM Command Guide:
- <dd>
- <a href="CommandGuide/index.html">
- llvm/docs/CommandGuide/index.html</a>
- <p>
-
- <dt>
- LLVM Assembly Language:
- <dd>
- <a href="LangRef.html"> llvm/docs/LangRef.html</a>
- <p>
-
- <dt>
- LLVM Test Suite Guide:
- <dd>
- <a href="TestingGuide.html"> llvm/docs/TestingGuide.html</a>
- <p>
-</dl>
-
-<h3>
-LLVM Programming Documentation:
-</h3>
-
-<dl compact>
- <dt>
- LLVM Programmers Manual:
- <dd>
- <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>
- <p>
-
- <dt>
- Alias Analysis in LLVM:
- <dd>
- <a href="AliasAnalysis.html"> llvm/docs/AliasAnalysis.html</a>
- <p>
-
- <dt>
- Command Line Library:
- <dd>
- <a href="CommandLine.html"> llvm/docs/CommandLine.html</a>
- <p>
-
- <dt>
- Coding Standards:
- <dd>
- <a href="CodingStandards.html"> llvm/docs/CodingStandards.html</a>
- <p>
-</dl>
-
-<h3>
-Other LLVM Resources:
-</h3>
-
-<dl compact>
- <dt>
- Submitting a Bug:
- <dd>
- <a href="http://llvm.cs.uiuc.edu/docs/HowToSubmitABug.html">
- http://llvm.cs.uiuc.edu/docs/HowToSubmitABug.html</a>
- <p>
-
- <dt>
- Open Projects:
- <dd>
- <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>
- <p>
-</dl>
-
-<hr>
-
-<h2>
-Mailing Lists
-</h2>
-There are three mailing lists for providing LLVM users with information:
-
-<ol>
- <li> LLVM Announcements List:<br>
- <a href="http://mail.cs.uiuc.edu/mailman/listinfo/llvm-announce">
- http://mail.cs.uiuc.edu/mailman/listinfo/llvm-announce</a>
-
- <p>
- This is a low volume list that provides important announcements regarding
- LLVM. It is primarily intended to announce new releases, major updates to
- the software, etc. This list is highly recommended for anyone that uses
- LLVM.
- </p>
-
- <li> LLVM Developers List:<br>
- <a href="http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev">
- http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev</a>
-
- <p>
- This list is for people who want to be included in technical discussions
- of LLVM. People post to this list when they have questions about writing
- code for or using the LLVM tools. It is relatively low volume.
- </p>
-
- <li> LLVM Commits List<br>
- <a href="http://mail.cs.uiuc.edu/mailman/listinfo/llvm-commits">
- http://mail.cs.uiuc.edu/mailman/listinfo/llvm-commits</a>
-
- <p>
- This list contains all commit messages that are made when LLVM developers
- commit code changes to the CVS archive. It is useful for those who want to
- stay on the bleeding edge of LLVM development. This list is very high
- volume.
- </p>
-</ol>
+<div class="rel_title">
+ LLVM Release 1.0
+</div>
+
+<div class="rel_container">
+
+<div class="rel_intro">
+ We are pleased to announce the public release of the LLVM Compiler
+ Infrastructure.<br><br>
+
+ LLVM is a new infrastructure designed for compile-time, link-time, runtime,
+ and "idle-time" optimization of programs from arbitrary programming
+ languages. LLVM is written in C++ and has been developed over the past 3
+ years at the University of Illinois. It currently supports compilation of
+ C and C++ programs, using front-ends derived from GCC 3.4.
+</div>
+
+<table class="rel_section">
+<tr><td>License</td></tr>
+</table>
+
+<div class="rel_boxtext">
+ LLVM is distributed under the <a href="LICENSE.TXT">University of Illinois
+ Open Source License</a>.
+</div>
+
+<table class="rel_section">
+<tr><td>Download</td></tr>
+</table>
+
+<div class="rel_boxtext">
+ The <a href="register.html">1.0 release</a> (24 Oct 2003) is available for
+ download. The <a href="docs/ReleaseNotes.html">release notes</a> are also
+ available for your perusal.
+</div>
+
+<table class="rel_section">
+<tr><td>Documentation</td></tr>
+</table>
+
+<div class="rel_boxtext">
+ LLVM provides extensive <a href="docs/index.html">documentation in HTML
+ form</a> for viewing. It is included in the source download.
+</div>
+
+</div>
+
</body>
</html>
-
More information about the llvm-commits
mailing list