summaryrefslogtreecommitdiff
path: root/test/OpenMP/parallel_if_codegen.cpp
AgeCommit message (Expand)Author
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2017-07-17[clang] Remove redundant check-prefix=CHECK from tests. NFC.Mandeep Singh Grang
2016-12-20[OPENMP] Fix for PR31428: variable named like directive name modifierAlexey Bataev
2015-09-10[OPENMP] Outlined function for parallel and other regions with list of captur...Alexey Bataev
2015-09-03[OPENMP 4.1] Codegen for extended format of 'if' clause.Alexey Bataev
2015-06-29Account for calling convention specifiers in function definitions in IR test ...David Blaikie
2015-05-20[OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev
2015-04-16[opaque pointer types] Explicit non-pointer type for call expressionsDavid Blaikie
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2014-10-13More OpenMP test case compatibility fixesUlrich Weigand
2014-10-13Fix test OpenMP/parallel_if_codegen.cpp.Alexey Bataev
2014-10-13[OPENMP] Codegen for 'if' clause in 'parallel' directive.Alexey Bataev