summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/for_loop_messages.cpp
AgeCommit message (Expand)Author
2025-09-02[Clang] [C2y] Implement N3355 ‘Named Loops’ (#152870)Sirraide
2021-02-02[OpenMP] Fix iterations calculation for dependent counters.Mike Rice
2020-08-27[OpenMP] Ensure testing for versions 4.5 and default - Part 3Saiyedul Islam
2020-06-25[OpenMP] Upgrade default version of OpenMP to 5.0Saiyedul Islam
2020-05-26[Sema] Diagnose more cases of static data members in local or unnamed classesJohn Brawn
2019-10-07[OPENMP50]Treat range-based for as canonical loop.Alexey Bataev
2019-09-11[OPENMP] Update the diagnosis message for canonical loop form, by ChiAlexey Bataev
2019-08-14[OPENMP]Support for non-rectangular loops.Alexey Bataev
2019-07-17[OPENMP]Fix crash in LoopCounterRefChecker when MemberExpr is not Var or FieldMike Rice
2019-07-08[OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392,Alexey Bataev
2019-04-26[OPENMP]Added check for non-random access types for the dependent loopAlexey Bataev
2019-04-25[OPENMP] Improved check for the linear dependency in the non-rectangularAlexey Bataev
2019-04-24[OPENMP]Initial support for non-rectangular loop nest.Alexey Bataev
2018-11-21[OPENMP] Support relational-op != (not-equal) as one of the canonical Kelvin Li
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2017-08-31[OPENMP] Fix for PR34398: assert with random access iterator if theAlexey Bataev
2016-03-29[OPENMP] Remove extra code transformation.Alexey Bataev
2016-02-16[OPENMP] Allow to use compound assignment operators.Alexey Bataev
2015-12-25[OPENMP] Do not allow to use threadprivate or thread local variables as loop ...Alexey Bataev
2015-11-18Produce a better diagnostic for global register variables.Akira Hatanaka
2015-08-14[OPENMP] Fix for http://llvm.org/PR24371: Assert failure compiling blender 2.75.Alexey Bataev
2015-08-06[OPENMP 4.1] Allow references in init expression for loop-based constructs.Alexey Bataev
2015-08-04[OPENMP 4.1] Support for 'linear' clause in loop directives.Alexey Bataev
2015-07-16[OPENMP] Fixed detection of canonical loops with random access iterators.Alexey Bataev
2015-05-20[OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev
2015-05-12[OPENMP] Allow using of threadprivate variables as loop-control variables in ...Alexey Bataev
2015-05-06[OPENMP] Fixed messages about predetermined DSA for loop control variables.Alexey Bataev
2015-05-06[OPENMP] Fix for http://llvm.org/PR23387: clang fails to compile magick/attri...Alexey Bataev
2015-04-30[OPENMP] Allow to use global variables as lcv in loop-based directives.Alexey Bataev
2014-11-14[OPENMP] Temporary fix for processing of global variables in loops.Alexey Bataev
2014-10-01[OPENMP] Loop collapsing and codegen for 'omp simd' directive.Alexander Musman
2014-07-21[OPENMP] Added several test cases for clauses 'ordered' and 'nowait': if ther...Alexey Bataev
2014-07-07[OPENMP] Added initial support for 'omp parallel for'.Alexey Bataev
2014-06-18[OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MS...Alexey Bataev
2014-06-17Revert "[OPENMP] Initial support for '#pragma omp for'."Rafael Espindola
2014-06-17[OPENMP] Initial support for '#pragma omp for'.Alexey Bataev