From: Chris Lattner
Date: Sat, 16 Oct 2004 18:35:57 +0000 (+0000)
Subject: Update release notes
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9b3b04f82b0139e7039713fc6541f2acbef4cc62;p=oota-llvm.git
Update release notes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17062 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 1e89ccf28fb..5648d87b6f5 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -73,8 +73,7 @@ href="http://llvm.cs.uiuc.edu/releases/">releases page.
At this time, LLVM is known to correctly compile and run all C & C++
SPEC CPU95 & 2000 benchmarks, the Olden benchmarks, and the Ptrdist
-benchmarks, and many other programs. LLVM now also works
-with a broad variety of C++ programs.
+benchmarks, and many other C and C++ programs.
@@ -86,9 +85,15 @@ with a broad variety of C++ programs.
- - move test/Programs out of the main llvm
- tree
-
+ - The test/Programs hierarchyhas
+ been moved out of the main LLVM tree into a separate CVS repo and
+ tarball.
+ - LLVM now optimizes global variables significantly more than it did
+ before.
+ - LLVM now includes the new 'undef' value and unreachable instruction,
+ which give the optimizer more information about the behavior of the
+ program.