From 55ee03100cdd4c3a70bcde7d7ee556f9d4de0dc0 Mon Sep 17 00:00:00 2001
From: Chris Lattner
Date: Wed, 19 Nov 2003 22:05:38 +0000
Subject: [PATCH] bugz
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10098 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/ReleaseNotes.html | 31 ++++++++++++++++++++-----------
1 file changed, 20 insertions(+), 11 deletions(-)
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:
-- A new LLVM profiler, similar to gprof is available
+
- A new
+LLVM profiler, similar to gprof is available
-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).
+
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).
-LLVM has been 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.
-
-
+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