From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1171 invoked by alias); 12 Oct 2015 17:13:34 -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 1160 invoked by uid 89); 12 Oct 2015 17:13:33 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: fencepost.gnu.org Received: from fencepost.gnu.org (HELO fencepost.gnu.org) (208.118.235.10) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 12 Oct 2015 17:13:32 +0000 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49817) by fencepost.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1ZlgfA-0002fA-DT for gcc-patches@gnu.org; Mon, 12 Oct 2015 13:13:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zlgf5-0003a7-AA for gcc-patches@gnu.org; Mon, 12 Oct 2015 13:13:28 -0400 Received: from relay1.mentorg.com ([192.94.38.131]:53271) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zlgf5-0003ZQ-5O for gcc-patches@gnu.org; Mon, 12 Oct 2015 13:13:23 -0400 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=SVR-IES-FEM-01.mgc.mentorg.com) by relay1.mentorg.com with esmtp id 1Zlgf3-0003Am-Jk from Tom_deVries@mentor.com ; Mon, 12 Oct 2015 10:13:21 -0700 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.3.224.2; Mon, 12 Oct 2015 18:13:20 +0100 To: "gcc-patches@gnu.org" CC: Jakub Jelinek From: Tom de Vries Subject: [committed, gomp4] Handle sequential code in kernels region patch series Message-ID: <561BEA02.6010808@mentor.com> Date: Mon, 12 Oct 2015 17:13:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: Windows NT kernel [generic] [fuzzy] X-Received-From: 192.94.38.131 X-SW-Source: 2015-10/txt/msg01154.txt.bz2 Hi, I've committed the following patch series. 1 Add get_bbs_in_oacc_kernels_region 2 Handle sequential code in kernels region 3 Handle sequential code in kernels region - Testcases The patch series adds detection of whether sequential code (that is, code in the oacc kernels region before and after the loop that is to be parallelized), is safe to execute in parallel. Bootstrapped and reg-tested on x86_64. I'll post the patches individually, in reply to this email. Thanks, - Tom