Skip to content

Commit e4151eb

Browse files
committed
Update release notes for PR86 and C++ support
llvm-svn: 10413
1 parent 1eed55d commit e4151eb

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

llvm/docs/ReleaseNotes.html

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@
7676
includes a few new features, such as a simple profiler, support for Mac OS/X,
7777
and better interoperability with external source bases.</p>
7878

79-
<p>At this time, LLVM is known to correctly compile the SPEC CPU2000 benchmarks
80-
(X86 only), the Olden benchmarks, and the Ptrdist benchmarks along with
81-
<b>many</b> other programs. LLVM now also works with a fairly broad variety of
79+
<p>At this time, LLVM is known to correctly compile the C &amp; C++ SPEC CPU2000
80+
benchmarks (X86 only), the Olden benchmarks, and the Ptrdist benchmarks along
81+
with <b>many</b> other programs. LLVM now also works with a broad variety of
8282
C++ programs, though it has still received much less testing than the C
8383
front-end.
8484
</p>
@@ -126,10 +126,11 @@
126126
</ol>
127127
</li>
128128

129-
<li>
130-
The <tt>configure</tt> script will now configure all projects placed in the
131-
<tt>llvm/projects</tt> directory.
132-
</li>
129+
<li>The <tt>configure</tt> script will now configure all projects placed in the
130+
<tt>llvm/projects</tt> directory.</li>
131+
132+
<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>
133+
133134
</ol>
134135

135136

0 commit comments

Comments
 (0)