From: Chris Lattner Date: Fri, 7 Nov 2003 04:46:56 +0000 (+0000) Subject: Add bugz X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=5b3fb034f902f52fac432bd15f0f0c153f8074ef;p=oota-llvm.git Add bugz git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9764 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 6d8b99f9bbf..1336c9d07f1 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -66,6 +66,7 @@ release implements the following new features:

  1. A new LLVM profiler, similar to gprof is available
  2. +
  3. The LLVM C/C++ front-end now compiles on Mac OSX!

In this release, the following Quality of Implementation issues were fixed:

@@ -99,6 +100,10 @@ In this release, the following bugs in the previous release were fixed:

  • [C++] Catch blocks make unparsable labels
  • [C++] Initializing array with constructable objects fail
  • [gccld] The -r (relinking) option does not work correctly
  • +
  • [bcreader] Cannot read shift constant expressions from bytecode file
  • +
  • [lowersetjmp] Lowersetjmp pass breaks dominance properties!
  • +
  • llvm-gcc tries to add bools
  • +
  • [buildscripts] Building into objdir with .o in it fails
  • At this time, LLVM is known to work properly with SPEC CPU 2000, the Olden @@ -405,6 +410,6 @@ via the mailing lists.

    Maintained By: The LLVM Team
    -Last modified: Wed Nov 5 00:07:20 CST 2003 +Last modified: Thu Nov 6 13:21:28 CST 2003