aboutsummaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/parallel_copyin_codegen.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-03-29[OPENMP] Allow runtime insert its own code inside OpenMP regions.Alexey Bataev1-7/+9
2016-03-28Revert "[OPENMP] Allow runtime insert its own code inside OpenMP regions."Alexey Bataev1-9/+7
2016-03-28[OPENMP] Allow runtime insert its own code inside OpenMP regions.Alexey Bataev1-7/+9
2016-03-28Revert "[OPENMP] Allow runtime insert its own code inside OpenMP regions."Alexey Bataev1-9/+7
2016-03-28[OPENMP] Allow runtime insert its own code inside OpenMP regions.Alexey Bataev1-7/+9
2015-12-21[Cygwin] Enable TLS as emutls.NAKAMURA Takumi1-1/+0
2015-12-17[TLS on Darwin] use CXX_FAST_TLS calling convention for access functions.Manman Ren1-9/+9
2015-11-19Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper1-6/+6
2015-11-18Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper1-6/+6
2015-09-15[OPENMP] Emit __kmpc_cancel_barrier() and code for 'cancellation point' only ...Alexey Bataev1-12/+12
2015-09-10[OPENMP] Propagate alignment from original variables to the private copies.Alexey Bataev1-16/+16
2015-09-10[OPENMP] Outlined function for parallel and other regions with list of captur...Alexey Bataev1-93/+51
2015-07-27[OpenMP] Fix copyin codegen test regression in order used in compareSamuel Antao1-3/+3
2015-07-27[OpenMP] Fix copyin clause codegen regression caused by r243277. Samuel Antao1-13/+13
2015-07-27[OpenMP] Add TLS requirement for the copyin clause codegen test. This is anSamuel Antao1-1/+1
2015-07-27[OpenMP] Add capture for threadprivate variables used in copyin clauseSamuel Antao1-2/+257
2015-07-13[OpenMP] Add TLS-based implementation for threadprivate directive.Samuel Antao1-6/+6
2015-06-29Account for calling convention specifiers in function definitions in IR test ...David Blaikie1-34/+34
2015-05-20[OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev1-6/+6
2015-05-19[OPENMP] Fixed codegen for copying/initialization of array variables/parameters.Alexey Bataev1-0/+24
2015-04-16[opaque pointer types] Explicit non-pointer type for call expressionsDavid Blaikie1-8/+8
2015-04-16[OPENMP] Codegen for 'copyin' clause in 'parallel' directive.Alexey Bataev1-0/+272