summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/task_codegen.cpp
AgeCommit message (Expand)Author
2020-09-24Revert "[OPENMP]Fix PR47621: Variable used by task inside a template function...Alexey Bataev
2020-09-24[OPENMP]Fix PR47621: Variable used by task inside a template function is not ...Alexey Bataev
2020-09-15[OPENMP]Add support for allocate vars in untied tasks.Alexey Bataev
2020-08-12[OPENMP]Fix PR37671: Privatize local(private) variables in untied tasks.Alexey Bataev
2020-08-12Revert "[OPENMP]Fix PR37671: Privatize local(private) variables in untied tas...Alexey Bataev
2020-08-12[OPENMP]Fix PR37671: Privatize local(private) variables in untied tasks.Alexey Bataev
2020-07-30[OpenMP][FIX] Consistently use OpenMPIRBuilder if requestedJohannes Doerfert
2020-04-07[OPENMP50]Codegen for iterator construct.Alexey Bataev
2020-02-14[OpenMP] Lower taskwait using OpenMP IR BuilderRoger Ferrer Ibanez
2019-08-03IR: print value numbers for unnamed function argumentsTim Northover
2019-02-08[opaque pointer types] Cleanup CGBuilder's Create*GEP.James Y Knight
2019-02-04[OpenMP] Adding support to the mutexinoutset dep-typeSergi Mateo Bellido
2018-10-25[OPENMP]Fix PR39422: variables are not firstprivatized in task context.Alexey Bataev
2018-10-24[OPENMP]Fix PR39366: do not try to private field if it is not captured.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
2016-10-21Remove unnecessary x86 backend requirements from OpenMP testsReid Kleckner
2016-05-30[OPENMP 4.5] Fixed codegen for 'priority' and destructors in task-basedAlexey Bataev
2016-05-10[OPENMP 4.5] Initial codegen for 'priority' clause in task-basedAlexey Bataev
2016-05-10[OPENMP 4.0] Fixed codegen for destructors in task-based directives.Alexey Bataev
2016-04-20[OPENMP] Codegen for untied tasks.Alexey Bataev
2016-04-19Revert "[OPENMP] Codegen for untied tasks."Alexey Bataev
2016-04-19[OPENMP] Codegen for untied tasks.Alexey Bataev
2016-04-19Revert "[OPENMP] Codegen for untied tasks."Alexey Bataev
2016-04-19[OPENMP] Codegen for untied tasks.Alexey Bataev
2016-02-04[OPENMP 4.0] Fixed support of array sections/array subscripts.Alexey Bataev
2015-11-23[OPENMP] 'out' dependency for 'task' directives must be the same as 'inout'.Alexey 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-09-11[OPENMP] Preserve alignment of the original variables for the captured refere...Alexey 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-08-31Fix CHECK directives that weren't checking.Hans Wennborg
2015-08-31[OPENMP 4.0] Codegen for array sections.Alexey Bataev
2015-08-28Revert "[OPENMP 4.0] Codegen for array sections."Daniel Jasper
2015-08-28[OPENMP 4.0] Codegen for array sections.Alexey Bataev
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-07Add target requirements to testcases that emit PCH.Adrian Prantl
2015-06-24[OPENMP] Codegen for 'depend' clause (OpenMP 4.0).Alexey Bataev
2015-05-20[OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev
2015-03-10[OPENMP] Initial codegen for 'omp task' directive.Alexey Bataev