aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/ReleaseNotes.html
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/docs/ReleaseNotes.html')
-rw-r--r--llvm/docs/ReleaseNotes.html16
1 files changed, 12 insertions, 4 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html
index b3dc86d..304509a 100644
--- a/llvm/docs/ReleaseNotes.html
+++ b/llvm/docs/ReleaseNotes.html
@@ -187,7 +187,7 @@ fixed:
<li>The C++ front-end now compiles functions to
<a href="http://llvm.cs.uiuc.edu/PR29">use the linkonce linkage type</a>
- more, giving the optimizer more freedom.</a></li>
+ more, giving the optimizer more freedom.</li>
<li>The C front-end now <a href="http://llvm.cs.uiuc.edu/PR84">generates
type-safe code</a> in several cases that it did not before, allowing
@@ -377,9 +377,7 @@ more than 256 elements</a>.</li>
</div>
<div class="doc_text">
-
<ul>
-
<li>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:
<pre>
@@ -388,9 +386,19 @@ more than 256 elements</a>.</li>
foo(X);
}
</pre></li>
-
</ul>
+</div>
+
+<div class="doc_subsubsection">
+ Bugs in 1.1 fixed in 1.2
+</div>
+<div class="doc_text">
+<ul>
+<li><a href="http://llvm.cs.uiuc.edu/PR186">Need weak linkage on
+memory-management functions in libc runtime to allow them to be
+overridden</a></li>
+</ul>
</div>
<!-- _______________________________________________________________________ -->