summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/taskwait_codegen.cpp
AgeCommit message (Expand)Author
2022-12-09Revert "[OpenMP] Clang Support for taskwait nowait clause"Chi Chun Chen
2022-12-08[OpenMP] Clang Support for taskwait nowait clauseSunil K
2022-10-07[OpenMP] Convert tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2020-02-14[OpenMP] Lower taskwait using OpenMP IR BuilderRoger Ferrer Ibanez
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2016-10-21Remove unnecessary x86 backend requirements from OpenMP testsReid Kleckner
2015-07-08Revert "Revert r241620 and follow-up commits" and move the initializationAdrian Prantl
2015-07-07Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl
2015-07-07Add target requirements to testcases that emit PCH.Adrian Prantl
2015-05-20[OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev
2015-04-27[OPENMP] Codegen for 'taskwait' directive.Alexey Bataev