diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2003-11-14 03:30:43 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-11-14 03:30:43 +0000 |
commit | c99037d6d5d191e4daf891994e1cbfa411a652fe (patch) | |
tree | 908829ff5e49445b1d3b3982a78fbd116c413396 | |
parent | 5158aaf20e13e55f4e52d75d9126334f47b54220 (diff) |
Brian implemented the vaarg instruction in the interpreter.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9989 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 0613e38928..92fe1b1c50 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -84,6 +84,10 @@ In this release, the following missing features were implemented:<p> <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> |