summaryrefslogtreecommitdiff
path: root/test/OpenMP/for_loop_messages.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP50]Treat range-based for as canonical loop.Alexey Bataev2019-10-071-1/+1
* [OPENMP] Update the diagnosis message for canonical loop form, by ChiAlexey Bataev2019-09-111-10/+12
* [OPENMP]Support for non-rectangular loops.Alexey Bataev2019-08-141-2/+1
* [OPENMP]Fix crash in LoopCounterRefChecker when MemberExpr is not Var or FieldMike Rice2019-07-171-0/+8
* [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392,Alexey Bataev2019-07-081-2/+2
* [OPENMP]Added check for non-random access types for the dependent loopAlexey Bataev2019-04-261-1/+27
* [OPENMP] Improved check for the linear dependency in the non-rectangularAlexey Bataev2019-04-251-1/+15
* [OPENMP]Initial support for non-rectangular loop nest.Alexey Bataev2019-04-241-1/+16
* [OPENMP] Support relational-op != (not-equal) as one of the canonical Kelvin Li2018-11-211-1/+1
* [OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev2017-12-291-0/+2
* [OPENMP] Fix for PR34398: assert with random access iterator if theAlexey Bataev2017-08-311-1/+1
* [OPENMP] Remove extra code transformation.Alexey Bataev2016-03-291-3/+3
* [OPENMP] Allow to use compound assignment operators.Alexey Bataev2016-02-161-0/+17
* [OPENMP] Do not allow to use threadprivate or thread local variables as loop ...Alexey Bataev2015-12-251-0/+2
* Produce a better diagnostic for global register variables.Akira Hatanaka2015-11-181-1/+3
* [OPENMP] Fix for http://llvm.org/PR24371: Assert failure compiling blender 2.75.Alexey Bataev2015-08-141-3/+3
* [OPENMP 4.1] Allow references in init expression for loop-based constructs.Alexey Bataev2015-08-061-8/+8
* [OPENMP 4.1] Support for 'linear' clause in loop directives.Alexey Bataev2015-08-041-1/+0
* [OPENMP] Fixed detection of canonical loops with random access iterators.Alexey Bataev2015-07-161-1/+1
* [OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev2015-05-201-1/+1
* [OPENMP] Allow using of threadprivate variables as loop-control variables in ...Alexey Bataev2015-05-121-4/+2
* [OPENMP] Fixed messages about predetermined DSA for loop control variables.Alexey Bataev2015-05-061-1/+1
* [OPENMP] Fix for http://llvm.org/PR23387: clang fails to compile magick/attri...Alexey Bataev2015-05-061-0/+18
* [OPENMP] Allow to use global variables as lcv in loop-based directives.Alexey Bataev2015-04-301-2/+0
* [OPENMP] Temporary fix for processing of global variables in loops.Alexey Bataev2014-11-141-0/+18
* [OPENMP] Loop collapsing and codegen for 'omp simd' directive.Alexander Musman2014-10-011-0/+21
* [OPENMP] Added several test cases for clauses 'ordered' and 'nowait': if ther...Alexey Bataev2014-07-211-0/+14
* [OPENMP] Added initial support for 'omp parallel for'.Alexey Bataev2014-07-071-3/+3
* [OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MS...Alexey Bataev2014-06-181-0/+680
* Revert "[OPENMP] Initial support for '#pragma omp for'."Rafael Espindola2014-06-171-680/+0
* [OPENMP] Initial support for '#pragma omp for'.Alexey Bataev2014-06-171-0/+680