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

Tanya Lattner tonic at nondot.org
Mon Jun 9 01:21:47 PDT 2008



Changes in directory llvm-www/releases:

download.html updated: 1.51 -> 1.52
index.html updated: 1.42 -> 1.43
---
Log message:

Adding 2.3 release




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

 download.html |   21 +++++++++++++++++++++
 index.html    |    5 ++++-
 2 files changed, 25 insertions(+), 1 deletion(-)


Index: llvm-www/releases/download.html
diff -u llvm-www/releases/download.html:1.51 llvm-www/releases/download.html:1.52
--- llvm-www/releases/download.html:1.51	Mon Feb 25 12:48:28 2008
+++ llvm-www/releases/download.html	Mon Jun  9 03:20:13 2008
@@ -28,6 +28,27 @@
 follow the instructions in the "<a href="/docs/GCCFEBuildInstrs.html">how to 
 build the llvm-gcc front-end</a>" document.</p>
 </div>
+<table class="rel_section">
+<tr><td><a name="2.3">Download LLVM 2.3</a></td></tr>
+</table>
+
+<div class="rel_boxtext">
+
+<p>Please read the <a href="2.3/docs/ReleaseNotes.html">Release Notes</a> before
+downloading:</p>
+
+<ul>
+  <li><a href="2.3/llvm-2.3.tar.gz">LLVM source code</a> (5.8M)</li>
+  <li><a href="2.3/llvm-test-2.3.tar.gz">LLVM Test Suite</a> (68M)</li>
+  <!-- <li><a href="2.3/llvm-2.3-x86-mingw32.tar.bz2">LLVM Binaries for Mingw32/x86</a> (14M)</li>-->
+  <li><a href="2.3/llvm-gcc4.2-2.3-x86-darwin9.tar.gz">LLVM-GCC 4.2 Front End Binaries for MacOS X/x86 (Darwin 9)</a> (26M)</li>
+  <li><a href="2.3/llvm-gcc4.2-2.3-x86-darwin8.tar.gz">LLVM-GCC 4.2 Front End Binaries for MacOS X/x86 (Darwin 8)</a> (29M)</li> 
+  <li><a href="2.3/llvm-gcc4.2-2.3-ppc-darwin8.11.0.tar.gz">LLVM-GCC 4.2 Front End Binaries for MacOS X/PowerPC (Darwin 8)</a> (29M)</li>
+  <li><a href="2.3/llvm-gcc4.2-2.3-x86-linux-RHEL4.tar.gz">LLVM-GCC 4.2 Front End Binaries for Red Hat Enterprise Linux4/x86</a> (44M)</li>
+ <!-- <li><a href="2.3/llvm-gcc4.2-2.3-x86-mingw32.tar.bz2">LLVM-GCC 4.2 Front End Binaries for Mingw32/x86</a> (22M)</li>-->
+  <li><a href="2.3/llvm-gcc4.2-2.3.source.tar.gz">LLVM-GCC 4.2 Front End Source Code</a> (49M)</li>
+</ul>
+</div>
 
 <table class="rel_section">
 <tr><td><a name="2.2">Download LLVM 2.2</a></td></tr>


Index: llvm-www/releases/index.html
diff -u llvm-www/releases/index.html:1.42 llvm-www/releases/index.html:1.43
--- llvm-www/releases/index.html:1.42	Tue Feb 12 01:01:28 2008
+++ llvm-www/releases/index.html	Mon Jun  9 03:20:14 2008
@@ -15,7 +15,7 @@
 
 <div class="rel_boxtext">
 
-<p>LLVM is distributed under the <a href="2.2/LICENSE.TXT">University of
+<p>LLVM is distributed under the <a href="2.3/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>
@@ -39,6 +39,8 @@
 <ul>
 <li>Always - <a href="download.html#svn">Anonymous SVN access</a>; <a
 href="../docs/ReleaseNotes.html">release notes</a>.</li>
+<li>09 Jun 2008 - 2.3 release <a href="download.html#2.3">download</a>; <a
+href="2.3/docs/ReleaseNotes.html">release notes</a>.</li>
 <li>11 Feb 2008 - 2.2 release <a href="download.html#2.2">download</a>; <a
 href="2.2/docs/ReleaseNotes.html">release notes</a>.</li>
 <li>26 Sep 2007 - 2.1 release <a href="download.html#2.1">download</a>; <a
@@ -78,6 +80,7 @@
 
 <ul>
 <li><a href="http://llvm.org/docs/">Current LLVM SVN HEAD documentation</a></li>
+<li><a href="2.3/docs/index.html">Documentation for LLVM 2.3</a></li>
 <li><a href="2.2/docs/index.html">Documentation for LLVM 2.2</a></li>
 <li><a href="2.1/docs/index.html">Documentation for LLVM 2.1</a></li>
 <li><a href="2.0/docs/index.html">Documentation for LLVM 2.0</a></li>






More information about the llvm-commits mailing list