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