[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Tue Jun 1 16:57:01 PDT 2004
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.190 -> 1.191
---
Log message:
Bug fixed
---
Diffs of the changes: (+2 -1)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.190 llvm/docs/ReleaseNotes.html:1.191
--- llvm/docs/ReleaseNotes.html:1.190 Tue Jun 1 15:02:56 2004
+++ llvm/docs/ReleaseNotes.html Tue Jun 1 16:52:45 2004
@@ -245,6 +245,7 @@
<li><a href="http://llvm.cs.uiuc.edu/PR337">[livevar] Live variables missed
physical register use of aliased definition</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR340">Verifier misses malformed switch instruction</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR315">[jit] abort, don't warn, when missing external functions encountered</a></li>
</ol>
<p>Bugs in the C/C++ front-end:</p>
@@ -693,7 +694,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/06/01 20:02:56 $
+ Last modified: $Date: 2004/06/01 21:52:45 $
</address>
</body>
More information about the llvm-commits
mailing list