Commit 0ccbe35d authored by John Criswell's avatar John Criswell
Browse files

Added note about new PowerPC code generator.

Updated versions to 1.3.

llvm-svn: 15560
parent 7f6d3e73
Loading
Loading
Loading
Loading
+7 −6
Original line number Diff line number Diff line
@@ -221,7 +221,7 @@ software you will need.</p>

  <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 @@ 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>

@@ -480,6 +480,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>