summaryrefslogtreecommitdiffstats
path: root/clang/test/OpenMP/parallel_copyin_codegen.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP] Emit __kmpc_cancel_barrier() and code for 'cancellation point' only ...Alexey Bataev2015-09-151-12/+12
* [OPENMP] Propagate alignment from original variables to the private copies.Alexey Bataev2015-09-101-16/+16
* [OPENMP] Outlined function for parallel and other regions with list of captur...Alexey Bataev2015-09-101-93/+51
* [OpenMP] Fix copyin codegen test regression in order used in compareSamuel Antao2015-07-271-3/+3
* [OpenMP] Fix copyin clause codegen regression caused by r243277. Samuel Antao2015-07-271-13/+13
* [OpenMP] Add TLS requirement for the copyin clause codegen test. This is anSamuel Antao2015-07-271-1/+1
* [OpenMP] Add capture for threadprivate variables used in copyin clauseSamuel Antao2015-07-271-2/+257
* [OpenMP] Add TLS-based implementation for threadprivate directive.Samuel Antao2015-07-131-6/+6
* Account for calling convention specifiers in function definitions in IR test ...David Blaikie2015-06-291-34/+34
* [OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev2015-05-201-6/+6
* [OPENMP] Fixed codegen for copying/initialization of array variables/parameters.Alexey Bataev2015-05-191-0/+24
* [opaque pointer types] Explicit non-pointer type for call expressionsDavid Blaikie2015-04-161-8/+8
* [OPENMP] Codegen for 'copyin' clause in 'parallel' directive.Alexey Bataev2015-04-161-0/+272
OpenPOWER on IntegriCloud