summaryrefslogtreecommitdiffstats
path: root/lib/Sema/SemaOpenMP.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP]Fix PR41767: diagnose DSA for variables in clauses withAlexey Bataev2019-05-061-3/+96
* [OPENMP]Fix PR41768: check DSA for globals with `default(none)` clauses.Alexey Bataev2019-05-061-1/+7
* [OPENMP]Fix PR41617: crash on template instantiation.Alexey Bataev2019-04-291-1/+1
* [OPENMP]Added check for non-random access types for the dependent loopAlexey Bataev2019-04-261-51/+78
* [OPENMP] Improved check for the linear dependency in the non-rectangularAlexey Bataev2019-04-251-5/+29
* [OPENMP]Initial support for non-rectangular loop nest.Alexey Bataev2019-04-241-13/+87
* [OpenMP] Add checks for requires and target directives.Gheorghe-Teodor Bercea2019-04-181-0/+43
* [OPENMP]Allow allocate directive on parameters.Alexey Bataev2019-04-091-3/+0
* [OPENMP]Fix lookup of the user-defined reductions in C.Alexey Bataev2019-04-041-11/+13
* [OPENMP]Allocate clause allocator in target region.Alexey Bataev2019-04-011-0/+9
* [OPENMP] Check that allocated variables are used in private clauses.Alexey Bataev2019-04-011-131/+226
* [OPENMP]Add check for undefined behavior with thread allocators onAlexey Bataev2019-03-281-0/+33
* Make helper functions static. NFC.Benjamin Kramer2019-03-281-4/+5
* [OPENMP]Initial support for 'allocate' clause.Alexey Bataev2019-03-271-1/+56
* [Sema][NFCI] Don't allocate storage for the various CorrectionCandidateCallba...Bruno Ricci2019-03-251-5/+15
* [OPENMP]Add missing comment, NFC.Alexey Bataev2019-03-221-0/+4
* [OPENMP]Allow no allocator clause in target regions with requiresAlexey Bataev2019-03-221-1/+12
* [OPENMP]Emit error message for allocate directive without allocatorAlexey Bataev2019-03-221-1/+5
* [OPENMP]Simplify the check for the predefined allocators, NFC.Alexey Bataev2019-03-211-39/+7
* [OPENMP]Improve detection of omp_allocator_handle_t type and predefinedAlexey Bataev2019-03-201-27/+104
* [clang][OpeMP] Model OpenMP structured-block in AST (PR40563)Roman Lebedev2019-03-201-0/+9
* [OPENMP]Warn if the different allocator is used for the variable.Alexey Bataev2019-03-191-5/+66
* [OPENMP]Check that global vars require predefined allocator.Alexey Bataev2019-03-191-0/+37
* Refactor cast<>'s in if conditionals, which can only assert on failure.Don Hinton2019-03-191-1/+1
* [OPENMP]Fix crash for the ordered(n) clause.Alexey Bataev2019-03-141-2/+1
* [OPENMP]Disable ADL in C for user-defined reductions.Alexey Bataev2019-03-131-29/+31
* [OPENMP 5.0]Initial support for 'allocator' clause.Alexey Bataev2019-03-121-8/+58
* [OPENMP]Fix codegen for declare target link in target regions.Alexey Bataev2019-03-111-2/+46
* [OPENMP 5.0]Add initial support for 'allocate' directive.Alexey Bataev2019-03-071-11/+64
* [OPENMP]Delay emission of the error for unsupported types.Alexey Bataev2019-02-271-0/+12
* [OpenMP 5.0] Parsing/sema support for from clause with mapper modifier.Michael Kruse2019-02-251-33/+30
* [OpenMP 5.0] Parsing/sema support for to clause with mapper modifier.Michael Kruse2019-02-221-34/+40
* [OpenMP 5.0] Parsing/sema support for map clause with mapper modifier.Michael Kruse2019-02-191-83/+248
* [OPENMP]Delay emission of the error messages for the exceptions.Alexey Bataev2019-02-081-0/+50
* Revert "[OPENMP]Initial support for the delayed diagnostics."Alexey Bataev2019-02-081-50/+0
* [OPENMP]Initial support for the delayed diagnostics.Alexey Bataev2019-02-081-0/+50
* Test commit. NFCPatrick Lyster2019-02-061-1/+1
* [OPENMP] issue error messages for multiple teams contructs in a target constructKelvin Li2019-02-051-1/+3
* [opaque pointer types] Fix the CallInfo passed to EmitCall in someJames Y Knight2019-02-051-2/+4
* Revert "[AST][OpenMP] OpenMP Sections / Section constructs contain Structured...Roman Lebedev2019-02-011-14/+0
* [OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive.Michael Kruse2019-02-011-0/+146
* [AST][OpenMP] OpenMP Sections / Section constructs contain Structured blocksRoman Lebedev2019-02-011-0/+14
* Test commit: fix typoSergi Mateo Bellido2019-02-011-1/+1
* [OPENMP]Fix PR40513: lastprivate taskloop counter.Alexey Bataev2019-01-291-4/+1
* [OPENMP]Make the loop with unsigned counter countable.Alexey Bataev2019-01-291-17/+71
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [OpenMP] Avoid remainder operations for loop index values on a collapsed loop...Gheorghe-Teodor Bercea2019-01-091-32/+44
* [OpenMP] Add flag for preventing the extension to 64 bits for the collapse lo...Gheorghe-Teodor Bercea2019-01-091-11/+12
* Incorrect implicit data-sharing for nested tasksAlexey Bataev2019-01-091-8/+12
* [OPENMP]Fix PR40191: Do not allow orphaned cancellation constructs.Alexey Bataev2019-01-081-4/+7