aboutsummaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/simd_loop_messages.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-12-25[OPENMP] Do not allow to use threadprivate or thread local variables as loop ...Alexey Bataev1-0/+2
2015-08-06[OPENMP 4.1] Allow references in init expression for loop-based constructs.Alexey Bataev1-8/+8
2015-07-16[OPENMP] Fixed detection of canonical loops with random access iterators.Alexey Bataev1-1/+1
2015-05-20[OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev1-1/+1
2015-05-12[OPENMP] Allow using of threadprivate variables as loop-control variables in ...Alexey Bataev1-2/+1
2015-04-30[OPENMP] Allow to use global variables as lcv in loop-based directives.Alexey Bataev1-2/+0
2014-11-14[OPENMP] Temporary fix for processing of global variables in loops.Alexey Bataev1-0/+18
2014-10-01[OPENMP] Loop collapsing and codegen for 'omp simd' directive.Alexander Musman1-1/+15
2014-07-07[OPENMP] Added initial support for 'omp parallel for'.Alexey Bataev1-5/+6
2014-06-18[OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MS...Alexey Bataev1-1/+4
2014-06-17Revert "[OPENMP] Initial support for '#pragma omp for'."Rafael Espindola1-4/+1
2014-06-17[OPENMP] Initial support for '#pragma omp for'.Alexey Bataev1-1/+4
2014-06-04[OPENMP] Parsing/Sema for OMPLasprivateClause.Alexander Musman1-1/+2
2014-06-03[OPENMP] Loop canonical form analysis (Sema)Alexander Musman1-0/+574