diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 7b0696c5bb3..68cc2cf78c0 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -71,15 +71,14 @@ href="http://llvm.cs.uiuc.edu/releases/">releases page.
This is the fourth public release of the LLVM compiler infrastructure. This release primarily improves the performance of the -code produced by all aspects of the LLVM compiler and adds many new features, and fixes a few -bugs as well.
+code produced by all aspects of the LLVM compiler, adds many new features, fixes a few +bugs, and speeds up the compiler.At this time, LLVM is known to correctly compile and run all C & C++ -SPEC CPU2000 benchmarks, the Olden benchmarks, and the Ptrdist benchmarks. It -has also been used to compile many other programs. LLVM now also works -with a broad variety of C++ programs, though it has still received less testing -than the C front-end.
+SPEC CPU95 & 2000 benchmarks, the Olden benchmarks, and the Ptrdist +benchmarks, and many other programs. LLVM now also works +with a broad variety of C++ programs. @@ -97,8 +96,8 @@ generators, and the interpreter.Bugs in the LLVM Core:
+Bugs fixed in the LLVM Core:
Bugs in the C/C++ front-end:
@@ -354,22 +362,6 @@ are needed by the LLVM build process or test suite (e.g., /bin/time).IA64 note: The C++ front-end does not use IA64 ABI compliant layout of vtables. +