From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 121405 invoked by alias); 20 Apr 2016 16:52:14 -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 121393 invoked by uid 89); 20 Apr 2016 16:52:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=submissions, H*Ad:D*acm.org, cutting, hello! X-HELO: smtp.ispras.ru Received: from smtp.ispras.ru (HELO smtp.ispras.ru) (83.149.199.79) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 20 Apr 2016 16:52:10 +0000 Received: from [10.10.3.121] (unknown [83.149.199.91]) by smtp.ispras.ru (Postfix) with ESMTP id 03CE62040F; Wed, 20 Apr 2016 19:52:07 +0300 (MSK) Date: Wed, 20 Apr 2016 16:52:00 -0000 From: Alexander Monakov To: gcc-patches@gcc.gnu.org cc: Nathan Sidwell Subject: OpenMP offloading to NVPTX: backend patches Message-ID: User-Agent: Alpine 2.20 (LNX 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-SW-Source: 2016-04/txt/msg01094.txt.bz2 Hello! In responses to this email, I'll be posting 9 NVPTX-specific patches that are required for enabling OpenMP offloading. I intend to post corresponding libgomp and middle-end changes that make these useful a bit later. The patches are generated by taking a diff on amonakov/gomp-nvptx git branch, and cutting it up into pieces that can be reviewed separately. I've made an effort to provide links to original patch submissions, which are even more fine-grained, and provide verbose descriptions. In a few places there's some "leakage" where a given hunk contains stuff from separated patches. I hope it's obvious where it happens, and does not make reviewing harder. Even though the patches are posted separately, I think committing them separately wouldn't be useful, i.e. I'd like to commit all at once after review. Please review for trunk. Thanks. Alexander