From: Chris Lattner
Date: Sun, 13 Feb 2005 22:27:24 +0000 (+0000)
Subject: Add some updates
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2e12c745eae4be1f0c5c5f4840c58918c11c6b1d;p=oota-llvm.git
Add some updates
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20164 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 0c07101231a..a80ad3fc822 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -79,7 +79,11 @@ bug fixes for those problems found since the 1.4 release.
Interprocedural Sparse Conditional Constant Propagation pass, named
-ipsccp, which is run by default at link-time.
LLVM 1.5 is now about 15% faster than LLVM 1.4 and its core data structures
- use about 20% less memory.
+ use about 30% less memory.
+ LLVM includes new experimental native code generators for SparcV8 and
+ Alpha.
+ Support for Microsoft Visual Studio is improved, and not documented.
@@ -216,6 +220,7 @@ components, please contact us on the llvmdev list.
be used to step through programs and inspect the stack.
The "iterative scan" register allocator (enabled with -regalloc=iterativescan)
is not stable.
+The SparcV8 and Alpha ports are experimental.