[llvm-commits] CVS: llvm-www/releases/index.html
John Criswell
criswell at cs.uiuc.edu
Fri Dec 12 16:02:01 PST 2003
Changes in directory llvm-www/releases:
index.html updated: 1.8 -> 1.9
---
Log message:
Moving the main download page here so that it can serve all public
releases of LLVM.
---
Diffs of the changes: (+61 -1)
Index: llvm-www/releases/index.html
diff -u llvm-www/releases/index.html:1.8 llvm-www/releases/index.html:1.9
--- llvm-www/releases/index.html:1.8 Fri Oct 24 21:51:53 2003
+++ llvm-www/releases/index.html Fri Dec 12 16:00:56 2003
@@ -1,7 +1,67 @@
<html>
<head>
- <meta http-equiv="Refresh" content="0;url=1.0/index.html">
+ <title>Download LLVM releases</title>
+ <link rel="stylesheet" type="text/css" href="../llvm.css">
</head>
<body>
+
+<div class="rel_title">
+ LLVM Release 1.0
+</div>
+
+<div class="rel_container">
+
+<div class="rel_intro">
+
+ <p>We are pleased to announce the public release of the LLVM Compiler
+ Infrastructure.</p>
+
+ <p>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.</p>
+
+</div>
+
+<div class="rel_section">License</div>
+
+<div class="rel_boxtext">
+
+<p>LLVM is distributed under the <a href="1.0/LICENSE.TXT">University of Illinois
+Open Source License</a>, an <a
+href="http://www.opensource.org/licenses/UoI-NCSA.php">OSI-approved</a>
+license.</p>
+
+</div>
+
+<div class="rel_section">Download</div>
+
+<div class="rel_boxtext">
+
+<p>The <a href="1.0/register.html">1.0 release</a> (24 Oct 2003) is available for
+download. You can read the <a href="1.0/docs/ReleaseNotes.html">Release Notes
+here</a>.</p>
+
+</div>
+
+<div class="rel_section">Documentation</div>
+
+<div class="rel_boxtext">
+
+<p>LLVM provides extensive documentation in HTML form. The documentation is
+included in the source download (see README.TXT for details). You can also see
+the documentation here:</p>
+
+<ul>
+ <li><a href="1.0/docs/index.html">Complete documentation</a> for release 1.0.</li>
+ <li><a href="http://llvm.cs.uiuc.edu/docs/">Up-to-date LLVM documentation</a>
+ on the LLVM Web page.</li>
+</ul>
+
+</div>
+
+</div> <!-- rel_container -->
+
</body>
</html>
More information about the llvm-commits
mailing list