From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 48860 invoked by alias); 18 May 2015 14:42:39 -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 48844 invoked by uid 89); 18 May 2015 14:42:37 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 X-HELO: eu-smtp-delivery-143.mimecast.com Received: from eu-smtp-delivery-143.mimecast.com (HELO eu-smtp-delivery-143.mimecast.com) (146.101.78.143) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 18 May 2015 14:42:36 +0000 Received: from cam-owa1.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.140]) by uk-mta-5.uk.mimecast.lan; Mon, 18 May 2015 15:42:33 +0100 Received: from [10.2.206.98] ([10.1.2.79]) by cam-owa1.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 18 May 2015 15:42:33 +0100 Message-ID: <5559FA59.7090700@arm.com> Date: Mon, 18 May 2015 14:46:00 -0000 From: Alex Velenko User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Kyrill Tkachov , "gcc-patches@gcc.gnu.org" CC: Ramana Radhakrishnan Subject: Re: [PATCH] [AArch32] Additional bics patterns. References: <1429708361-25668-1-git-send-email-alex.velenko@arm.com> <000001d07d00$10179f80$3046de80$@arm.com> <553A6431.8000101@arm.com> <55434746.9020407@arm.com> <555632A9.6050007@arm.com> <5559A2BD.9010600@arm.com> In-Reply-To: <5559A2BD.9010600@arm.com> X-MC-Unique: WDSBi3p9QziUGx2OBCSVxw-1 Content-Type: text/plain; charset=WINDOWS-1252; format=flowed Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2015-05/txt/msg01573.txt.bz2 Committed r223295. Alex.