[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Thu Dec 11 17:32:01 PST 2003
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.73 -> 1.74
---
Log message:
Update release notes for PR86 and C++ support
---
Diffs of the changes: (+9 -8)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.73 llvm/docs/ReleaseNotes.html:1.74
--- llvm/docs/ReleaseNotes.html:1.73 Wed Dec 10 22:40:58 2003
+++ llvm/docs/ReleaseNotes.html Thu Dec 11 17:31:21 2003
@@ -76,9 +76,9 @@
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 & 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 @@
</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>
@@ -652,7 +653,7 @@
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2003/12/11 04:40:58 $
+ Last modified: $Date: 2003/12/11 23:31:21 $
</address>
</body>
More information about the llvm-commits
mailing list