aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-12-11 23:31:21 +0000
committerChris Lattner <sabre@nondot.org>2003-12-11 23:31:21 +0000
commit2d9d4e740bd3ac7a79467530c96ca9acf8e7c303 (patch)
tree2e7b7bb70331c475d1c54d3e03e6f8422be7b0f2 /docs
parent4a83088b307968c25d11ea3e7de254cfb1771aeb (diff)
downloadexternal_llvm-2d9d4e740bd3ac7a79467530c96ca9acf8e7c303.zip
external_llvm-2d9d4e740bd3ac7a79467530c96ca9acf8e7c303.tar.gz
external_llvm-2d9d4e740bd3ac7a79467530c96ca9acf8e7c303.tar.bz2
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
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html15
1 files changed, 8 insertions, 7 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index d2cd825..718559d 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.</p>
-<p>At this time, LLVM is known to correctly compile the SPEC CPU2000 benchmarks
-(X86 only), the Olden benchmarks, and the Ptrdist benchmarks along with
-<b>many</b> other programs. LLVM now also works with a fairly broad variety of
+<p>At this time, LLVM is known to correctly compile the C &amp; C++ SPEC CPU2000
+benchmarks (X86 only), the Olden benchmarks, and the Ptrdist benchmarks along
+with <b>many</b> 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.
</p>
@@ -126,10 +126,11 @@ object tree as subdirectories are built. This means that:
</ol>
</li>
-<li>
-The <tt>configure</tt> script will now configure all projects placed in the
-<tt>llvm/projects</tt> directory.
-</li>
+<li>The <tt>configure</tt> script will now configure all projects placed in the
+<tt>llvm/projects</tt> directory.</li>
+
+<li>The <tt>-basicaa</tt> pass (the default alias analysis) has been upgraded to be <a href="http://llvm.cs.uiuc.edu/PR86">significantly more precise</a>.</li>
+
</ol>