From: Misha Brukman Date: Fri, 14 Nov 2003 03:30:43 +0000 (+0000) Subject: Brian implemented the vaarg instruction in the interpreter. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c99037d6d5d191e4daf891994e1cbfa411a652fe;p=oota-llvm.git 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 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 0613e389280..92fe1b1c507 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -84,6 +84,10 @@ In this release, the following missing features were implemented:

  1. The interpreter does not support invoke or unwind
  2. + +
  3. Interpreter does not support the +vaarg instruction
  4. +

In this release, the following Quality of Implementation issues were fixed: