summaryrefslogtreecommitdiff
path: root/test/OpenMP/simd_loop_messages.cpp
AgeCommit message (Expand)Author
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
2015-12-25[OPENMP] Do not allow to use threadprivate or thread local variables as loop ...Alexey Bataev
2015-08-06[OPENMP 4.1] Allow references in init expression for loop-based constructs.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-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-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
2014-06-04[OPENMP] Parsing/Sema for OMPLasprivateClause.Alexander Musman
2014-06-03[OPENMP] Loop canonical form analysis (Sema)Alexander Musman