summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaOpenMP.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SemaOpenMP] Some miscellaneous cleanupsDavid Majnemer2016-08-051-142/+139
* [OpenMP] Sema and parsing for 'teams distribute' pragmaKelvin Li2016-08-051-4/+119
* [OpenMP] Code generation for the is_device_ptr clauseSamuel Antao2016-07-281-25/+99
* [OpenMP] Codegen for use_device_ptr clause.Samuel Antao2016-07-281-8/+57
* [OpenMP] diagnose orphaned teams constructKelvin Li2016-07-261-6/+14
* [OpenMP] Sema and parsing for 'target simd' pragmaKelvin Li2016-07-201-1/+128
* [OpenMP] Ignore parens in atomic captureKelvin Li2016-07-201-2/+2
* [OPENMP] Removed loop statement as its body executes at most once, NFC.Alexey Bataev2016-07-191-10/+4
* [OpenMP] Remove dead code in conditional of mappable expressions SEMA. Samuel Antao2016-07-181-4/+4
* [OpenMP] Fix incorrect diagnostics in map clauseKelvin Li2016-07-181-0/+19
* [OpenMP] add check for both simdlen and safelen clauses specifiedKelvin Li2016-07-151-85/+48
* [OpenMP] Sema and parsing for 'target parallel for simd' pragmaKelvin Li2016-07-141-3/+189
* [OpenMP] remove duplicate code in ActOnOpenMPRegionStartKelvin Li2016-07-131-153/+21
* [OpenMP] Initial implementation of parse+sema for OpenMP clause 'is_device_pt...Carlo Bertolli2016-07-131-0/+44
* [OpenMP] Initial implementation of parse+sema for clause use_device_ptr of 't...Carlo Bertolli2016-07-131-0/+43
OpenPOWER on IntegriCloud