summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/parallel_codegen.cpp
AgeCommit message (Expand)Author
2019-12-30[OpenMP][FIX] Generalize a test check lineJohannes Doerfert
2019-12-30[OpenMP] Use the OpenMPIRBuilder for `omp parallel`Johannes Doerfert
2019-11-28[OpenMP][test] Fix test on MIPS-based buildbotsMiloš Stojanović
2019-06-24[OPENMP]Relax the test checks to pacify 32bit buildbots, NFC.Alexey Bataev
2019-06-21[OPENMP]Fix PR42068: Vla type is not captured.Alexey Bataev
2019-05-28[OpenMP] Set pragma start loc to `#pragma` locJoel E. Denny
2019-01-19Emit !callback metadata and introduce the callback attributeJohannes Doerfert
2018-08-29[OPENMP] Create non-const ident_t objects.Mike Rice
2018-04-16[OPENMP] General code improvements.Alexey Bataev
2018-01-19Change memcpy/memove/memset to have dest and source alignment attributes (Ste...Daniel Neilson
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2017-10-24[OPENMP] Fix PR35013: Fix passing VLAs captures to outlined functions.Alexey Bataev
2017-08-14[OPENMP] Generalization of calls of the outlined functions.Alexey Bataev
2017-08-09[OPENMP] Emit non-debug version of outlined functions with originalAlexey Bataev
2017-06-29[OPENMP][DEBUG] Generate second function with correct arg types.Alexey Bataev
2016-11-07[OPENMP] Fixed test on MIPS-based buildbots.Alexey Bataev
2016-11-07[OPENMP] Fixed capturing of VLA variables.Alexey Bataev
2016-11-07Revert "[OPENMP] Fixed capturing of VLA variables."Diana Picus
2016-11-07[OPENMP] Fixed capturing of VLA variables.Alexey Bataev
2016-10-21Remove unnecessary x86 backend requirements from OpenMP testsReid Kleckner
2015-12-18[OPENMP] Remove explicit call for implicit barrierAlexey Bataev
2015-11-19Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper
2015-11-18Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper
2015-10-08Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman
2015-10-08[WinEH] Remove NewMSEH and enable its behavior by defaultReid Kleckner
2015-09-15[OPENMP] Emit __kmpc_cancel_barrier() and code for 'cancellation point' only ...Alexey Bataev
2015-09-10[OPENMP] Fix test incompatibility with Windows.Alexey Bataev
2015-09-10[OPENMP] Fix test incompatibility with Windows codegen.Alexey Bataev
2015-09-10[OPENMP] Fix test incompatibility with 32-bit platformsAlexey Bataev
2015-09-10[OPENMP] Outlined function for parallel and other regions with list of captur...Alexey Bataev
2015-09-08Compute and preserve alignment more faithfully in IR-generation.John McCall
2015-07-08Revert "Revert r241620 and follow-up commits" and move the initializationAdrian Prantl
2015-07-07Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl
2015-07-07Wrap clang modules and pch files in an object file container.Adrian Prantl
2015-06-29Account for calling convention specifiers in function definitions in IR test ...David Blaikie
2015-05-20[OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev
2015-04-16[opaque pointer types] Explicit non-pointer type for call expressionsDavid Blaikie
2015-04-10[OPENMP] Refactoring of codegen for OpenMP directives.Alexey Bataev
2015-03-13Test case updates for explicit type parameter to the gep operatorDavid Blaikie
2015-03-10[OPENMP] Improved code for generating debug info + generation of all OpenMP r...Alexey Bataev
2015-03-10Revert "[OPENMP] Improved code for generating debug info + generation of all ...Rafael Espindola
2015-03-10[OPENMP] Improved code for generating debug info + generation of all OpenMP r...Alexey Bataev
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie
2015-02-25Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl
2015-02-25Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl
2015-01-22Initial support for Win64 SEH IR emissionReid Kleckner
2014-10-08[OPENMP] Codegen for 'firstprivate' clause.Alexey Bataev
2014-10-08Revert commit r219297.Alexey Bataev
2014-10-08[OPENMP] Codegen for 'firstprivate' clause.Alexey Bataev