Re: [PATCH] D18105: [OPENMP] Support for codegen of private clause of target, host side

2016-03-19 Thread Carlo Bertolli via cfe-commits
carlo.bertolli closed this revision. carlo.bertolli added a comment. Committed revision 263654. Repository: rL LLVM http://reviews.llvm.org/D18105 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listi

Re: [PATCH] D18105: [OPENMP] Support for codegen of private clause of target, host side

2016-03-13 Thread Alexey Bataev via cfe-commits
ABataev accepted this revision. ABataev added a comment. This revision is now accepted and ready to land. LG Repository: rL LLVM http://reviews.llvm.org/D18105 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/

Re: [PATCH] D18105: [OPENMP] Support for codegen of private clause of target, host side

2016-03-11 Thread Carlo Bertolli via cfe-commits
carlo.bertolli updated this revision to Diff 50512. carlo.bertolli added a comment. [OPENMP] Add missing check macros in regression test and remove reference to firstprivate (will come in next patch). Repository: rL LLVM http://reviews.llvm.org/D18105 Files: lib/CodeGen/CGOpenMPRuntime.cp

Re: [PATCH] D18105: [OPENMP] Support for codegen of private clause of target, host side

2016-03-11 Thread Carlo Bertolli via cfe-commits
carlo.bertolli updated this revision to Diff 50489. carlo.bertolli added a comment. [OPENMP] Add testing for 32-bit arch Repository: rL LLVM http://reviews.llvm.org/D18105 Files: lib/CodeGen/CGOpenMPRuntime.cpp test/OpenMP/target_private_codegen.cpp Index: test/OpenMP/target_private_cod

[PATCH] D18105: [OPENMP] Support for codegen of private clause of target, host side

2016-03-11 Thread Carlo Bertolli via cfe-commits
carlo.bertolli created this revision. carlo.bertolli added reviewers: ABataev, kkwli0. carlo.bertolli added subscribers: caomhin, sfantao, arpith-jacob, fraggamuffin, cfe-commits. carlo.bertolli set the repository for this revision to rL LLVM. This patch adds support for codegen of private clause