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

John Criswell criswell at cs.uiuc.edu
Thu Dec 9 14:29:09 PST 2004



Changes in directory llvm-www/releases:

index.html updated: 1.21 -> 1.22
download.html updated: 1.19 -> 1.20
---
Log message:

Activiate LLVM 1.4 downloading.


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

Index: llvm-www/releases/index.html
diff -u llvm-www/releases/index.html:1.21 llvm-www/releases/index.html:1.22
--- llvm-www/releases/index.html:1.21	Fri Aug 13 17:11:42 2004
+++ llvm-www/releases/index.html	Thu Dec  9 16:28:59 2004
@@ -43,6 +43,9 @@
 <li>Always - <a href="register.html">Anonymous CVS access</a>; <a
 href="../docs/ReleaseNotes.html">release notes</a>.</li>
 
+<li>09 Dec 2004 - 1.4 release <a href="register.html">download</a>; <a
+href="1.4/docs/ReleaseNotes.html">release notes</a>.</li>
+
 <li>13 Aug 2004 - 1.3 release <a href="register.html">download</a>; <a
 href="1.3/docs/ReleaseNotes.html">release notes</a>.</li>
 
@@ -67,6 +70,7 @@
 
 <ul>
 <li><a href="http://llvm.cs.uiuc.edu/docs/">Current LLVM documentation</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>
 <li><a href="1.2/docs/index.html">Documentation for LLVM 1.2</a></li>
 <li><a href="1.1/docs/index.html">Documentation for LLVM 1.1</a></li>


Index: llvm-www/releases/download.html
diff -u llvm-www/releases/download.html:1.19 llvm-www/releases/download.html:1.20
--- llvm-www/releases/download.html:1.19	Fri Sep 24 16:57:26 2004
+++ llvm-www/releases/download.html	Thu Dec  9 16:28:59 2004
@@ -30,12 +30,42 @@
 listed in the <a href="/docs/ReleaseNotes.html">Release Notes</a> for the 
 next release.</p>
 
-<p>Note that if you intend to build the LLVM C front-end from source, you must 
+<p>Note that if you intend to build the LLVM GCC front-end from source, you
+must 
 follow the instructions in the "<a href="/docs/CFEBuildInstrs.html">how to 
 build the C front-end</a>" document.</p>
 </div>
 
 <table class="rel_section">
+<tr><td>Download LLVM 1.4</td></tr>
+</table>
+
+<div class="rel_boxtext">
+
+<p>Please read the <a href="1.4/docs/ReleaseNotes.html">Release Notes</a> before
+downloading:</p>
+
+<ul>
+	<li><a href="1.4/llvm-1.4.tar.gz">LLVM source code</a> (3.5M)</li>
+
+	<li><a href="1.4/llvm-test-1.4.tar.gz">LLVM Test Suite</a> (8.0M)</li>
+
+  <li><a href="1.4/cfrontend-1.4.i686-redhat-linux-gnu.tar.gz">GCC Front End
+      Binaries for Linux/x86</a> (6.2M)</li>
+
+  <li><a href="1.4/cfrontend-1.4.sparc-sun-solaris2.8.tar.gz">GCC Front End
+      Binaries for Solaris/Sparc</a> (6.6M)</li>
+
+  <li><a href="1.4/cfrontend-1.4.powerpc-apple-darwin7.6.0.tar.gz">GCC Front End
+      Binaries for MacOS X/PowerPC</a> (7.0M)</li>
+
+  <li><a href="1.4/cfrontend-1.4.source.tar.gz">GCC Front End Source Code</a>
+      (30.0M)</li>
+</ul>
+</div>
+
+
+<table class="rel_section">
 <tr><td>Download LLVM 1.3</td></tr>
 </table>
 






More information about the llvm-commits mailing list