summaryrefslogtreecommitdiff
path: root/test/OpenMP/parallel_for_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
2016-03-29[OPENMP] Remove extra code transformation.Alexey Bataev
2015-12-25[OPENMP] Do not allow to use threadprivate or thread local variables as loop ...Alexey Bataev
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-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