[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Tue Feb 17 16:01:02 PST 2004
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.128 -> 1.129
---
Log message:
Bug fixed
---
Diffs of the changes: (+2 -1)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.128 llvm/docs/ReleaseNotes.html:1.129
--- llvm/docs/ReleaseNotes.html:1.128 Sun Feb 15 17:09:07 2004
+++ llvm/docs/ReleaseNotes.html Tue Feb 17 16:00:39 2004
@@ -178,6 +178,7 @@
<li><a href="http://llvm.cs.uiuc.edu/PR228">[sparc] Boolean constants are emitted as true and false</a></li>
<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>
</ol>
@@ -582,7 +583,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/15 23:09:07 $
+ Last modified: $Date: 2004/02/17 22:00:39 $
</address>
</body>
More information about the llvm-commits
mailing list