summaryrefslogtreecommitdiff
path: root/test/OpenMP/task_firstprivate_codegen.cpp
Commit message (Expand)AuthorAgeFilesLines
* Re-land Remove REQUIRES:shell from tests that pass for me on WindowsReid Kleckner2019-09-101-2/+0
* Revert Remove REQUIRES:shell from tests that pass for me on WindowsJames Henderson2019-09-101-0/+2
* Remove REQUIRES:shell from tests that pass for me on WindowsReid Kleckner2019-09-101-2/+0
* IR: print value numbers for unnamed function argumentsTim Northover2019-08-031-8/+8
* [OPENMP]Fix PR37283: Assertion failure on openmp task with by referenceAlexey Bataev2019-03-131-2/+3
* Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"Sean Fertile2018-10-151-6/+6
* [CodeGenCXX] Treat 'this' as noalias in constructorsAnton Bikineev2018-10-101-6/+6
* 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/+8
* [OPENMP] Fix for PR31137: Wrong DSA for members in struct.Alexey Bataev2016-11-281-17/+19
* Remove unnecessary x86 backend requirements from OpenMP testsReid Kleckner2016-10-211-1/+0
* Revert 9 changes from r284793, they still fail on some botsReid Kleckner2016-10-201-1/+1
* Remove 24 instances of 'REQUIRES: shell'Reid Kleckner2016-10-201-1/+1
* [OPENMP 4.5] Fixed codegen for 'priority' and destructors in task-basedAlexey Bataev2016-05-301-6/+8
* [OPENMP] Pass scalar firstprivate vars by value.Alexey Bataev2016-05-171-20/+16
* [OPENMP 4.0] Fixed codegen for destructors in task-based directives.Alexey Bataev2016-05-101-2/+2
* [OPENMP] Codegen for untied tasks.Alexey Bataev2016-04-201-5/+5
* Revert "[OPENMP] Codegen for untied tasks."Alexey Bataev2016-04-191-5/+5
* [OPENMP] Codegen for untied tasks.Alexey Bataev2016-04-191-5/+5
* Revert "[OPENMP] Codegen for untied tasks."Alexey Bataev2016-04-191-5/+5
* [OPENMP] Codegen for untied tasks.Alexey Bataev2016-04-191-5/+5
* 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
* Allow static local variables specified on data-sharing attribute clauses.Kelvin Li2015-09-151-11/+56
* [OPENMP] Preserve alignment of the original variables for the captured refere...Alexey Bataev2015-09-111-24/+24
* [OPENMP] Outlined function for parallel and other regions with list of captur...Alexey Bataev2015-09-101-6/+6
* [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-1/+1
* Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl2015-07-071-1/+1
* Add target requirements to testcases that emit PCH.Adrian Prantl2015-07-071-1/+1
* [OPENMP] Prepare codegen for privates in tasks for non-capturing of privates ...Alexey Bataev2015-05-221-54/+67
* [OPENMP] Fixed codegen for parameters privatization.Alexey Bataev2015-05-211-7/+3
* [OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev2015-05-201-6/+6
* [OPENMP] Fixed codegen for copying/initialization of array variables/parameters.Alexey Bataev2015-05-191-0/+24
* [OPENMP] Fix for '#pragma omp task' codegen.Alexey Bataev2015-05-181-22/+21
* [OPENMP] Codegen for 'firstprivate' clause in 'task' directive.Alexey Bataev2015-05-051-0/+401