summaryrefslogtreecommitdiffstats
path: root/clang/test/OpenMP/parallel_codegen.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP][FIX] Generalize a test check lineJohannes Doerfert2019-12-301-2/+2
* [OpenMP] Use the OpenMPIRBuilder for `omp parallel`Johannes Doerfert2019-12-301-47/+70
* [OpenMP][test] Fix test on MIPS-based buildbotsMiloš Stojanović2019-11-281-1/+1
* [OPENMP]Relax the test checks to pacify 32bit buildbots, NFC.Alexey Bataev2019-06-241-2/+2
* [OPENMP]Fix PR42068: Vla type is not captured.Alexey Bataev2019-06-211-9/+13
* [OpenMP] Set pragma start loc to `#pragma` locJoel E. Denny2019-05-281-2/+2
* Emit !callback metadata and introduce the callback attributeJohannes Doerfert2019-01-191-3/+4
* [OPENMP] Create non-const ident_t objects.Mike Rice2018-08-291-2/+2
* [OPENMP] General code improvements.Alexey Bataev2018-04-161-18/+18
* Change memcpy/memove/memset to have dest and source alignment attributes (Ste...Daniel Neilson2018-01-191-2/+2
* [OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev2017-12-291-0/+5
* [OPENMP] Fix PR35013: Fix passing VLAs captures to outlined functions.Alexey Bataev2017-10-241-3/+3
* [OPENMP] Generalization of calls of the outlined functions.Alexey Bataev2017-08-141-1/+1
* [OPENMP] Emit non-debug version of outlined functions with originalAlexey Bataev2017-08-091-2/+4
* [OPENMP][DEBUG] Generate second function with correct arg types.Alexey Bataev2017-06-291-1/+3
* [OPENMP] Fixed test on MIPS-based buildbots.Alexey Bataev2016-11-071-1/+1
* [OPENMP] Fixed capturing of VLA variables.Alexey Bataev2016-11-071-16/+21
* Revert "[OPENMP] Fixed capturing of VLA variables."Diana Picus2016-11-071-21/+16
* [OPENMP] Fixed capturing of VLA variables.Alexey Bataev2016-11-071-16/+21
* Remove unnecessary x86 backend requirements from OpenMP testsReid Kleckner2016-10-211-1/+0
* [OPENMP] Remove explicit call for implicit barrierAlexey Bataev2015-12-181-4/+0
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-2/+2
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-2/+2
* Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman2015-10-081-1/+1
* [WinEH] Remove NewMSEH and enable its behavior by defaultReid Kleckner2015-10-081-1/+1
* [OPENMP] Emit __kmpc_cancel_barrier() and code for 'cancellation point' only ...Alexey Bataev2015-09-151-4/+4
* [OPENMP] Fix test incompatibility with Windows.Alexey Bataev2015-09-101-2/+2
* [OPENMP] Fix test incompatibility with Windows codegen.Alexey Bataev2015-09-101-1/+1
* [OPENMP] Fix test incompatibility with 32-bit platformsAlexey Bataev2015-09-101-2/+2
* [OPENMP] Outlined function for parallel and other regions with list of captur...Alexey Bataev2015-09-101-53/+25
* Compute and preserve alignment more faithfully in IR-generation.John McCall2015-09-081-2/+2
* Revert "Revert r241620 and follow-up commits" and move the initializationAdrian Prantl2015-07-081-1/+1
* Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl2015-07-071-1/+1
* Wrap clang modules and pch files in an object file container.Adrian Prantl2015-07-071-1/+1
* Account for calling convention specifiers in function definitions in IR test ...David Blaikie2015-06-291-14/+14
* [OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev2015-05-201-3/+3
* [opaque pointer types] Explicit non-pointer type for call expressionsDavid Blaikie2015-04-161-4/+4
* [OPENMP] Refactoring of codegen for OpenMP directives.Alexey Bataev2015-04-101-8/+12
* Test case updates for explicit type parameter to the gep operatorDavid Blaikie2015-03-131-6/+6
* [OPENMP] Improved code for generating debug info + generation of all OpenMP r...Alexey Bataev2015-03-101-0/+5
* Revert "[OPENMP] Improved code for generating debug info + generation of all ...Rafael Espindola2015-03-101-5/+0
* [OPENMP] Improved code for generating debug info + generation of all OpenMP r...Alexey Bataev2015-03-101-0/+5
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-14/+14
* Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie2015-02-271-10/+10
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-251-1/+1
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-251-1/+1
* Initial support for Win64 SEH IR emissionReid Kleckner2015-01-221-4/+4
* [OPENMP] Codegen for 'firstprivate' clause.Alexey Bataev2014-10-081-8/+8
* Revert commit r219297.Alexey Bataev2014-10-081-8/+8
* [OPENMP] Codegen for 'firstprivate' clause.Alexey Bataev2014-10-081-8/+8
OpenPOWER on IntegriCloud