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

Chris Lattner lattner at cs.uiuc.edu
Sat Feb 4 22:39:48 PST 2006



Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.345 -> 1.346
---
Log message:

V8 -> Sparc


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

 ReleaseNotes.html |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)


Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.345 llvm/docs/ReleaseNotes.html:1.346
--- llvm/docs/ReleaseNotes.html:1.345	Sun Jan 15 19:05:00 2006
+++ llvm/docs/ReleaseNotes.html	Sun Feb  5 00:39:36 2006
@@ -74,6 +74,11 @@
 <a name="newfeatures">New Features in LLVM 1.7cvs</a>
 </div>
 
+<div class="doc_text">
+<ul>
+<li>New SPARC backend.</li>
+</ul>
+</div>
 
 <!-- *********************************************************************** -->
 <div class="doc_section">
@@ -138,7 +143,7 @@
     releases: <tt>-cee</tt></li>
 <li>The <tt>llvm-db</tt> tool is in a very early stage of development, but can
     be used to step through programs and inspect the stack.</li>
-<li>The SparcV8 and IA64 code generators are experimental.</li>
+<li>The IA64 code generator is experimental.</li>
 <li>The Alpha JIT is experimental.</li>
 </ul>
 
@@ -512,14 +517,13 @@
 
 <!-- ======================================================================= -->
 <div class="doc_subsection">
-  <a name="sparcv8">Known problems with the SPARC-V8 back-end</a>
+  <a name="sparcv8">Known problems with the SPARC back-end</a>
 </div>
 
 <div class="doc_text">
 
 <ul>
-<li>Many features are still missing (e.g. support for 64-bit integer
-arithmetic).  This back-end is in pre-beta state.</li>
+<li>This backend lacks a JIT compiler.</li>
 </ul>
 </div>
 
@@ -556,7 +560,7 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
 
   <a href="http://llvm.org/">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2006/01/16 01:05:00 $
+  Last modified: $Date: 2006/02/05 06:39:36 $
 </address>
 
 </body>






More information about the llvm-commits mailing list