summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/barrier_codegen.cpp
AgeCommit message (Expand)Author
2025-01-29[IR] Convert from nocapture to captures(none) (#123181)Nikita Popov
2023-07-14[OpenMP][FIX] Adjust "known" attributes for runtime functionsJohannes Doerfert
2022-11-04[IR] Switch everything to use memory attributeNikita Popov
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
2021-12-29Reapply "[OpenMP][NFCI] Embed the source location string size in the ident_t"Johannes Doerfert
2021-12-29Revert "[OpenMP][NFCI] Embed the source location string size in the ident_t"Mehdi Amini
2021-12-28[OpenMP][NFCI] Embed the source location string size in the ident_tJohannes Doerfert
2020-07-18[OpenMP] Add Additional Function Attribute Information to OMPKinds.defJoseph Huber
2020-06-01[OpenMP] Replace Clang's OpenMP RTL Definitions with OMPKinds.defJoseph Huber
2020-03-25OpenMP] Adding InaccessibleMemOnly and InaccessibleMemOrArgMemOnly for runtim...sstefan1
2019-12-11[OpenMP] Use the OpenMP-IR-BuilderJohannes Doerfert
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-07Wrap clang modules and pch files in an object file container.Adrian Prantl
2015-07-03[OPENMP 4.0] Fixed codegen for 'cancellation point' construct.Alexey Bataev
2015-05-20[OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev
2015-03-13Test case updates for explicit type parameter to the gep operatorDavid Blaikie
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
2014-12-05[OPENMP] Test for 'omp barrier' directiveAlexey Bataev