[llvm-commits] [release_11] CVS: llvm/docs/ReleaseNotes.html

Misha Brukman brukman at cs.uiuc.edu
Mon Dec 15 16:59:03 PST 2003


Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.82.2.4 -> 1.82.2.5

---
Log message:

* Unbroke our HTML-4.01 compliance!
* Added note about PR186: present in 1.1, fixed in 1.2


---
Diffs of the changes:  (+13 -5)

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.82.2.4 llvm/docs/ReleaseNotes.html:1.82.2.5
--- llvm/docs/ReleaseNotes.html:1.82.2.4	Mon Dec 15 15:05:22 2003
+++ llvm/docs/ReleaseNotes.html	Mon Dec 15 16:57:49 2003
@@ -187,7 +187,7 @@
 
 <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 @@
 </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 @@
       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>
 
 <!-- _______________________________________________________________________ -->
@@ -690,7 +698,7 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
 
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2003/12/15 21:05:22 $
+  Last modified: $Date: 2003/12/15 22:57:49 $
 </address>
 
 </body>





More information about the llvm-commits mailing list