summaryrefslogtreecommitdiffstats
path: root/test/OpenMP/single_codegen.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary x86 backend requirements from OpenMP testsReid Kleckner2016-10-211-1/+0
* Re-apply r272900 - [OpenMP] Cast captures by copy when passed to fork call so...Samuel Antao2016-06-161-13/+31
* Revert r272900 - [OpenMP] Cast captures by copy when passed to fork call so t...Samuel Antao2016-06-161-31/+13
* [OpenMP] Cast captures by copy when passed to fork call so that they are comp...Samuel Antao2016-06-161-13/+31
* [OPENMP] Pass scalar firstprivate vars by value.Alexey Bataev2016-05-171-8/+16
* [OPENMP] Allow runtime insert its own code inside OpenMP regions.Alexey Bataev2016-03-291-5/+5
* Revert "[OPENMP] Allow runtime insert its own code inside OpenMP regions."Alexey Bataev2016-03-281-5/+5
* [OPENMP] Allow runtime insert its own code inside OpenMP regions.Alexey Bataev2016-03-281-5/+5
* Revert "[OPENMP] Allow runtime insert its own code inside OpenMP regions."Alexey Bataev2016-03-281-5/+5
* [OPENMP] Allow runtime insert its own code inside OpenMP regions.Alexey Bataev2016-03-281-5/+5
* [OPENMP 4.5] Allow to use private data members in 'copyprivate' clause.Alexey Bataev2016-03-171-3/+221
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-1/+1
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-1/+1
* Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman2015-10-081-1/+1
* [OPENMP] Fix for http://llvm.org/PR24674: assertion failed and and abort trapAlexey Bataev2015-09-041-3/+2
* [OpenMP] Add TLS-based implementation for threadprivate directive.Samuel Antao2015-07-131-5/+5
* 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
* [OPENMP 4.0] Fixed codegen for 'cancellation point' construct.Alexey Bataev2015-07-031-1/+1
* [OPENMP] Fixed codegen for parameters privatization.Alexey Bataev2015-05-211-3/+3
* [OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev2015-05-201-5/+5
* [OPENMP] Fixed codegen for copying/initialization of array variables/parameters.Alexey Bataev2015-05-191-0/+19
* [OPENMP] Fixed codegen for 'copyprivate' clause.Alexey Bataev2015-04-301-2/+2
* DebugInfo: Metadata constructs now start with DI*Duncan P. N. Exon Smith2015-04-291-2/+2
* [OPENMP] Do not emit implicit barrier for single directive with 'copyprivate'...Alexey Bataev2015-04-241-2/+13
* [OPENMP] Fixed codegen for arrays in 'copyprivate' clause.Alexey Bataev2015-04-141-26/+51
* [OPENMP] Refactoring of codegen for OpenMP directives.Alexey Bataev2015-04-101-1/+1
* [OPENMP] Improved codegen for implicit/explicit 'barrier' constructs.Alexey Bataev2015-03-301-1/+3
* [OPENMP] Fixed test for 'single' directive codegen.Alexey Bataev2015-03-231-1/+1
* [OPENMP] Codegen for 'copyprivate' clause ('single' directive).Alexey Bataev2015-03-231-5/+70
* [OPENMP] Fixed tests for non-debug builds. NFC.Alexey Bataev2015-03-101-1/+1
* [OPENMP] Improved code for generating debug info + generation of all OpenMP r...Alexey Bataev2015-03-101-7/+19
* Revert "[OPENMP] Improved code for generating debug info + generation of all ...Rafael Espindola2015-03-101-19/+7
* [OPENMP] Improved code for generating debug info + generation of all OpenMP r...Alexey Bataev2015-03-101-7/+19
* [OPENMP] Fixed codegen for directives without function outlining.Alexey Bataev2015-02-261-0/+9
* 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
* [OPENMP] Initial codegen for 'single' directive.Alexey Bataev2015-02-051-0/+46