aboutsummaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/parallel_codegen.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-06-29[OPENMP][DEBUG] Generate second function with correct arg types.Alexey Bataev1-1/+3
2016-11-07[OPENMP] Fixed test on MIPS-based buildbots.Alexey Bataev1-1/+1
2016-11-07[OPENMP] Fixed capturing of VLA variables.Alexey Bataev1-16/+21
2016-11-07Revert "[OPENMP] Fixed capturing of VLA variables."Diana Picus1-21/+16
2016-11-07[OPENMP] Fixed capturing of VLA variables.Alexey Bataev1-16/+21
2016-10-21Remove unnecessary x86 backend requirements from OpenMP testsReid Kleckner1-1/+0
2015-12-18[OPENMP] Remove explicit call for implicit barrierAlexey Bataev1-4/+0
2015-11-19Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper1-2/+2
2015-11-18Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper1-2/+2
2015-10-08Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman1-1/+1
2015-10-08[WinEH] Remove NewMSEH and enable its behavior by defaultReid Kleckner1-1/+1
2015-09-15[OPENMP] Emit __kmpc_cancel_barrier() and code for 'cancellation point' only ...Alexey Bataev1-4/+4
2015-09-10[OPENMP] Fix test incompatibility with Windows.Alexey Bataev1-2/+2
2015-09-10[OPENMP] Fix test incompatibility with Windows codegen.Alexey Bataev1-1/+1
2015-09-10[OPENMP] Fix test incompatibility with 32-bit platformsAlexey Bataev1-2/+2
2015-09-10[OPENMP] Outlined function for parallel and other regions with list of captur...Alexey Bataev1-53/+25
2015-09-08Compute and preserve alignment more faithfully in IR-generation.John McCall1-2/+2
2015-07-08Revert "Revert r241620 and follow-up commits" and move the initializationAdrian Prantl1-1/+1
2015-07-07Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl1-1/+1
2015-07-07Wrap clang modules and pch files in an object file container.Adrian Prantl1-1/+1
2015-06-29Account for calling convention specifiers in function definitions in IR test ...David Blaikie1-14/+14
2015-05-20[OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev1-3/+3
2015-04-16[opaque pointer types] Explicit non-pointer type for call expressionsDavid Blaikie1-4/+4
2015-04-10[OPENMP] Refactoring of codegen for OpenMP directives.Alexey Bataev1-8/+12
2015-03-13Test case updates for explicit type parameter to the gep operatorDavid Blaikie1-6/+6
2015-03-10[OPENMP] Improved code for generating debug info + generation of all OpenMP r...Alexey Bataev1-0/+5
2015-03-10Revert "[OPENMP] Improved code for generating debug info + generation of all ...Rafael Espindola1-5/+0
2015-03-10[OPENMP] Improved code for generating debug info + generation of all OpenMP r...Alexey Bataev1-0/+5
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie1-14/+14
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie1-10/+10
2015-02-25Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl1-1/+1
2015-02-25Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl1-1/+1
2015-01-22Initial support for Win64 SEH IR emissionReid Kleckner1-4/+4
2014-10-08[OPENMP] Codegen for 'firstprivate' clause.Alexey Bataev1-8/+8
2014-10-08Revert commit r219297.Alexey Bataev1-8/+8
2014-10-08[OPENMP] Codegen for 'firstprivate' clause.Alexey Bataev1-8/+8
2014-10-08Revert back r219295.Alexey Bataev1-8/+8
2014-10-08[OPENMP] Codegen for 'firstprivate' clause.Alexey Bataev1-8/+8
2014-06-02allow optional signext attributeWill Schmidt1-5/+5
2014-05-08[OPENMP] Another one fix in test for msvcAlexey Bataev1-4/+4
2014-05-08[OPENMP] Fix codegen test for msvc buildAlexey Bataev1-2/+2
2014-05-07[OPENMP] Fixed checking for mangled names in parallel_codegen.cpp testAlexey Bataev1-12/+12
2014-05-07[OPENMP] Fixed problem with temp removal on some platforms in codegen for '#p...Alexey Bataev1-2/+0
2014-05-07[OPENMP] Temporarily disable test parallel_codegen.cppAlexey Bataev1-0/+2
2014-05-06[OPENMP] Another one fix for codegen test '#pragma omp parallel'Alexey Bataev1-1/+1
2014-05-06[OPENMP] Fixed test for '#pragma omp parallel' codegenAlexey Bataev1-48/+46
2014-05-06[OPENMP] Temporary disable test for parallel codegenAlexey Bataev1-1/+2
2014-05-06[OPENMP] Initial codegen for '#pragma omp parallel'Alexey Bataev1-0/+146