From 748e58b281af4a1e82feb88a9ab7daab92a0bb55 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 27 Nov 2004 19:50:58 +0000 Subject: [PATCH] Add notes git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18282 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 3a46f5f72f8..83c87c529b3 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -142,6 +142,9 @@ benchmarks, and many other C and C++ programs.

  • zlib and libpng are no longer included in the main LLVM tarball.
  • +
  • The LLVM code generator now generates asm writers for the target from + an abstract target description, instead of requiring them to be hand + written.
  • @@ -254,6 +257,8 @@ were fixed: cannot be marked 'constant' if they have nontrivial ctors or dtors
  • [llvmgcc] Crash compiling unnamed bitfield which does not increase struct size
  • +
  • [llvmgcc] llvmgcc emits invalid + constant exprs
  • Bugs fixed in the Sparc V9 back-end: