From patchwork Tue Jan 22 14:52:09 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chung-Lin Tang X-Patchwork-Id: 1029328 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-494525-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=mentor.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="wfnX/xBl"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 43kWby06y9z9s3q for ; Wed, 23 Jan 2019 01:52:29 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :subject:reply-to:to:cc:message-id:date:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=Pte Jv8WgX997MPsl6FDL1UXQBIiOl1RwruzmU5RBkApZHAfZp4kzbfEBta1RIPg//kZ KfDy/1xIiG0ZTQMOhd6Xe+qCx2zkuEJH9YISm4f7mYA+3PiaIJVW53sOuaOMUGCH Drs30HGz7GIMHinPyKsRomnFp0kCjiqYkWHT9kSI= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :subject:reply-to:to:cc:message-id:date:mime-version :content-type:content-transfer-encoding; s=default; bh=Ujf0Thp3Y XjXVqv15ZLLmwGfYzE=; b=wfnX/xBljaP83fXjzcQ1+l+WwELAG5CUg0t03k3AY 7W27ZWVRUB7JOrvVgRTKiz1aY3ucgR5vH4aWV/W1PrZR75yRLldcDCivqMTBnK1e Uc+JNphpe1By5Yr2ymMNljCN0LEcqAR5Hbo4Z5zs27NuqXGMZyMdT4W1xjSawVuX 4M= Received: (qmail 11037 invoked by alias); 22 Jan 2019 14:52:22 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 11019 invoked by uid 89); 22 Jan 2019 14:52:21 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy=clarity, HTo:U*thomas, H*u:Intel, H*r:0800 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 22 Jan 2019 14:52:20 +0000 Received: from svr-orw-mbx-02.mgc.mentorg.com ([147.34.90.202]) by relay1.mentorg.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-SHA384:256) id 1glxPU-0001yd-Dt from ChungLin_Tang@mentor.com ; Tue, 22 Jan 2019 06:52:16 -0800 Received: from [0.0.0.0] (147.34.91.1) by svr-orw-mbx-02.mgc.mentorg.com (147.34.90.202) with Microsoft SMTP Server (TLS) id 15.0.1320.4; Tue, 22 Jan 2019 06:52:13 -0800 From: Chung-Lin Tang Subject: [PATCH 0/7, OpenACC, libgomp, v5, stage1] Async re-work Reply-To: To: gcc-patches , Thomas Schwinge , Jakub Jelinek CC: Catherine Moore Message-ID: Date: Tue, 22 Jan 2019 22:52:09 +0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 MIME-Version: 1.0 Hi, this is a rebase to current trunk and re-submission of the OpenACC Async re-organization work, aiming to commit when stage1 re-opens. This is technically the 2nd time I'm sending this whole patch series, but because I've named partial revisions up to v4 by now, for clarity I will just call this entire set "v5". Thomas, I hope I resolved all discussed issues in this current patch set. Please kindly remind if I missed anything, as there were so many emails to re-check :) The more detailed descriptions are in the individual patch submissions. Thanks, Chung-Lin