[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Misha Brukman
brukman at cs.uiuc.edu
Mon Dec 15 16:49:02 PST 2003
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.85 -> 1.86
---
Log message:
Added info about PR186: weak linkage on memory functions.
---
Diffs of the changes: (+5 -3)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.85 llvm/docs/ReleaseNotes.html:1.86
--- llvm/docs/ReleaseNotes.html:1.85 Sat Dec 13 23:03:43 2003
+++ llvm/docs/ReleaseNotes.html Mon Dec 15 16:48:12 2003
@@ -135,7 +135,8 @@
<p>Bugs in the LLVM Core:</p>
<ol>
-<li><a href="http://llvm.cs.uiuc.edu/PR179">[licm] LICM promotes volatile memory locations to registers</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR179">[licm] LICM promotes volatile memory
+locations to registers</a></li>
</ol>
@@ -143,7 +144,8 @@
<p>Bugs in the C/C++ front-end:</p>
<ol>
-<li></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR186">Need weak linkage on memory
+management functions in libc runtime to allow them to be overriden</a></li>
<li></li>
</ol>
@@ -540,7 +542,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/14 05:03:43 $
+ Last modified: $Date: 2003/12/15 22:48:12 $
</address>
</body>
More information about the llvm-commits
mailing list