summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-02-05 06:39:36 +0000
committerChris Lattner <sabre@nondot.org>2006-02-05 06:39:36 +0000
commit58504a6aa0a344a942cece3b79c018c6f661eddf (patch)
treee02b81ad099e108dfdaad0f6cb41ca3e7bc0312d /docs/ReleaseNotes.html
parentc6aaf5acf9f9638f2dce6c21bfc3f4889048caa3 (diff)
downloadllvm-58504a6aa0a344a942cece3b79c018c6f661eddf.tar.gz
llvm-58504a6aa0a344a942cece3b79c018c6f661eddf.tar.bz2
llvm-58504a6aa0a344a942cece3b79c018c6f661eddf.tar.xz
V8 -> Sparc
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25993 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html12
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 433f055021..86859f12af 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -74,6 +74,11 @@ out and it is now as well supported as Linux on X86.</p>
<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 @@ components, please contact us on the llvmdev list.</p>
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 @@ programs.</li>
<!-- ======================================================================= -->
<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>