summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/parallel_proc_bind_codegen.cpp
AgeCommit message (Expand)Author
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
2018-08-29[OPENMP] Create non-const ident_t objects.Mike Rice
2018-04-16[OPENMP] General code improvements.Alexey Bataev
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2015-06-29Account for calling convention specifiers in function definitions in IR test ...David Blaikie
2015-06-18[OPENMP] Codegen for 'proc_bind' clause (4.0).Alexey Bataev