From fe5f01cca6e225cc0290831e9d96ea020491dc7d Mon Sep 17 00:00:00 2001
From: Chris Lattner
Date: Sun, 5 Feb 2006 06:39:36 +0000
Subject: [PATCH] V8 -> Sparc
llvm-svn: 25993
---
docs/ReleaseNotes.html | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 433f055021c..86859f12af0 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.
New Features in LLVM 1.7cvs
+
@@ -138,7 +143,7 @@ components, please contact us on the llvmdev list.
releases:
-cee
The llvm-db tool is in a very early stage of development, but can
be used to step through programs and inspect the stack.
-
The SparcV8 and IA64 code generators are experimental.
+
The IA64 code generator is experimental.
The Alpha JIT is experimental.
@@ -512,14 +517,13 @@ programs.
-- Many features are still missing (e.g. support for 64-bit integer
-arithmetic). This back-end is in pre-beta state.
+- This backend lacks a JIT compiler.