summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/taskloop_codegen.cpp
AgeCommit message (Expand)Author
2025-10-30[clang][OpenMP] New OpenMP 6.0 threadset clause (#135807)Ritanya-B-Bharadwaj
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-12-17[OPENMP]Look through member function call base during implicit DSA analysis.Alexey Bataev
2021-12-03[OPENMP]Fix PR52117: Crash caused by target region inside of task construct.Alexey Bataev
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-07-24[OPENMP] Fix PR46730: Fix compiler crash on taskloop over constructible loop ...Alexey Bataev
2020-02-13[OPENMP50]Add cancellation support in taskloop-based directives.Alexey Bataev
2018-10-29[OPENMP] Do not capture private loop counters.Alexey Bataev
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-10-11[OPENMP] Fix PR34916: Crash on mixing taskloop|tasks 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] Codegen for 'grainsize/num_tasks' clauses of 'taskloop'Alexey Bataev
2016-04-25[OPENMP 4.5] Codegen for 'taskloop' directive.Alexey Bataev