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

John Criswell criswell at cs.uiuc.edu
Fri May 13 13:28:29 PDT 2005



Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.312 -> 1.313
---
Log message:

Added some missing platforms.
Fixed some wording to be more accurate (I hope).


---
Diffs of the changes:  (+7 -5)

 ReleaseNotes.html |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)


Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.312 llvm/docs/ReleaseNotes.html:1.313
--- llvm/docs/ReleaseNotes.html:1.312	Fri May  6 21:21:21 2005
+++ llvm/docs/ReleaseNotes.html	Fri May 13 15:28:15 2005
@@ -207,7 +207,9 @@
 <li>Intel and AMD machines running on Win32 with the Cygwin libraries (limited
     support is available for native builds with Visual C++).</li>
 <li>PowerPC-based Mac OS X systems, running 10.2 and above.</li>
-<li>Alpha-based machines running Debian GNU/Linux</li>
+<li>PowerPC-based Linux systems.</li>
+<li>Alpha-based machines running Debian GNU/Linux.</li>
+<li>Itanium-based machines running Linux and HP-UX.</li>
 </ul>
 
 <p>The core LLVM infrastructure uses
@@ -254,7 +256,7 @@
     be used to step through programs and inspect the stack.</li>
 <li>The "iterative scan" register allocator (enabled with 
     <tt>-regalloc=iterativescan</tt>) is not stable.</li>
-<li>The SparcV8, Alpha, and IA64 ports are experimental.</li>
+<li>The SparcV8, Alpha, and IA64 code generators are experimental.</li>
 </ul>
 
 </div>
@@ -525,7 +527,7 @@
 <div class="doc_text">
 
 <ul>
-  <li>none yet</li>
+  <li>None yet</li>
 </ul>
 
 </div>
@@ -552,7 +554,7 @@
 <div class="doc_text">
 
 <ul>
-<li>none yet</li>
+<li>None yet</li>
 </ul>
 
 </div>
@@ -628,7 +630,7 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
 
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2005/05/07 02:21:21 $
+  Last modified: $Date: 2005/05/13 20:28:15 $
 </address>
 
 </body>






More information about the llvm-commits mailing list