summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/flush_messages.cpp
AgeCommit message (Expand)Author
2024-11-25seq_cst is allowed in Flush since OpenMP 5.1. (#114072)ShashwathiNavada
2023-11-20[C23] Complete support for WG14 N2508 (#71398)Aaron Ballman
2023-06-15[OpenMP] Update the default version of OpenMP to 5.1Animesh Kumar
2020-08-27[OpenMP] Ensure testing for versions 4.5 and default - Part 3Saiyedul Islam
2020-03-02[OPENMP50]Add basic support for depobj construct.Alexey Bataev
2020-02-11[OPENMP50]Add support for relaxed clause in atomic directive.Alexey Bataev
2020-02-10[OPENMP50]Add support for 'release' clause.Alexey Bataev
2020-02-10[OPENMP50]Support for acquire clause.Alexey Bataev
2020-02-07[OPENMP50]Add parsing/sema for acq_rel clause.Alexey Bataev
2019-07-08[OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392,Alexey Bataev
2019-03-27[OPENMP]Initial support for 'allocate' clause.Alexey Bataev
2019-02-15PR40642: Fix determination of whether the final statement of a statementRichard Smith
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2016-04-01Revert "[OPENMP] Allow skip expression after comma in clauses with lists."Alexey Bataev
2016-03-31[OPENMP] Allow skip expression after comma in clauses with lists.Alexey Bataev
2016-01-13[OPENMP] Fix for declarative/standalone directives use.Alexey Bataev
2015-05-20[OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev
2014-07-21[OPENMP] Initial parsing and sema analysis for 'flush' directive.Alexey Bataev