From e026714f537c9c2b9b1bed397ed980826627e91c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 27 Nov 2004 19:24:06 +0000 Subject: [PATCH] Add some notes llvm-svn: 18280 --- llvm/docs/ReleaseNotes.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index cd4e8ba28d1a..3a46f5f72f89 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -86,6 +86,7 @@ benchmarks, and many other C and C++ programs.

    +
  1. LLVM now includes a JIT for the PowerPC target.
  2. LLVM now optimizes global variables significantly more than it did before.
  3. @@ -139,6 +140,8 @@ benchmarks, and many other C and C++ programs.

  4. The target-to-JIT interfaces are now much simpler and more powerful.
  5. +
  6. zlib and libpng are no longer + included in the main LLVM tarball.
-- GitLab