From: Chris Lattner
Date: Thu, 11 Dec 2003 23:31:21 +0000 (+0000)
Subject: Update release notes for PR86 and C++ support
X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=2d9d4e740bd3ac7a79467530c96ca9acf8e7c303;p=oota-llvm.git
Update release notes for PR86 and C++ support
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10413 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index d2cd825a9f8..718559d2d36 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -76,9 +76,9 @@ front-end, and improving support for C++ in the LLVM core. This release also
includes a few new features, such as a simple profiler, support for Mac OS/X,
and better interoperability with external source bases.
-At this time, LLVM is known to correctly compile the SPEC CPU2000 benchmarks
-(X86 only), the Olden benchmarks, and the Ptrdist benchmarks along with
-many other programs. LLVM now also works with a fairly broad variety of
+
At this time, LLVM is known to correctly compile the C & C++ SPEC CPU2000
+benchmarks (X86 only), the Olden benchmarks, and the Ptrdist benchmarks along
+with many other programs. LLVM now also works with a broad variety of
C++ programs, though it has still received much less testing than the C
front-end.
@@ -126,10 +126,11 @@ object tree as subdirectories are built. This means that:
-
-The configure script will now configure all projects placed in the
-llvm/projects directory.
-
+The configure script will now configure all projects placed in the
+llvm/projects directory.
+
+The -basicaa pass (the default alias analysis) has been upgraded to be significantly more precise.
+