[llvm-commits] CVS: llvm/docs/GettingStarted.html
John Criswell
criswell at cs.uiuc.edu
Mon Aug 16 07:51:51 PDT 2004
Changes in directory llvm/docs:
GettingStarted.html updated: 1.65 -> 1.66
---
Log message:
Merged in release_13 branch.
---
Diffs of the changes: (+22 -20)
Index: llvm/docs/GettingStarted.html
diff -u llvm/docs/GettingStarted.html:1.65 llvm/docs/GettingStarted.html:1.66
--- llvm/docs/GettingStarted.html:1.65 Mon Aug 9 14:57:01 2004
+++ llvm/docs/GettingStarted.html Mon Aug 16 09:51:33 2004
@@ -188,31 +188,31 @@
<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 @@
<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 @@
<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 @@
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>
@@ -1278,7 +1280,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/08/09 19:57:01 $
+ Last modified: $Date: 2004/08/16 14:51:33 $
</address>
</body>
More information about the llvm-commits
mailing list