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 | 133b35ef95773d1a67a01d44025fa4b188fa4159 (patch) | |
tree | afe34a99e291bb517dab73abb3841da8a09dcc9e | |
parent | ef901291c63b6c7ed01d349cb4345ea9120483e9 (diff) | |
download | bcm5719-llvm-133b35ef95773d1a67a01d44025fa4b188fa4159.tar.gz bcm5719-llvm-133b35ef95773d1a67a01d44025fa4b188fa4159.zip |
Brian implemented the vaarg instruction in the interpreter.
llvm-svn: 9989
-rw-r--r-- | llvm/docs/ReleaseNotes.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 0613e389280..92fe1b1c507 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/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> |