From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17386 invoked by alias); 19 Nov 2015 22:06: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 17373 invoked by uid 89); 19 Nov 2015 22:06:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.9 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: usmailout4.samsung.com Received: from mailout4.w2.samsung.com (HELO usmailout4.samsung.com) (211.189.100.14) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 19 Nov 2015 22:06:03 +0000 Received: from uscpsbgm1.samsung.com (u114.gpu85.samsung.co.kr [203.254.195.114]) by usmailout4.samsung.com (Oracle Communications Messaging Server 7.0.5.31.0 64bit (built May 5 2014)) with ESMTP id <0NY30045M1E14710@usmailout4.samsung.com> for gcc-patches@gcc.gnu.org; Thu, 19 Nov 2015 17:06:01 -0500 (EST) Received: from ussync3.samsung.com ( [203.254.195.83]) by uscpsbgm1.samsung.com (USCPMTA) with SMTP id 64.8B.23844.9C74E465; Thu, 19 Nov 2015 17:06:01 -0500 (EST) Received: from [172.31.207.192] ([105.140.31.209]) by ussync3.samsung.com (Oracle Communications Messaging Server 7.0.5.31.0 64bit (built May 5 2014)) with ESMTPA id <0NY300KPH1E0I750@ussync3.samsung.com>; Thu, 19 Nov 2015 17:06:01 -0500 (EST) Subject: Re: [PATCH 3b/4][AArch64] Add scheduling model for Exynos M1 To: 'gcc-patches' References: <001b01d1110d$0008f890$001ae9b0$@samsung.com> <563A9040.60805@samsung.com> <563BE6A5.5090708@samsung.com> <564126EE.3050100@samsung.com> <56422F38.8010502@samsung.com> Cc: 'Marcus Shawcroft' , 'James Greenhalgh' , 'Kyrill Tkachov' , Andrew Pinski From: Evandro Menezes Message-id: <564E47C7.8000202@samsung.com> Date: Thu, 19 Nov 2015 22:06:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-version: 1.0 In-reply-to: <56422F38.8010502@samsung.com> Content-type: text/plain; charset=utf-8; format=flowed Content-transfer-encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-11/txt/msg02428.txt.bz2 On 11/10/2015 11:54 AM, Evandro Menezes wrote: > 2015-11-10 Evandro Menezes > > gcc/ > > * config/aarch64/aarch64-cores.def: Use the Exynos M1 sched model. > * config/aarch64/aarch64.md: Include "exynos-m1.md". > * config/arm/arm-cores.def: Use the Exynos M1 sched model. > * config/arm/arm.md: Include "exynos-m1.md". > * config/arm/arm-tune.md: Regenerated. > * config/arm/exynos-m1.md: New file. > > This patch adds the scheduling model for Exynos M1. It depends on > https://gcc.gnu.org/ml/gcc-patches/2015-11/msg01257.html > > Bootstrapped on arm-unknown-linux-gnueabihf, aarch64-unknown-linux-gnu. > > Please, commit if it's alright. Ping -- Evandro Menezes