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: