summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/sections_codegen.cpp
AgeCommit message (Expand)Author
2024-05-04[test] %clang_cc1: remove redundant actionsFangrui Song
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-08-10[OpenMP][NFC] Reuse OMPIRBuilder `struct ident_t` handling in ClangJohannes Doerfert
2020-07-15[CodeGen] Emit a call instruction instead of an invoke if the calledAkira Hatanaka
2018-08-29[OPENMP] Create non-const ident_t objects.Mike Rice
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2017-11-02[OPENMP] Fix PR35156: Get correct thread id with windows exceptions.Alexey Bataev
2017-09-06[OPENMP] Fix for PR33922: New ident_t flags forAlexey Bataev
2017-08-16[OPRNMP] Fix for PR33445: ICE: OpenMP target containing ordered for.Alexey Bataev
2017-08-14[OPENMP] Fix for PR33922: New ident_t flags forAlexey Bataev
2016-10-21Remove unnecessary x86 backend requirements from OpenMP testsReid Kleckner
2016-01-22[OPENMP] Generalize codegen for 'sections'-based directive.Alexey Bataev
2015-12-18[OPENMP] Remove explicit call for implicit barrierAlexey Bataev
2015-09-15[OPENMP] Emit __kmpc_cancel_barrier() and code for 'cancellation point' only ...Alexey Bataev
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-07Update testcases that use precompiled headers to require a target afterAdrian 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-04-10[OPENMP] Refactoring of codegen for OpenMP directives.Alexey Bataev
2015-03-30[OPENMP] Improved codegen for implicit/explicit 'barrier' constructs.Alexey Bataev
2015-03-12[OPENMP] Initial codegen for 'omp sections' and 'omp section' directives.Alexey Bataev