[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Misha Brukman
brukman at cs.uiuc.edu
Thu Nov 13 21:31:00 PST 2003
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.43 -> 1.44
---
Log message:
Brian implemented the vaarg instruction in the interpreter.
---
Diffs of the changes: (+4 -0)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.43 llvm/docs/ReleaseNotes.html:1.44
--- llvm/docs/ReleaseNotes.html:1.43 Wed Nov 12 16:55:13 2003
+++ llvm/docs/ReleaseNotes.html Thu Nov 13 21:30:43 2003
@@ -84,6 +84,10 @@
<ol>
<li><a href="http://llvm.cs.uiuc.edu/PR88">The interpreter does not support
invoke or unwind</a></li>
+
+<li><a href="http://llvm.cs.uiuc.edu/PR99">Interpreter does not support the
+<tt>vaarg</tt> instruction</a></li><p>
+
</ol><p>
In this release, the following Quality of Implementation issues were fixed:<p>
More information about the llvm-commits
mailing list