summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/master_taskloop_ast_print.cpp
AgeCommit message (Collapse)Author
2024-05-04[test] %clang_cc1: remove redundant actionsFangrui Song
2020-08-27[OpenMP] Ensure testing for versions 4.5 and default - Part 3Saiyedul Islam
This third patch in the series removes version 5.0 string from test cases making them check for default version. It also add test cases for version 4.5. Reviewed By: ABataev Differential Revision: https://reviews.llvm.org/D85214
2020-02-13[OPENMP50]Add cancellation support in taskloop-based directives.Alexey Bataev
According to OpenMP 5.0, cancel and cancellation point constructs are supported in taskloop directive. Added support for cancellation in taskloop, master taskloop and parallel master taskloop.
2019-10-10[OPENMP50]Support for 'master taskloop' directive.Alexey Bataev
Added full support for master taskloop directive. llvm-svn: 374437