Merged in release_13 branch.
authorJohn Criswell <criswell@uiuc.edu>
Mon, 16 Aug 2004 14:51:33 +0000 (14:51 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Mon, 16 Aug 2004 14:51:33 +0000 (14:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15819 91177308-0d34-0410-b5e6-96231b3b80d8

docs/GettingStarted.html

index 2716495a25a260a60a4cb3a81fc522cf3f0fd5d9..2f78b9d04386cb2d2f3694031a46bceaa0114c1a 100644 (file)
@@ -188,31 +188,31 @@ software you will need.</p>
 
   <li>Linux on x86 (Pentium and above)
   <ul>
-    <li>Approximately 1.02 GB of Free Disk Space
+    <li>Approximately 2.6 GB of Free Disk Space
     <ul>
-      <li>Source code: 45 MB</li>
-      <li>Object code: 956 MB</li>
-      <li>GCC front end: 40 MB</li>
+      <li>Source code: 57 MB</li>
+      <li>Object code: 2.5 GB</li>
+      <li>GCC front end: 30 MB</li>
     </ul></li>
   </ul>
   </li>
 
   <li>Solaris on SparcV9 (Ultrasparc)
   <ul>
-    <li>Approximately 1.75 GB of Free Disk Space
+    <li>Approximately 2.6 GB of Free Disk Space
       <ul>
-        <li>Source code: 45 MB</li>
-        <li>Object code: 1.7 GB</li>
-        <li>GCC front end: 50 MB</li>
+        <li>Source code: 57 MB</li>
+        <li>Object code: 2.5 GB</li>
+        <li>GCC front end: 46 MB</li>
       </ul></li>
   </ul>
   </li>
 
   <li>FreeBSD on x86 (Pentium and above)
   <ul>
-    <li>Approximately 935 MB of Free Disk Space
+    <li>Approximately 1 GB of Free Disk Space
     <ul>
-      <li>Source code: 45 MB</li>
+      <li>Source code: 57 MB</li>
       <li>Object code: 850 MB</li>
       <li>GCC front end: 40 MB</li>
     </ul></li>
@@ -221,11 +221,12 @@ software you will need.</p>
 
   <li>MacOS X on PowerPC
   <ul>
-    <li>Approximately 1.25 GB of Free Disk Space
+    <li>Experimental support for static native code generation
+    <li>Approximately 1.6 GB of Free Disk Space
       <ul>
-        <li>Source code: 45 MB</li>
-        <li>Object code: 1.2 GB</li>
-        <li>GCC front end: 40 MB</li>
+        <li>Source code: 57 MB</li>
+        <li>Object code: 1.5 GB</li>
+        <li>GCC front end: 36 MB</li>
       </ul></li>
   </ul>
   </li>
@@ -442,23 +443,23 @@ file is a TAR archive that is compressed with the gzip program.
 
 <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>
 
@@ -492,6 +493,7 @@ revision), you can specify a label.  The following releases have the following
 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>