aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-12-15 22:57:49 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-12-15 22:57:49 +0000
commit8f7bf8914ae54da4c866bdd239595a5ca4c14cb4 (patch)
tree50628aebdaa9c83d482a12d9ee5ff6a96b32fb2a
parentb549680585767c60c40bc1454345f3ec3761ab94 (diff)
downloadllvm-8f7bf8914ae54da4c866bdd239595a5ca4c14cb4.zip
llvm-8f7bf8914ae54da4c866bdd239595a5ca4c14cb4.tar.gz
llvm-8f7bf8914ae54da4c866bdd239595a5ca4c14cb4.tar.bz2
* Unbroke our HTML-4.01 compliance!
* Added note about PR186: present in 1.1, fixed in 1.2 llvm-svn: 10480
-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>
<!-- _______________________________________________________________________ -->