From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19449 invoked by alias); 27 Mar 2017 11:23:51 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 19388 invoked by uid 89); 27 Mar 2017 11:23:50 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy=H*M:internal, Hx-languages-length:534, isr, metal X-HELO: smtprelay.synopsys.com Received: from smtprelay.synopsys.com (HELO smtprelay.synopsys.com) (198.182.47.9) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 27 Mar 2017 11:23:50 +0000 Received: from mailhost.synopsys.com (mailhost1.synopsys.com [10.12.238.239]) by smtprelay.synopsys.com (Postfix) with ESMTP id C428824E1FA4; Mon, 27 Mar 2017 04:23:49 -0700 (PDT) Received: from mailhost.synopsys.com (localhost [127.0.0.1]) by mailhost.synopsys.com (Postfix) with ESMTP id B279B9CF; Mon, 27 Mar 2017 04:23:49 -0700 (PDT) Received: from US01WEHTC2.internal.synopsys.com (us01wehtc2-vip.internal.synopsys.com [10.12.239.238]) by mailhost.synopsys.com (Postfix) with ESMTP id 928009CE; Mon, 27 Mar 2017 04:23:49 -0700 (PDT) Received: from DE02WEHTCB.internal.synopsys.com (10.225.19.94) by US01WEHTC2.internal.synopsys.com (10.12.239.237) with Microsoft SMTP Server (TLS) id 14.3.266.1; Mon, 27 Mar 2017 04:23:49 -0700 Received: from DE02WEMBXA.internal.synopsys.com ([fe80::a014:7216:77d:d55c]) by DE02WEHTCB.internal.synopsys.com ([::1]) with mapi id 14.03.0266.001; Mon, 27 Mar 2017 13:23:47 +0200 From: Claudiu Zissulescu To: "gcc-patches@gcc.gnu.org" CC: "Francois.Bedard@synopsys.com" , "andrew.burgess@embecosm.com" Subject: RE: [PATCH 0/5] [ARC] Fixes backend issues Date: Mon, 27 Mar 2017 11:40:00 -0000 Message-ID: <098ECE41A0A6114BB2A07F1EC238DE8966613A47@de02wembxa.internal.synopsys.com> References: <1490010210-9489-1-git-send-email-claziss@synopsys.com> In-Reply-To: <1490010210-9489-1-git-send-email-claziss@synopsys.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-SW-Source: 2017-03/txt/msg01383.txt.bz2 Hi Andrew, > [ARC] Save/restore blink when in ISR. > [ARC] Fix detection of long immediate for load/store operands. > [ARC] Disable TP register when building for bare metal. > [ARC] Fix divdf3 emulation for arcem. > [ARC] Fix move_double_src_operand predicate. >=20 All the above patches were successfully committed having the indicated mods. Thank you for your review, Claudiu P.S. The ARC backend is broken due to some wrong patterns in simd.md. I've = prepared a patch which fixes that.