From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57070) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SdceQ-0002jn-SR for qemu-devel@nongnu.org; Sun, 10 Jun 2012 03:33:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SdceP-0001ud-Bq for qemu-devel@nongnu.org; Sun, 10 Jun 2012 03:33:30 -0400 Received: from mail-lb0-f173.google.com ([209.85.217.173]:42437) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SdceP-0001uS-1x for qemu-devel@nongnu.org; Sun, 10 Jun 2012 03:33:29 -0400 Received: by lbok6 with SMTP id k6so2535181lbo.4 for ; Sun, 10 Jun 2012 00:33:26 -0700 (PDT) From: Max Filippov Date: Sun, 10 Jun 2012 11:33:09 +0400 Message-Id: <1339313592-20351-1-git-send-email-jcmvbkbc@gmail.com> Subject: [Qemu-devel] [PATCH v3 0/3] target-xtensa: AREG0 conversion List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Blue Swirl , Max Filippov Changes in v3: - add Peter's patch to this series - rebase to the current master - actually remove HELPER_CFLAGS from target-xtensa/Makefile.objs Max Filippov (2): target-xtensa: add attributes to helper functions target-xtensa: switch to AREG0-free mode Peter Portante (1): target-xtensa: remove unnecessary include of dyngen-exec.h configure | 2 +- target-xtensa/helper.h | 58 +++++++------- target-xtensa/op_helper.c | 185 +++++++++++++++++++++---------------------- target-xtensa/translate.c | 64 ++++++++------- target-xtensa/xtensa-semi.c | 1 - 5 files changed, 154 insertions(+), 156 deletions(-) -- 1.7.7.6