[llvm-commits] CVS: llvm-www/releases/index.html download.html

John Criswell criswell at cs.uiuc.edu
Tue Nov 8 12:11:52 PST 2005



Changes in directory llvm-www/releases:

index.html updated: 1.24 -> 1.25
download.html updated: 1.23 -> 1.24
---
Log message:

Add LLVM 1.6.


---
Diffs of the changes:  (+34 -1)

 download.html |   29 +++++++++++++++++++++++++++++
 index.html    |    6 +++++-
 2 files changed, 34 insertions(+), 1 deletion(-)


Index: llvm-www/releases/index.html
diff -u llvm-www/releases/index.html:1.24 llvm-www/releases/index.html:1.25
--- llvm-www/releases/index.html:1.24	Wed May 18 14:24:23 2005
+++ llvm-www/releases/index.html	Tue Nov  8 14:11:31 2005
@@ -28,7 +28,7 @@
 
 <div class="rel_boxtext">
 
-<p>LLVM is distributed under the <a href="1.5/LICENSE.TXT">University of
+<p>LLVM is distributed under the <a href="1.6/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>
@@ -43,6 +43,9 @@
 <li>Always - <a href="register.html">Anonymous CVS access</a>; <a
 href="../docs/ReleaseNotes.html">release notes</a>.</li>
 
+<li>08 Nov 2005 - 1.6 release <a href="register.html">download</a>; <a
+href="1.6/docs/ReleaseNotes.html">release notes</a>.</li>
+
 <li>18 May 2005 - 1.5 release <a href="register.html">download</a>; <a
 href="1.5/docs/ReleaseNotes.html">release notes</a>.</li>
 
@@ -73,6 +76,7 @@
 
 <ul>
 <li><a href="http://llvm.cs.uiuc.edu/docs/">Current LLVM documentation</a></li>
+<li><a href="1.6/docs/index.html">Documentation for LLVM 1.6</a></li>
 <li><a href="1.5/docs/index.html">Documentation for LLVM 1.5</a></li>
 <li><a href="1.4/docs/index.html">Documentation for LLVM 1.4</a></li>
 <li><a href="1.3/docs/index.html">Documentation for LLVM 1.3</a></li>


Index: llvm-www/releases/download.html
diff -u llvm-www/releases/download.html:1.23 llvm-www/releases/download.html:1.24
--- llvm-www/releases/download.html:1.23	Sat Jul 16 00:45:15 2005
+++ llvm-www/releases/download.html	Tue Nov  8 14:11:31 2005
@@ -37,6 +37,35 @@
 </div>
 
 <table class="rel_section">
+<tr><td>Download LLVM 1.6</td></tr>
+</table>
+
+<div class="rel_boxtext">
+
+<p>Please read the <a href="1.6/docs/ReleaseNotes.html">Release Notes</a> before
+downloading:</p>
+
+<ul>
+	<li><a href="1.6/llvm-1.6.tar.gz">LLVM source code</a> (4.1M)</li>
+
+	<li><a href="1.6/llvm-test-1.6.tar.gz">LLVM Test Suite</a> (9.6M)</li>
+
+  <li><a href="1.6/cfrontend-1.6.i686-redhat-linux-gnu.tar.gz">GCC Front End
+      Binaries for Linux/x86</a> (6.2M)</li>
+
+  <li><a href="1.6/cfrontend-1.6.sparc-sun-solaris2.8.tar.gz">GCC Front End
+      Binaries for Solaris/Sparc</a> (6.7M)</li>
+
+  <li><a href="1.6/cfrontend-1.6.powerpc-apple-darwin7.9.0.tar.gz">GCC Front End
+      Binaries for MacOS X/PowerPC</a> (6.4M)</li>
+
+  <li><a href="1.6/cfrontend-1.6.source.tar.gz">GCC Front End Source Code</a>
+      (28.9M)</li>
+</ul>
+</div>
+
+
+<table class="rel_section">
 <tr><td>Download LLVM 1.5</td></tr>
 </table>
 






More information about the llvm-commits mailing list