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.

-

- See LLVM 1.5 Release Notes -

  1. 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.

  2. Sun UltraSPARC workstations running Solaris 8.
  3. Intel and AMD machines running on Win32 with the Cygwin libraries (limited support is available for native builds with Visual C++).
  4. -
  5. PowerPC-based Mac OS X systems, running 10.2 and above.
  6. +
  7. PowerPC and X86-based Mac OS X systems, running 10.2 and above.
  8. Alpha-based machines running Debian GNU/Linux.
  9. Itanium-based machines running Linux and HP-UX.
  10. @@ -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. -