From feaf960653bbf67c1af2876e34cd979683271c07 Mon Sep 17 00:00:00 2001
From: Chris Lattner
Date: Sat, 29 Oct 2005 05:14:01 +0000
Subject: [PATCH] Basic updates
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24087 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/ReleaseNotes.html | 17 ++---------------
1 file changed, 2 insertions(+), 15 deletions(-)
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index d9bad9dce69..465f7196b7e 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -74,9 +74,6 @@ a large number of new features and enhancements, described below.
-
- The JIT now uses mutexes to protect its internal data structures. This
allows multi-threaded programs to be run from the JIT or interpreter without
@@ -124,7 +121,7 @@ a large number of new features and enhancements, described below.
- Sun UltraSPARC workstations running Solaris 8.
- Intel and AMD machines running on Win32 with the Cygwin libraries (limited
support is available for native builds with Visual C++).
-- PowerPC-based Mac OS X systems, running 10.2 and above.
+- PowerPC and X86-based Mac OS X systems, running 10.2 and above.
- Alpha-based machines running Debian GNU/Linux.
- Itanium-based machines running Linux and HP-UX.
@@ -186,10 +183,6 @@ components, please contact us on the llvmdev list.
@@ -498,8 +491,6 @@ several programs in the LLVM test suite
On 21164s, some rare FP arithmetic sequences which may trap do not have the
appropriate nops inserted to ensure restartability.
-Defining vararg functions is not supported (but calling them is ok).
-
Due to the vararg problems, C++ exceptions do not work. Small changes are required to the CFE (which break correctness in the exception handler) to compile the exception handling library (and thus the C++ standard library).
@@ -545,12 +536,8 @@ programs.
- Many features are still missing (e.g. support for 64-bit integer
-arithmetic).
-
-- This backend needs to be updated to use the SelectionDAG instruction
-selection framework.
+arithmetic). This back-end is in pre-beta state.
-
--
2.11.0