summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/flush_codegen.cpp
AgeCommit message (Expand)Author
2025-01-29[OpenMP] Allow OMP6.0 features. (#122108)Zahira Ammarguellat
2024-11-25seq_cst is allowed in Flush since OpenMP 5.1. (#114072)ShashwathiNavada
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-08-27[OpenMP] Ensure testing for versions 4.5 and default - Part 3Saiyedul Islam
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 codegen for acq_rel clause in atomic|flush directives.Alexey Bataev
2020-02-04[OpenMP] Add Flush directive to OpenMPIRBuilderKiran Chandramohan
2018-01-23[OPENMP] Remove more empty SourceLocations() from the code.Alexey Bataev
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-10-08Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman
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-07Wrap clang modules and pch files in an object file container.Adrian Prantl
2015-06-29Account for calling convention specifiers in function definitions in IR test ...David Blaikie
2015-05-20[OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev
2015-02-25Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl
2015-02-25Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl
2015-02-24[OPENMP] Update codegen for 'omp flush' directive.Alexey Bataev
2014-11-20[OPENMP] Codegen for "omp flush" directive.Alexey Bataev