summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/loop_bind_messages.cpp
AgeCommit message (Collapse)Author
2024-01-09[OpenMP] Patch for Support to loop bind clause : Checking Parent Region (#76938)SunilKuravinakop
Changes uploaded to the phabricator on Dec 16th are lost because the phabricator is down. Hence re-uploading it to the github.com. Changes to be committed: modified: clang/include/clang/Sema/Sema.h modified: clang/lib/Sema/SemaOpenMP.cpp modified: clang/test/OpenMP/generic_loop_ast_print.cpp modified: clang/test/OpenMP/loop_bind_messages.cpp modified: clang/test/PCH/pragma-loop.cpp --------- Co-authored-by: Sunil Kuravinakop
2023-10-26Revert "[OpenMP] Patch for Support to loop bind clause : Checking Parent Region"Chi Chun Chen
This reverts commit 85f6b2fac9a367337e43ca288c45ea783981cc16.
2023-10-26[OpenMP] Patch for Support to loop bind clause : Checking Parent RegionSunil Kuravinakop
Differential revision: https://reviews.llvm.org/D158266
2023-08-09[Clang][OpenMP] Support for Code Generation of loop bind clauseChi Chun Chen
Support for Code Generation of "#pragma loop bind" clause. 1) bind(parallel) 2) bind(teams) 3) bind(thread) Reviewed By: ABataev Differential Revision: https://reviews.llvm.org/D144634
2023-08-08Revert "[Clang][OpenMP] Support for Code Generation of loop bind clause."Nico Weber
This reverts commit 8e7f0320ad7fb760fff598aba4b2c86528c58c2d. As requested on https://reviews.llvm.org/rG8e7f0320ad7fb760f#1236457
2023-08-08[Clang][OpenMP] Support for Code Generation of loop bind clause.Sunil Kuravinakop
2023-08-07Revert "[Clang][OpenMP] Support for Code Generation of loop bind clause"Nico Weber
This reverts commit 4097a24584121dba562d471fab97d3dfec1b5bff. Breaks tests on macOS, see https://reviews.llvm.org/rG4097a2458412#1235854
2023-08-07[Clang][OpenMP] Support for Code Generation of loop bind clauseSunil Kuravinakop