summaryrefslogtreecommitdiffstats
path: root/test/OpenMP/task_codegen.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary x86 backend requirements from OpenMP testsReid Kleckner2016-10-211-1/+0
* [OPENMP 4.5] Fixed codegen for 'priority' and destructors in task-basedAlexey Bataev2016-05-301-29/+13
* [OPENMP 4.5] Initial codegen for 'priority' clause in task-basedAlexey Bataev2016-05-101-1/+1
* [OPENMP 4.0] Fixed codegen for destructors in task-based directives.Alexey Bataev2016-05-101-1/+1
* [OPENMP] Codegen for untied tasks.Alexey Bataev2016-04-201-4/+43
* Revert "[OPENMP] Codegen for untied tasks."Alexey Bataev2016-04-191-43/+4
* [OPENMP] Codegen for untied tasks.Alexey Bataev2016-04-191-4/+43
* Revert "[OPENMP] Codegen for untied tasks."Alexey Bataev2016-04-191-43/+4
* [OPENMP] Codegen for untied tasks.Alexey Bataev2016-04-191-4/+43
* [OPENMP 4.0] Fixed support of array sections/array subscripts.Alexey Bataev2016-02-041-6/+6
* [OPENMP] 'out' dependency for 'task' directives must be the same as 'inout'.Alexey Bataev2015-11-231-2/+2
* 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
* [OPENMP] Preserve alignment of the original variables for the captured refere...Alexey Bataev2015-09-111-2/+5
* [OPENMP] Outlined function for parallel and other regions with list of captur...Alexey Bataev2015-09-101-5/+5
* Compute and preserve alignment more faithfully in IR-generation.John McCall2015-09-081-38/+38
* Fix CHECK directives that weren't checking.Hans Wennborg2015-08-311-1/+1
* [OPENMP 4.0] Codegen for array sections.Alexey Bataev2015-08-311-15/+78
* Revert "[OPENMP 4.0] Codegen for array sections."Daniel Jasper2015-08-281-78/+15
* [OPENMP 4.0] Codegen for array sections.Alexey Bataev2015-08-281-15/+78
* 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] Codegen for 'depend' clause (OpenMP 4.0).Alexey Bataev2015-06-241-5/+92
* [OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev2015-05-201-3/+3
* [OPENMP] Initial codegen for 'omp task' directive.Alexey Bataev2015-03-101-0/+102