From 9b3b04f82b0139e7039713fc6541f2acbef4cc62 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 16 Oct 2004 18:35:57 +0000 Subject: [PATCH] Update release notes git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17062 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) 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.

    -
  1. move test/Programs out of the main llvm - tree
  2. -
  3. +
  4. The test/Programs hierarchyhas + been moved out of the main LLVM tree into a separate CVS repo and + tarball.
  5. +
  6. LLVM now optimizes global variables significantly more than it did + before.
  7. +
  8. LLVM now includes the new 'undef' value and unreachable instruction, + which give the optimizer more information about the behavior of the + program.
-- 2.34.1