Skip to content

Commit d04dd78

Browse files
committed
Checking in updates from mainline for 1.7 release.
llvm-svn: 27862
1 parent 374f8b2 commit d04dd78

File tree

5 files changed

+258
-75
lines changed

5 files changed

+258
-75
lines changed

llvm/docs/BytecodeFormat.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@
742742
<li>#2: LLVM 1.2.5 (not released)</li>
743743
<li>#3: LLVM 1.3</li>
744744
<li>#4: LLVM 1.3.x (not released)</li>
745-
<li>#5: LLVM 1.4, 1.5, 1.6</li>
745+
<li>#5: LLVM 1.4 and newer</li>
746746
</li>
747747
</ul>
748748
<p>Note that we plan to eventually expand the target description

llvm/docs/GettingStarted.html

Lines changed: 16 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,12 @@
231231
<td>PowerPC</td>
232232
<td>GCC</td>
233233
</tr>
234+
<tr>
235+
<td>MacOS X<sup><a href="#pf_2">2</a></sup></td>
236+
<td>x86</td>
237+
<td>GCC</td>
238+
239+
</tr>
234240
<tr>
235241
<td>Cygwin/Win32</td>
236242
<td>x86<sup><a href="#pf_1">1</a></sup></td>
@@ -617,18 +623,18 @@
617623
<dt><tt>cfrontend-x.y.source.tar.gz</tt></dt>
618624
<dd>Source release of the GCC front end.<br/></dd>
619625

620-
<dt><tt>cfrontend-x.y.sparc-sun-solaris2.8.tar.gz</tt></dt>
621-
<dd>Binary release of the GCC front end for Solaris/Sparc.
622-
<br/></dd>
623-
624626
<dt><tt>cfrontend-x.y.i686-redhat-linux-gnu.tar.gz</tt></dt>
625627
<dd>Binary release of the GCC front end for Linux/x86.<br/></dd>
626628

627-
<dt><tt>cfrontend-x.y.i386-unknown-freebsd5.1.tar.gz</tt></dt>
628-
<dd>Binary release of the GCC front end for FreeBSD/x86.<br/></dd>
629+
<dt><tt>llvm-gcc4-x.y.source.tar.gz</tt></dt>
630+
<dd>Source release of the llvm-gcc4 front end. See README.LLVM in the root
631+
directory for build instructions.<br/></dd>
632+
633+
<dt><tt>llvm-gcc4-x.y.powerpc-apple-darwin8.6.0.tar.gz</tt></dt>
634+
<dd>Binary release of the llvm-gcc4 front end for MacOS X/PowerPC.<br/></dd>
629635

630-
<dt><tt>cfrontend-x.y.powerpc-apple-darwin7.8.0.tar.gz</tt></dt>
631-
<dd>Binary release of the GCC front end for MacOS X/PPC.<br/></dd>
636+
<dt><tt>llvm-gcc4-x.y.i686-apple-darwin8.6.1.tar.gz</tt></dt>
637+
<dd>Binary release of the llvm-gcc4 front end for MacOS X/X86.<br/></dd>
632638
</dl>
633639

634640
</div>
@@ -661,6 +667,7 @@
661667
labels:</p>
662668

663669
<ul>
670+
<li>Release 1.7: <b>RELEASE_17</b></li>
664671
<li>Release 1.6: <b>RELEASE_16</b></li>
665672
<li>Release 1.5: <b>RELEASE_15</b></li>
666673
<li>Release 1.4: <b>RELEASE_14</b></li>
@@ -680,8 +687,7 @@
680687
configured by the LLVM configure script as well as automatically updated when
681688
you run <tt>cvs update</tt>.</p>
682689

683-
<p>If you would like to get the GCC front end source code, you can also get it
684-
from the CVS repository:</p>
690+
<p>If you would like to get the GCC 3.4 front end source code, you can also get it from the CVS repository:</p>
685691

686692
<pre>
687693
cvs -z3 -d :pserver:[email protected]:/var/cvs/llvm co llvm-gcc
@@ -692,22 +698,6 @@
692698

693699
</div>
694700

695-
<!-- ======================================================================= -->
696-
<div class="doc_subsubsection">
697-
<a name="mirrors">LLVM CVS Mirrors</a>
698-
</div>
699-
700-
<div class="doc_text">
701-
702-
<p>If the main CVS server is overloaded or inaccessible, you can try one of
703-
these user-hosted mirrors:</p>
704-
705-
<ul>
706-
<li><a href="http://llvm.x10sys.com/">Mirror hosted by eXtensible Systems
707-
Inc.</a></li>
708-
</ul>
709-
</div>
710-
711701
<!-- ======================================================================= -->
712702
<div class="doc_subsection">
713703
<a name="installcf">Install the GCC Front End</a>

llvm/docs/GettingStartedVS.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
<li><tt>cd llvm</tt></li>
100100
</ol></li>
101101

102-
<li>With anonymous CVS access (or use a <a href="#mirror">mirror</a>):
102+
<li>With anonymous CVS access:
103103
<ol>
104104
<li><tt>cd <i>where-you-want-llvm-to-live</i></tt></li>
105105
<li><tt>cvs -d

0 commit comments

Comments
 (0)