summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/taskloop_simd_codegen.cpp
AgeCommit message (Expand)Author
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye
2023-06-15[OpenMP] Update the default version of OpenMP to 5.1Animesh Kumar
2023-05-16[clang] Convert several OpenMP tests to opaque pointersSergei Barannikov
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
2020-03-13[OPENMP]Fix PR45047: Do not copy firstprivates in tasks twice.Alexey Bataev
2019-12-04[OPENMP50]Add support for if clause for simd part in taskloop simdAlexey Bataev
2018-12-20[CodeGen] Generate llvm.loop.parallel_accesses instead of llvm.mem.parallel_l...Michael Kruse
2018-10-24Do not always request an implicit taskgroup region inside the kmpc_taskloop f...Alexey Bataev
2018-04-16[OPENMP] General code improvements.Alexey Bataev
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2017-11-22[OPENMP] Added missed checks for for [simd] based directives.Alexey Bataev
2017-07-17[OPENMP] Codegen for reduction clauses in 'taskloop' directives.Alexey Bataev
2017-07-12[OPENMP] Emit implicit taskgroup block around taskloop directives.Alexey Bataev
2016-10-21Remove unnecessary x86 backend requirements from OpenMP testsReid Kleckner
2016-05-30[OPENMP 4.5] Fixed codegen for 'priority' and destructors in task-basedAlexey Bataev
2016-05-10[OPENMP 4.5] Initial codegen for 'priority' clause in task-basedAlexey Bataev
2016-05-10[OPENMP 4.0] Fixed codegen for destructors in task-based directives.Alexey Bataev
2016-04-28[OPENMP 4.5] Initial codegen for 'taskloop simd' directive.Alexey Bataev