summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/ordered_codegen.cpp
AgeCommit message (Expand)Author
2025-02-12[OpenMP][SIMD][FIX] Use conservative "omp simd ordered" lowering (#126172)Matt
2025-02-06Revert "[OpenMP][SIMD][FIX] Use conservative "omp simd ordered" lowering" (#1...Alexey Bataev
2025-02-06[OpenMP][SIMD][FIX] Use conservative "omp simd ordered" lowering (#123867)Matt
2024-09-05Reland "[clang] Add nuw attribute to GEPs (#105496)" (#107257)Hari Limaye
2024-08-28Revert "[clang] Add nuw attribute to GEPs" (#106343)Vitaly Buka
2024-08-27[clang] Add nuw attribute to GEPs (#105496)Hari Limaye
2024-07-01[OpenMP][offload] Fix dynamic schedule tracking (#97065)Gheorghe-Teodor Bercea
2023-08-23[OpenMP][NFC] Update clang OpenMP testsJohannes Doerfert
2023-08-16[OpenMP] Migrate dispatch related utility functions from Clang codegen to OMP...Akash Banerjee
2023-01-09[OpenMP][NFC] Rerun the update_cc_test_checks on most OpenMP testsJohannes Doerfert
2022-10-07[OpenMP] Convert tests to opaque pointers (NFC)Nikita Popov
2022-07-01[OpenMP][NFC] Reuse check lines for Clang/OpenMP testsJohannes Doerfert
2022-04-26[OpenMPIRBuilder] Remove ContinuationBB argument from Body callback.Michael Kruse
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2021-09-03[OMPIRBuilder] Add ordered directive to OMPBuilderPeixinQiao
2021-06-25[OpenMP] Add Module metadata for OpenMP compilationJoseph Huber
2021-05-05[OpenMP][NFC] Refactor Clang OpenMP tests using update_cc_test_checksGiorgis Georgakoudis
2021-05-04Revert "[OpenMP][NFC] Refactor Clang OpenMP tests using update_cc_test_checks"Giorgis Georgakoudis
2021-05-04[OpenMP][NFC] Refactor Clang OpenMP tests using update_cc_test_checksGiorgis Georgakoudis
2020-08-10[OpenMP][NFC] Reuse OMPIRBuilder `struct ident_t` handling in ClangJohannes Doerfert
2020-06-25[OpenMP] Upgrade default version of OpenMP to 5.0Saiyedul Islam
2020-05-19[CGCall] Annotate references with "align" attribute.Eli Friedman
2019-01-29[OPENMP]Make the loop with unsigned counter countable.Alexey Bataev
2018-12-20[CodeGen] Generate llvm.loop.parallel_accesses instead of llvm.mem.parallel_l...Michael Kruse
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-08-04[OPENMP] Unify generation of outlined function calls.Alexey Bataev
2016-10-21Remove unnecessary x86 backend requirements from OpenMP testsReid Kleckner
2015-12-31[OPENMP 4.5] Codegen for 'schedule' clause with monotonic/nonmonotonic modifi...Alexey Bataev
2015-12-30[OPENMP 4.5] Allow 'ordered' clause on 'loop simd' constructs.Alexey Bataev
2015-09-29[OPENMP 4.1] Codegen for ‘simd’ clause in ‘ordered’ directive.Alexey Bataev
2015-09-25[OPENMP 4.1] Add 'threads' clause for '#pragma omp ordered'.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] Fix codegen for ordered loop directives.Alexey Bataev
2015-05-20[OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev
2015-05-07[OPENMP] Generate !llvm.mem.loop_parallel_access metadata for loops with dyna...Alexey Bataev
2015-04-22[OPENMP] Codegen for 'ordered' directive.Alexey Bataev