From: Andrew Lenharth Date: Tue, 3 May 2005 16:59:09 +0000 (+0000) Subject: note the vararg change, and other stuff X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=30a1f8f234d79920b432c813b745849f55f96ff9;p=oota-llvm.git note the vararg change, and other stuff git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21672 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 4bcf6c45b27..ed2632f9b0f 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -130,7 +130,7 @@ improvements:
    -
  1. +
  2. Transition code for 1.0 style varargs was removed.
@@ -201,6 +201,7 @@ were fixed:
  • 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.
  • +
  • Alpha-based machines running Debian GNU/Linux
  • The core LLVM infrastructure uses @@ -571,6 +572,23 @@ frontends. + +

    + Known problems with the Alpha back-end +
    + +
    + + + +
    +
    Additional Information