aboutsummaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/parallel_reduction_codegen.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-10-21Remove unnecessary x86 backend requirements from OpenMP testsReid Kleckner1-1/+0
2016-03-02[OPENMP 4.5] Codegen for data members in 'reduction' clause.Alexey Bataev1-1/+183
2016-01-21[OPENMP] Fix crash on reduction for complex variables.Alexey Bataev1-0/+4
2015-12-18[OPENMP] Remove explicit call for implicit barrierAlexey Bataev1-3/+0
2015-12-18[OPENMP] Fix for http://llvm.org/PR25878: Error compiling an OpenMP programAlexey Bataev1-0/+36
2015-11-19Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper1-12/+12
2015-11-18Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper1-12/+12
2015-09-15[OPENMP] Emit __kmpc_cancel_barrier() and code for 'cancellation point' only ...Alexey Bataev1-2/+2
2015-09-10[OPENMP] Propagate alignment from original variables to the private copies.Alexey Bataev1-12/+12
2015-09-10[OPENMP] Outlined function for parallel and other regions with list of captur...Alexey Bataev1-42/+20
2015-09-08Compute and preserve alignment more faithfully in IR-generation.John McCall1-26/+26
2015-07-14[OPENMP] Drop type qualifiers from private variables.Alexey Bataev1-4/+4
2015-07-08Revert "Revert r241620 and follow-up commits" and move the initializationAdrian Prantl1-0/+1
2015-07-07Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl1-1/+0
2015-07-07Update testcases that use precompiled headers to require a target afterAdrian Prantl1-0/+1
2015-05-20[OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev1-5/+5
2015-05-15[OPENMP] Fixed bug in atomic update/capture/write constructs.Alexey Bataev1-15/+9
2015-05-07[OPENMP] Fixed codegen for 'reduction' clause.Alexey Bataev1-43/+35
2015-04-16[opaque pointer types] Explicit non-pointer type for call expressionsDavid Blaikie1-6/+6
2015-04-15[OPENMP] Codegen for 'firstprivate' clause in 'for' directive.Alexey Bataev1-10/+4
2015-04-10[OPENMP] Codegen for 'reduction' clause in 'parallel' directive.Alexey Bataev1-0/+703