[llvm-commits] CVS: llvm/docs/GettingStarted.html

John Criswell criswell at cs.uiuc.edu
Mon May 9 09:50:16 PDT 2005



Changes in directory llvm/docs:

GettingStarted.html updated: 1.115 -> 1.116
---
Log message:

Updated the list of code generators for LLVM 1.5.
Added information on getting LLVM 1.5 from CVS (hopefully readers will
understand that the label will work *after* LLVM 1.5 is released).


---
Diffs of the changes:  (+14 -1)

 GettingStarted.html |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletion(-)


Index: llvm/docs/GettingStarted.html
diff -u llvm/docs/GettingStarted.html:1.115 llvm/docs/GettingStarted.html:1.116
--- llvm/docs/GettingStarted.html:1.115	Mon May  9 11:39:27 2005
+++ llvm/docs/GettingStarted.html	Mon May  9 11:49:59 2005
@@ -270,6 +270,17 @@
   <td>PowerPC</td>
   <td>GCC</td>
 </tr>
+
+<tr>
+  <td>Linux<sup><a href="#pf_7">7</a></sup></td>
+  <td>Alpha</td>
+  <td>GCC</td>
+</tr>
+<tr>
+  <td>Linux<sup><a href="#pf_7">7</a></sup></td>
+  <td>Itanium (IA-64)</td>
+  <td>GCC</td>
+</tr>
 </table>
 
 <p><b>Notes:</b></p>
@@ -286,6 +297,7 @@
 <a href="http://www.mingw.org/MinGWiki/">Download</a> and install 
 bison (excl. M4.exe) and flex in that order.  Build binutils-2.15 from source,
 if necessary.</li>
+<li><a name="pf_7">Native code generation exists but is not complete.</a></li>
 </ol>
 </div>
 
@@ -635,6 +647,7 @@
 labels:</p>
 
 <ul>
+<li>Release 1.5: <b>RELEASE_15</b></li>
 <li>Release 1.4: <b>RELEASE_14</b></li>
 <li>Release 1.3: <b>RELEASE_13</b></li>
 <li>Release 1.2: <b>RELEASE_12</b></li>
@@ -1514,7 +1527,7 @@
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.x10sys.com/rspencer/">Reid Spencer</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2005/05/09 16:39:27 $
+  Last modified: $Date: 2005/05/09 16:49:59 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list