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

John Criswell criswell at cs.uiuc.edu
Thu Feb 26 17:14:01 PST 2004


Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.136 -> 1.137

---
Log message:

Added PR258 and 259.



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

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.136 llvm/docs/ReleaseNotes.html:1.137
--- llvm/docs/ReleaseNotes.html:1.136	Thu Feb 26 02:02:57 2004
+++ llvm/docs/ReleaseNotes.html	Thu Feb 26 17:13:34 2004
@@ -205,6 +205,8 @@
 <li><a href="http://llvm.cs.uiuc.edu/PR235">Tablegen aborts on errors</a></li>
 <li><a href="http://llvm.cs.uiuc.edu/PR236">[inliner] Error inlining intrinsic calls into invoke instructions</a></li>
 <li><a href="http://llvm.cs.uiuc.edu/PR245">Linking weak and strong global variables is dependent on link order</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR258">Variables used to define non-printable FP constants are externally visible</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR259">CBE gives linkonce functions wrong linkage semantics</a></li>
 </ol>
 
 
@@ -609,7 +611,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: 2004/02/26 08:02:57 $
+  Last modified: $Date: 2004/02/26 23:13:34 $
 </address>
 
 </body>





More information about the llvm-commits mailing list