From: Chris Lattner Date: Sun, 5 Feb 2006 06:39:36 +0000 (+0000) Subject: V8 -> Sparc X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=58504a6aa0a344a942cece3b79c018c6f661eddf;p=oota-llvm.git V8 -> Sparc git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25993 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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.