From: Chris Lattner Date: Wed, 19 Nov 2003 22:05:38 +0000 (+0000) Subject: bugz X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=55ee03100cdd4c3a70bcde7d7ee556f9d4de0dc0;p=oota-llvm.git bugz git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10098 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 2f16adb8a16..a210df819c5 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -65,19 +65,20 @@ 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. A new +LLVM profiler, similar to gprof is available
  4. -
  5. 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).
  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. -
  9. LLVM has been
  10. LLVM has been moved into an 'llvm' C++ namespace, for easier integration with third-party code. Note that due to a bug in GDB 5.x, to debug namespacified LLVM code, -you will need to upgrade to GDB 6.
  11. - -

+you will need to upgrade to GDB 6.

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

@@ -86,10 +87,10 @@ In this release, the following missing features were implemented:

invoke or unwind

  • Interpreter does not support the -vaarg instruction
  • +vaarg instruction

  • llvm-nm cannot read archive -files
  • +files

    @@ -108,6 +109,11 @@ build problems

  • LLVM header files should be -Wold-style-cast clean
  • + +
  • The LLVM bytecode reader has been sped up a lot (up to 4x in some +cases).
  • +

    @@ -157,6 +163,9 @@ many platforms, such as X86.

  • [llvmg++] Cannot use pointer to member to initialize global
  • [vmcore] Symbol table doesn't rename colliding variables during type resolution
  • [llvm-gcc] ?: operator as lvalue not implemented
  • +
  • [C/C++] Bogus warning about taking the address of 'register' variable
  • +
  • bugpoint must not pass -R to Mach-O linker
  • +

    At this time, LLVM is known to work properly with SPEC CPU 2000, the Olden @@ -459,6 +468,6 @@ via the mailing lists.

    Maintained By: The LLVM Team
    -Last modified: Tue Nov 18 19:06:34 CST 2003 +Last modified: Wed Nov 19 15:42:00 CST 2003