From de4afdc89aba4c576f897129b575455404fcb850 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 8 Feb 2004 22:23:33 +0000 Subject: [PATCH] All of spec, including 253.perlbmk should now work. There is still the 254.gap regression, but that will definitely be fixed by 1.2 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11209 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 32 ++++---------------------------- 1 file changed, 4 insertions(+), 28 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 2bff4a6096e..f18570ea5b9 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -72,20 +72,11 @@ href="http://llvm.cs.uiuc.edu/releases/">releases page.

This is the third public release of the LLVM compiler infrastructure.

-

At this time, LLVM is known to correctly compile and run all non-unwinding C +

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 much less testing than the C front-end. -

- -

-The LLVM native code generators are very stable but do not currently support -unwinding (exception throwing or longjmping), which prevent them from -working with programs like the 253.perlbmk in SPEC CPU2000. The C -backend and the rest of LLVM supports these programs, so you can -still use LLVM with them. Support for unwinding will be added in a future -release. +received less testing than the C front-end.

@@ -531,12 +522,7 @@ href="http://gcc.gnu.org/gcc-3.4/changes.html">GCC 3.4 release notes.
@@ -549,17 +535,7 @@ or calls the C longjmp function will abort.
-- 2.34.1