aboutsummaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-10-16 18:35:57 +0000
committerChris Lattner <sabre@nondot.org>2004-10-16 18:35:57 +0000
commit9b3b04f82b0139e7039713fc6541f2acbef4cc62 (patch)
tree8bed93da2e1c4c2dbc5ede8725273842ead3432b /docs/ReleaseNotes.html
parent6542a46e6f4db4325e87f9d0010059053339cb03 (diff)
Update release notes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17062 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html15
1 files changed, 10 insertions, 5 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 1e89ccf28f..5648d87b6f 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -73,8 +73,7 @@ href="http://llvm.cs.uiuc.edu/releases/">releases page</a>.</p>
<p> At this time, LLVM is known to correctly compile and run all C &amp; C++
SPEC CPU95 &amp; 2000 benchmarks, the Olden benchmarks, and the Ptrdist
-benchmarks, and <b>many</b> other programs. LLVM now also works
-with a broad variety of C++ programs.</p>
+benchmarks, and <b>many</b> other C and C++ programs.</p>
</div>
@@ -86,9 +85,15 @@ with a broad variety of C++ programs.</p>
<div class="doc_text">
<ol>
- <li><a href="http://llvm.cs.uiuc.edu/PR257">move test/Programs out of the main llvm
- tree</a></li>
-<li></li>
+ <li>The test/Programs hierarchy<a href="http://llvm.cs.uiuc.edu/PR257">has
+ been moved out of the main LLVM tree</a> into a separate CVS repo and
+ tarball.</li>
+ <li>LLVM now optimizes global variables significantly more than it did
+ before.</li>
+ <li>LLVM now includes the new '<tt>undef</tt>' value and <a
+ href="LangRef.html#i_unreachable"><tt>unreachable</tt></a> instruction,
+ which give the optimizer more information about the behavior of the
+ program.</li>
</ol>
</div>