From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22528 invoked by alias); 4 Nov 2014 08:22:05 -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 22515 invoked by uid 89); 4 Nov 2014 08:22:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qg0-f49.google.com Received: from mail-qg0-f49.google.com (HELO mail-qg0-f49.google.com) (209.85.192.49) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 04 Nov 2014 08:22:03 +0000 Received: by mail-qg0-f49.google.com with SMTP id z60so7272718qgd.36 for ; Tue, 04 Nov 2014 00:22:01 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.224.128.131 with SMTP id k3mr70717261qas.98.1415089321548; Tue, 04 Nov 2014 00:22:01 -0800 (PST) Received: by 10.140.18.133 with HTTP; Tue, 4 Nov 2014 00:22:01 -0800 (PST) Reply-To: ramrad01@arm.com In-Reply-To: <000401cfed20$db9eaf60$92dc0e20$@arm.com> References: <000401cfed20$db9eaf60$92dc0e20$@arm.com> Date: Tue, 04 Nov 2014 08:22:00 -0000 Message-ID: Subject: Re: [2/2][PATCH,ARM]Generate UAL assembly code for Thumb-1 target From: Ramana Radhakrishnan To: Terry Guo Cc: gcc-patches , Ramana Radhakrishnan Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-11/txt/msg00137.txt.bz2 On Tue, Oct 21, 2014 at 12:19 PM, Terry Guo wrote: > Hi there, > > Attached patch intends to enable GCC generate UAL format code for Thumb1 > target. Tested with regression test and no regressions. Is it OK to trunk? This is OK - Please don't commit it until we have sorted out patch 1/2 with the options. I'd encourage a follow-up patch to switch ARM state also to UAL :) ... Ramana > > BR, > Terry > > 2014-10-21 Terry Guo > > * config/arm/arm.c (arm_output_mi_thunk): Use UAL for Thumb1 > target. > * config/arm/thumb1.md: Likewise. > > gcc/testsuite > 2014-10-21 Terry Guo > > * gcc.target/arm/anddi_notdi-1.c: Match with UAL format. > * gcc.target/arm/pr40956.c: Likewise. > * gcc.target/arm/thumb1-Os-mult.c: Likewise. > * gcc.target/arm/thumb1-load-64bit-constant-3.c: Likewise.