From: Chris Lattner Date: Sat, 8 Nov 2003 04:28:55 +0000 (+0000) Subject: Add news from brian X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=0ef190686c87b3657b6edafbd5dd3836c8e31b38;p=oota-llvm.git Add news from brian git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9800 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 1336c9d07f1..e5ed4975d0d 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -65,16 +65,34 @@ This is the second public release of the LLVM compiler infrastructure. This 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!
  4. +
  5. A new LLVM profiler, similar to gprof is available
  6. + +

  7. LLVM and the C/C++ front-end now compile on Mac OSX! Mac OSX users can now +explore the LLVM optimizer with the C backend (note that LLVM requires GCC 3.3 +on Mac OSX).
  8. + +

+ +In this release, the following missing features were implemented:

+ +

    +
  1. The interpreter does not support +invoke or unwind

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

    -
  1. C++ front-end is not generating linkonce linkage type when it can
  2. + +
  3. C++ front-end is not generating +linkonce linkage type when it can
  4. + +
  5. C front-end doesn't emit +getelementptr for address of array element
  6. +

+ In this release, the following bugs in the previous release were fixed:

    @@ -159,9 +177,6 @@ sections.
  1. Linking in static archive files (.a files) is very slow (there is no symbol table in the archive).

    -

  2. Interpreter does not support invoke -or unwind.

    -

  3. LLVM cannot handle structures with more than 256 elements.

    @@ -410,6 +425,6 @@ via the mailing lists.

    Maintained By: The LLVM Team
    -Last modified: Thu Nov 6 13:21:28 CST 2003 +Last modified: Fri Nov 7 22:26:24 CST 2003