summaryrefslogtreecommitdiffstats
path: root/test/OpenMP
Commit message (Expand)AuthorAgeFilesLines
* Merging r315578:Tom Stellard2017-11-151-0/+30
* Merging r315464:Tom Stellard2017-11-151-0/+4
* Merging r315611:Tom Stellard2017-11-141-0/+20
* Merging r315586:Tom Stellard2017-11-141-0/+8
* Merging r313675:Tom Stellard2017-11-131-0/+8
* Merging r312296:Tom Stellard2017-11-131-1/+1
* Merging r312292:Tom Stellard2017-11-1321-20/+32
* Merging r311777:Tom Stellard2017-11-131-0/+18
* Merging r311013:Tom Stellard2017-11-131-0/+1
* Merging r309288:Tom Stellard2017-11-131-0/+46
* Merging r308455:Hans Wennborg2017-07-191-1/+1
* Recommit r308327: Add a warning for missing '#pragma pack (pop)'Alex Lorenz2017-07-191-1/+1
* [OPENMP] Initial support for 'task_reduction' clause.Alexey Bataev2017-07-183-2/+318
* Revert r308327Alex Lorenz2017-07-181-1/+1
* Add a warning for missing '#pragma pack (pop)' and suspicious usesAlex Lorenz2017-07-181-1/+1
* [OPENMP] Pacify windows buildbots, NFC.Alexey Bataev2017-07-182-74/+2
* [clang] Remove redundant check-prefix=CHECK from tests. NFC.Mandeep Singh Grang2017-07-172-2/+2
* [OPENMP] Fix reduction combiner testAlexey Bataev2017-07-172-2/+2
* [OPENMP] Further fixes of the reduction codegen testsAlexey Bataev2017-07-172-140/+140
* [OPENMP] Further test fixes.Alexey Bataev2017-07-172-116/+116
* [OPENMP] Rework tests to pacify buildbots.Alexey Bataev2017-07-172-6/+2
* [OPENMP] Codegen for reduction clauses in 'taskloop' directives.Alexey Bataev2017-07-1712-34/+504
* [OPENMP] Fix reduction tests, NFC.Alexey Bataev2017-07-132-10/+2
* [OPENMP] Fix reduction tests, NFC.Alexey Bataev2017-07-132-2/+0
* [OPENMP] Further reduction test fix, NFC.Alexey Bataev2017-07-132-18/+2
* [OPENMP] Fix reduction tests, NFC.Alexey Bataev2017-07-132-12/+4
* [OPENMP] Fix reduction tests, NFC.Alexey Bataev2017-07-132-8/+10
* [OPENMP] Generalization of codegen for reduction clauses.Alexey Bataev2017-07-132-14/+15
* [OPENMP] Emit implicit taskgroup block around taskloop directives.Alexey Bataev2017-07-122-2/+10
* [OPENMP] Add restriction for reduction clause in taskloop directives.Alexey Bataev2017-07-114-8/+670
* [OpenMP] Fix mapping of scalars for combined directivesJonas Hahnfeld2017-07-011-0/+26
* [OPENMP] Initial support for taskloop reductions.Alexey Bataev2017-06-302-16/+16
* [OPENMP][DEBUG] Generate second function with correct arg types.Alexey Bataev2017-06-2913-1452/+1541
* Revert "Revert r301742 which made ExprConstant checking apply to all full-exp...Diana Picus2017-06-1312-36/+24
* Revert r301742 which made ExprConstant checking apply to all full-exprs.Nick Lewycky2017-06-1212-24/+36
* [OPENMP] Allow 'use_device_ptr' clause in 'target data' alone.Alexey Bataev2017-05-307-7/+7
* [OpenMP] Create COMDAT group for OpenMP offload registration code to avoid mu...George Rokos2017-05-2710-111/+137
* [OPENMP] Allow value of thread local variables in target regions.Alexey Bataev2017-05-241-18/+21
* [OPENMP] Check DSA for variables captured by value.Alexey Bataev2017-05-151-0/+18
* Fix bugs checking va_start in lambdas and erroneous contextsReid Kleckner2017-05-041-0/+8
* [OpenMP] Extended parse for 'always' map modifierCarlo Bertolli2017-05-032-2/+63
* Remove Sema::CheckForIntOverflow, and instead check all full-expressions.Nick Lewycky2017-04-2912-36/+24
* [OPENMP] Fix failing test.Alexey Bataev2017-04-261-2/+1
* [OPENMP] Fix handling of OpenMP code during template instantiation.Alexey Bataev2017-04-261-0/+31
* Minor fix for distribute_parallel_for_num_threads_codegen on AARCH64Carlo Bertolli2017-04-251-1/+1
* Recommit ofCarlo Bertolli2017-04-257-0/+4235
* Revert r301223Carlo Bertolli2017-04-247-4235/+0
* [OpenMP] Initial implementation of code generation for pragma 'distribute par...Carlo Bertolli2017-04-247-0/+4235
* [OpenMP] Prepare sema to support combined constructs with omp distribute and ...Carlo Bertolli2017-04-202-1/+154
* [OPENMP] Fix for PR32333: Crash in call of outlined Function.Alexey Bataev2017-04-101-0/+22