[llvm-commits] [release_13] CVS: llvm/docs/GettingStarted.html

John Criswell criswell at cs.uiuc.edu
Fri Aug 6 14:26:40 PDT 2004



Changes in directory llvm/docs:

GettingStarted.html updated: 1.64 -> 1.64.2.1
---
Log message:

Added note about new PowerPC code generator.
Updated versions to 1.3.



---
Diffs of the changes:  (+8 -7)

Index: llvm/docs/GettingStarted.html
diff -u llvm/docs/GettingStarted.html:1.64 llvm/docs/GettingStarted.html:1.64.2.1
--- llvm/docs/GettingStarted.html:1.64	Tue Jul 20 15:25:18 2004
+++ llvm/docs/GettingStarted.html	Fri Aug  6 16:26:30 2004
@@ -221,7 +221,7 @@
 
   <li>MacOS X on PowerPC
   <ul>
-    <li>No native code generation
+    <li>Experimental support for static native code generation
     <li>Approximately 1.25 GB of Free Disk Space
       <ul>
         <li>Source code: 45 MB</li>
@@ -430,23 +430,23 @@
 
 <p> The files are as follows:
 <dl>
-    <dt>llvm-1.2.tar.gz
+    <dt>llvm-1.3.tar.gz
     <dd>This is the source code to the LLVM suite.
     <p>
 
-    <dt>cfrontend-1.2.sparc-sun-solaris2.8.tar.gz
+    <dt>cfrontend-1.3.sparc-sun-solaris2.8.tar.gz
     <dd>This is the binary release of the GCC front end for Solaris/Sparc.
     <p>
 
-    <dt>cfrontend-1.2.i686-redhat-linux-gnu.tar.gz
+    <dt>cfrontend-1.3.i686-redhat-linux-gnu.tar.gz
     <dd>This is the binary release of the GCC front end for Linux/x86.
     <p>
 
-    <dt>cfrontend-1.2.i386-unknown-freebsd5.1.tar.gz
+    <dt>cfrontend-1.3.i386-unknown-freebsd5.1.tar.gz
     <dd>This is the binary release of the GCC front end for FreeBSD/x86.
     <p>
 
-    <dt>cfrontend-1.2.powerpc-apple-darwin7.0.0.tar.gz
+    <dt>cfrontend-1.3.powerpc-apple-darwin7.0.0.tar.gz
     <dd>This is the binary release of the GCC front end for MacOS X/PPC.
 </dl>
 
@@ -480,6 +480,7 @@
 label:</p>
 
 <ul>
+<li>Release 1.3: <b>RELEASE_13</b></li>
 <li>Release 1.2: <b>RELEASE_12</b></li>
 <li>Release 1.1: <b>RELEASE_11</b></li>
 <li>Release 1.0: <b>RELEASE_1</b></li>
@@ -1266,7 +1267,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/07/20 20:25:18 $
+  Last modified: $Date: 2004/08/06 21:26:30 $
 </address>
 
 </body>






More information about the llvm-commits mailing list