r262832 - Reapply r262741 [OPENMP] Codegen for distribute directive

2016-03-07 Thread Carlo Bertolli via cfe-commits
Author: cbertol Date: Mon Mar 7 10:04:49 2016 New Revision: 262832 URL: http://llvm.org/viewvc/llvm-project?rev=262832=rev Log: Reapply r262741 [OPENMP] Codegen for distribute directive This patch provide basic implementation of codegen for teams directive, excluding all clauses except

Re: r262741 - [OPENMP] Codegen for distribute directive

2016-03-04 Thread Carlo Bertolli via cfe-commits
Thanks - already reverted and I found the problem. Will push a new version soon. -- Carlo From: Nico Weber <tha...@google.com> To: Carlo Bertolli/Watson/IBM@IBMUS Cc: cfe-commits <cfe-commits@lists.llvm.org> Date: 03/04/2016 06:09 PM Subject: Re: r262741 - [OPE

Re: r262741 - [OPENMP] Codegen for distribute directive

2016-03-04 Thread Nico Weber via cfe-commits
Looks like the new tests don't pass on Windows: http://lab.llvm.org:8011/builders/clang-x64-ninja-win7/builds/10365 On Mar 4, 2016 12:29 PM, "Carlo Bertolli via cfe-commits" < cfe-commits@lists.llvm.org> wrote: > Author: cbertol > Date: Fri Mar 4 14:24:58 2016 > New Revision: 262741 > > URL:

r262744 - Revert r262741 - [OPENMP] Codegen for distribute directive

2016-03-04 Thread Samuel Antao via cfe-commits
Author: sfantao Date: Fri Mar 4 15:02:14 2016 New Revision: 262744 URL: http://llvm.org/viewvc/llvm-project?rev=262744=rev Log: Revert r262741 - [OPENMP] Codegen for distribute directive Was causing a failure in one of the buildbot slaves. Removed: cfe/trunk/test/OpenMP

r262741 - [OPENMP] Codegen for distribute directive

2016-03-04 Thread Carlo Bertolli via cfe-commits
Author: cbertol Date: Fri Mar 4 14:24:58 2016 New Revision: 262741 URL: http://llvm.org/viewvc/llvm-project?rev=262741=rev Log: [OPENMP] Codegen for distribute directive This patch provide basic implementation of codegen for teams directive, excluding all clauses except dist_schedule. It also