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

Chris Lattner lattner at cs.uiuc.edu
Thu Jan 8 11:22:05 PST 2004


Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.95 -> 1.96

---
Log message:

New bugs fixed


---
Diffs of the changes:  (+3 -2)

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.95 llvm/docs/ReleaseNotes.html:1.96
--- llvm/docs/ReleaseNotes.html:1.95	Tue Dec 23 17:50:31 2003
+++ llvm/docs/ReleaseNotes.html	Thu Jan  8 11:20:50 2004
@@ -121,6 +121,7 @@
 <li><a href="http://llvm.cs.uiuc.edu/PR135">JIT should lazily initialize global variables</a></li>
 <li><a href="http://llvm.cs.uiuc.edu/PR192">[X86] X86 Backend never releases memory for machine code structures</a></li>
 <li><a href="http://llvm.cs.uiuc.edu/PR196">[vmcore] OpaqueType objects memory leak</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR182">[llvmgcc] C front-end does not compile "extern inline" into linkonce</a></li>
 </ol>
 
 <!--=========================================================================-->
@@ -161,7 +162,7 @@
 <ol>
 <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>
+<li><a href="http://llvm.cs.uiuc.edu/PR202">[llvm-gcc] asserts when an extern inline function is redefined</a></li>
 </ol>
 
 </div>
@@ -597,7 +598,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/23 23:50:31 $
+  Last modified: $Date: 2004/01/08 17:20:50 $
 </address>
 
 </body>





More information about the llvm-commits mailing list