summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/simd_loop_messages.cpp
AgeCommit message (Expand)Author
2023-06-15[OpenMP] Update the default version of OpenMP to 5.1Animesh Kumar
2020-06-25[OpenMP] Upgrade default version of OpenMP to 5.0Saiyedul Islam
2019-12-06[OPENMP]Reorganize OpenMP warning groups.Alexey Bataev
2019-10-07[OPENMP50]Treat range-based for as canonical loop.Alexey Bataev
2019-09-11[OPENMP] Update the diagnosis message for canonical loop form, by ChiAlexey Bataev
2019-07-08[OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392,Alexey Bataev
2019-06-28[OPENMP]Fix top DSA for static members.Alexey Bataev
2019-06-28[OPENMP]Fix DSA for loop iteration variables in simd loops.Alexey Bataev
2019-06-28[OPENMP]Fix checks for DSA in simd constructs.Alexey Bataev
2018-11-21[OPENMP] Support relational-op != (not-equal) as one of the canonical Kelvin Li
2018-01-09[OpenMP] Fix handling of clause on wrong directive, by Joel. E. DennyAlexey Bataev
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