summaryrefslogtreecommitdiffstats
path: root/test/OpenMP/for_simd_loop_messages.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merging r312292:Tom Stellard2017-11-131-1/+1
* [OPENMP] Remove extra code transformation.Alexey Bataev2016-03-291-3/+3
* [OPENMP 4.5] Allow 'ordered' clause on 'loop simd' constructs.Alexey Bataev2015-12-301-1/+9
* [OPENMP] Do not allow to use threadprivate or thread local variables as loop ...Alexey Bataev2015-12-251-0/+2
* [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] 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-2/+1
* [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/+19
* Parsing/Sema of directive omp for simdAlexander Musman2014-09-181-0/+697