From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JgBAh-00017L-Pr for qemu-devel@nongnu.org; Sun, 30 Mar 2008 23:58:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JgBAg-00016a-6v for qemu-devel@nongnu.org; Sun, 30 Mar 2008 23:58:59 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JgBAf-00016V-Td for qemu-devel@nongnu.org; Sun, 30 Mar 2008 23:58:58 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JgBAf-0002cY-Ld for qemu-devel@nongnu.org; Sun, 30 Mar 2008 23:58:57 -0400 From: Paul Brook Date: Mon, 31 Mar 2008 03:58:53 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200803310458.53439.paul@codesourcery.com> Subject: [Qemu-devel] ARM TCG conversion Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org I've just checked in a series of patches converting the ARM target to the new TCG code generator. All the dyngen ops have been removed. The remaining code is a muxture of explicit and implicit operands, so there's still some cleanup to be done. With the exception of fixing a couple of bugs in the SIMD instructions, the code should be functionally identical. If you do discover errors, it would be useful if you could track down exactly which patch caused the failure, and preferable a reasonable sized self-contained testcase. The code should still be functional at each of the intermediate points. Paul