summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/task_messages.cpp
AgeCommit message (Expand)Author
2023-06-15[OpenMP] Update the default version of OpenMP to 5.1Animesh Kumar
2022-02-21[OPENMP]Fix PR49366: crash on VLAs in task untied regions.Alexey Bataev
2021-01-20Revert "Following up on PR48517, fix handling of template arguments that refer"Hans Wennborg
2021-01-18Following up on PR48517, fix handling of template arguments that referRichard Smith
2020-12-22Revert "Following up on PR48517, fix handling of template arguments that refer"Arthur Eubanks
2020-12-17Following up on PR48517, fix handling of template arguments that referRichard Smith
2020-07-12[OpenMP] Add firstprivate as a default data-sharing attribute to clangAtmn Patel
2020-04-21[AST] dont invaliate VarDecl when the initializer contains errors.Haojian Wu
2020-03-17[OPENMP50]Mark expression in detach clause as firstprivate.Alexey Bataev
2020-03-17[OPENMP50]Initial support for detach clause in task directive.Alexey Bataev
2019-07-11[OPENMP]Initial fix PR42392: Improve -Wuninitialized warnings for OpenMP prog...Alexey Bataev
2019-07-08[OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392,Alexey Bataev
2019-05-09[OPENMP]Fix PR41768: check DSA for globals with default(none) clauses.Alexey Bataev
2019-05-09Revert "[OPENMP]Fix PR41768: check DSA for globals with `default(none)` claus...Roman Lebedev
2019-05-06[OPENMP]Fix PR41768: check DSA for globals with `default(none)` clauses.Alexey Bataev
2019-01-09Incorrect implicit data-sharing for nested tasksAlexey Bataev
2018-10-29[OPENMP]Fix PR39372: Does not complain about loop bound variable notAlexey Bataev
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2016-03-17[OPENMP 4.0] Use 'declare reduction' constructs in 'reduction' clauses.Alexey Bataev
2015-08-18[OPENMP 4.1] Allow variables with reference types in private clauses.Alexey Bataev
2015-05-20[OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev
2014-10-08[OPENMP] Codegen for 'firstprivate' clause.Alexey Bataev
2014-10-08Revert commit r219297.Alexey Bataev
2014-10-08[OPENMP] Codegen for 'firstprivate' clause.Alexey Bataev
2014-10-08Revert back r219295.Alexey Bataev
2014-10-08[OPENMP] Codegen for 'firstprivate' clause.Alexey Bataev
2014-07-17[OPENMP] Initial parsing and sema analysis of 'mergeable' clause.Alexey Bataev
2014-07-17[OPENMP] Initial support for parsing and sema analysis of 'untied' clause.Alexey Bataev
2014-07-11[OPENMP] Parsing and sema analysis for 'omp task' directive.Alexey Bataev