From c5d658a181bbe634a7e689f197a26748eb33cbee Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 3 Mar 2006 00:34:26 +0000 Subject: [PATCH] mention some major changes git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26480 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 29 +++++++++++++++++++++++------ 1 file changed, 23 insertions(+), 6 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 86859f12af0..dc2af9c06da 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -76,10 +76,26 @@ out and it is now as well supported as Linux on X86.

+ +
+Significant changes in LLVM 1.7cvs +
+ +
+ +
+ +
Portability and Supported Platforms @@ -184,6 +200,10 @@ components, please contact us on the llvmdev list.

Bugs
+ +These bugs are known for the old front-end. The new GCC-4-based C front-end +suffers from none of these. +
  • C99 Variable sized arrays do not release stack memory when they go out of scope. Thus, the following program may run out of stack space: @@ -209,8 +229,6 @@ href="http://llvm.org/PR162">with the largest union member.