From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30969 invoked by alias); 6 Dec 2013 00:54:52 -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 30839 invoked by uid 89); 6 Dec 2013 00:54:52 -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 autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Received: from Unknown (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 06 Dec 2013 00:54:51 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1Vojgh-0002kM-EQ from Tom_deVries@mentor.com ; Thu, 05 Dec 2013 16:54:35 -0800 Received: from SVR-IES-FEM-01.mgc.mentorg.com ([137.202.0.104]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Thu, 5 Dec 2013 16:54:35 -0800 Received: from [127.0.0.1] (137.202.0.76) by SVR-IES-FEM-01.mgc.mentorg.com (137.202.0.104) with Microsoft SMTP Server id 14.2.247.3; Fri, 6 Dec 2013 00:54:33 +0000 Message-ID: <52A12047.1080300@mentor.com> Date: Fri, 06 Dec 2013 00:54:00 -0000 From: Tom de Vries User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 MIME-Version: 1.0 To: Richard Earnshaw CC: gcc-patches Subject: Re: [PATCH][05/10] -fuse-caller-save - Implement TARGET_FN_OTHER_HARD_REG_USAGE hook for ARM References: <20130330171125.76877421213@build1-lucid-cs> In-Reply-To: <20130330171125.76877421213@build1-lucid-cs> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2013-12/txt/msg00588.txt.bz2 On 30-03-13 18:11, Tom de Vries wrote: > Richard, > > This patch series adds analysis of register usage of functions for usage by IRA. > The original post is here > ( http://gcc.gnu.org/ml/gcc-patches/2013-01/msg01234.html ). > > This patch implements the target hook TARGET_FN_OTHER_HARD_REG_USAGE for ARM. > The target hook TARGET_FN_OTHER_HARD_REG_USAGE was introduced in the previous > patch in this patch series. > > Build and reg-tested on ARM. > > OK for trunk? > Richard, Ping. OK for stage1? Thanks, - Tom > Thanks, > -Tom > > 2013-03-30 Radovan Obradovic > Tom de Vries > > * config/arm/arm.c (TARGET_FN_OTHER_HARD_REG_USAGE): Redefine as > arm_fn_other_hard_reg_usage. > (arm_fn_other_hard_reg_usage): New function. >