aboutsummaryrefslogtreecommitdiffstats
path: root/docs/GettingStarted.html
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2004-08-16 14:51:33 +0000
committerJohn Criswell <criswell@uiuc.edu>2004-08-16 14:51:33 +0000
commit18b7464d827ff7a0b9cd2d859c25904dc81cf7c3 (patch)
tree059c7a9ac0b66f16814d0b4e260b02348787b7f8 /docs/GettingStarted.html
parent28531c71cd142f623d56a7ea13df2e014eebff54 (diff)
downloadexternal_llvm-18b7464d827ff7a0b9cd2d859c25904dc81cf7c3.tar.gz
external_llvm-18b7464d827ff7a0b9cd2d859c25904dc81cf7c3.tar.bz2
external_llvm-18b7464d827ff7a0b9cd2d859c25904dc81cf7c3.zip
Merged in release_13 branch.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15819 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r--docs/GettingStarted.html40
1 files changed, 21 insertions, 19 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index 2716495a25..2f78b9d043 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -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>