summaryrefslogtreecommitdiffstats
path: root/lib/Sema/SemaOpenMP.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merging r313675:Tom Stellard2017-11-131-5/+11
* Merging r312292:Tom Stellard2017-11-131-2/+2
* Merging r311777:Tom Stellard2017-11-131-1/+2
* [OPENMP] Initial support for 'task_reduction' clause.Alexey Bataev2017-07-181-18/+54
* [OPENMP] Generalization of sema analysis of reduction-based clauses,Alexey Bataev2017-07-181-132/+172
* [OPENMP] Codegen for reduction clauses in 'taskloop' directives.Alexey Bataev2017-07-171-0/+2
* [OPENMP] Add restriction for reduction clause in taskloop directives.Alexey Bataev2017-07-111-0/+43
* [OpenMP] Fix mapping of scalars for combined directivesJonas Hahnfeld2017-07-011-3/+26
* [OPENMP] Allow 'use_device_ptr' clause in 'target data' alone.Alexey Bataev2017-05-301-23/+20
* [OPENMP] Add a check for iterator not reached the end of stack, NFC.Alexey Bataev2017-04-271-2/+2
* [OPENMP] Improve performance of the hasDSA() function, NFC.Alexey Bataev2017-04-271-10/+5
* Fix asan failures on OpenMP.Haojian Wu2017-04-271-0/+2
* [OPENMP] Fix handling of OpenMP code during template instantiation.Alexey Bataev2017-04-261-95/+174
* [OPENMP] Move handling of threadprivate vars from the stack, NFC.Alexey Bataev2017-04-261-69/+75
* [OpenMP] Prepare sema to support combined constructs with omp distribute and ...Carlo Bertolli2017-04-201-8/+80
* [NFC, Scoped Enum] Convert Sema::ExpressionEvaluationContext into a scoped EnumFaisal Vali2017-04-011-3/+6
* [OpenMP] Generate better diagnostics for cancel and cancellation pointJonas Hahnfeld2017-02-221-14/+20
* [OpenMP] Prepare Sema for initial implementation for pragma 'distribute paral...Carlo Bertolli2017-02-171-0/+32
* [OpenMP] Support for thread_limit-clause on the 'target teams' directive.Arpith Chacko Jacob2017-01-251-3/+75
* [OpenMP] Support for num_teams-clause on the 'target teams' directive.Arpith Chacko Jacob2017-01-251-2/+75
* [OpenMP] Codegen support for 'target teams' on the host.Arpith Chacko Jacob2017-01-251-5/+6
* Reverting commit because an NVPTX patch sneaked in. Break up into twoArpith Chacko Jacob2017-01-251-6/+5
* [OpenMP] Codegen support for 'target teams' on the host.Arpith Chacko Jacob2017-01-251-5/+6
* [OpenMP] Support for the num_threads-clause on 'target parallel'.Arpith Chacko Jacob2017-01-251-7/+78
* [OpenMP] DSAChecker bug fix for combined directives.Arpith Chacko Jacob2017-01-231-1/+5
* [OpenMP] Support for the if-clause on the combined directive 'target parallel'.Arpith Chacko Jacob2017-01-181-14/+172
* [OpenMP] Codegen support for 'target parallel' on the host.Arpith Chacko Jacob2017-01-181-5/+65
* Revert r292374 to debug Windows buildbot failure.Arpith Chacko Jacob2017-01-181-63/+5
* [OpenMP] Codegen support for 'target parallel' on the host.Arpith Chacko Jacob2017-01-181-5/+63
* Remove redundant passing around of a "ContainsAutoType" flag.Richard Smith2017-01-121-21/+18
* [OpenMP] Sema and parsing for 'target teams distribute simd’ pragmaKelvin Li2017-01-101-4/+46
* [OpenMP] Support the 'is_device_ptr' clause with 'target parallel for' pragmaKelvin Li2017-01-101-2/+4
* [OpenMP] Support the 'is_device_ptr' clause with 'target parallel for simd' p...Kelvin Li2017-01-101-2/+4
* [OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ p...Kelvin Li2017-01-031-4/+60
* [OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragmaKelvin Li2016-12-291-4/+59
* [OpenMP] Sema and parsing for 'target teams distribute' pragmaKelvin Li2016-12-251-4/+47
* [OPENMP] Fix for PR31416: Clang crashes on OMPCapturedExpr during sourceAlexey Bataev2016-12-201-7/+11
* [OpenMP] Sema and parsing for 'target teams' pragmaKelvin Li2016-12-171-12/+46
* [OpenMP] support the 'is_device_ptr' clause with 'target parallel' pragmaKelvin Li2016-12-161-2/+3
* Fix assert message. NFC.Kelvin Li2016-12-141-1/+1
* Fix format and a few typos in comments.Samuel Antao2016-12-121-11/+10
* [OpenMP] Sema and parsing for 'teams distribute parallel for' pragmaKelvin Li2016-12-091-1/+52
* [OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragmaKelvin Li2016-11-301-5/+63
* [OPENMP] Fix for PR31137: Wrong DSA for members in struct.Alexey Bataev2016-11-281-1/+2
* Remove comments (NFC)Kelvin Li2016-11-241-1509/+0
* Re-apply patch r279045.Kelvin Li2016-10-251-1/+186
* [OpenMP] Check if the template specialization is mappable instead of speciali...David Sheinkman2016-10-061-3/+0
* [OpenMP] fix segfault when a variable referenced in reduction clause is a ref...David Sheinkman2016-10-041-1/+1
* Revert "[OpenMP] Sema and parsing for 'teams distribute simd’ pragma"Diana Picus2016-08-181-186/+1
* [OpenMP] Sema and parsing for 'teams distribute simd’ pragmaKelvin Li2016-08-171-1/+186