summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaOpenMP.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [OpenMP] Refactor const restriction for linearJoel E. Denny2019-01-041-13/+5
* [OpenMP] Refactor const restriction for reductionsJoel E. Denny2019-01-041-30/+30
* [OpenMP] Replace predetermined shared for const variableJoel E. Denny2019-01-041-27/+80
* Refactor the way we handle diagnosing unused expression results.Aaron Ballman2019-01-041-22/+33
* [OpenMP] Added support for explicit mapping of classes using 'this' pointer. ...Patrick Lyster2019-01-021-1/+71
* [OPENMP]Fix processing of the clauses on target combined directives.Alexey Bataev2018-12-281-4/+7
* [AST] Store the callee and argument expressions of CallExpr in a trailing array.Bruno Ricci2018-12-211-2/+2
* [OPENMP]Mark the loop as started when initialized.Alexey Bataev2018-12-191-0/+1
* [OpenMP] Fix data sharing analysis in nested clauseJoel E. Denny2018-12-191-7/+3
* [OPENMP] parsing and sema support for 'close' map-type-modifierKelvin Li2018-12-181-10/+33
* Revert "Revert r347417 "Re-Reinstate 347294 with a fix for the failures.""Fangrui Song2018-11-301-18/+29
* Revert r347417 "Re-Reinstate 347294 with a fix for the failures."Fangrui Song2018-11-301-29/+18
* Re-commit r347417 "Re-Reinstate 347294 with a fix for the failures."Hans Wennborg2018-11-281-18/+29
* Revert r347417 "Re-Reinstate 347294 with a fix for the failures."Hans Wennborg2018-11-271-29/+18
* Re-Reinstate 347294 with a fix for the failures.Bill Wendling2018-11-211-18/+29
* [OPENMP]Fix handling of the LCVs in loop-based directives.Alexey Bataev2018-11-211-2/+8
* [OPENMP] Support relational-op != (not-equal) as one of the canonical Kelvin Li2018-11-211-18/+40
* Revert r347364 again, the fix was incomplete.Nico Weber2018-11-211-29/+18
* Reinstate 347294 with a fix for the failures.Bill Wendling2018-11-201-18/+29
* [OPENMP]Fix PR39694: do not capture `this` in non-`this` region.Alexey Bataev2018-11-161-2/+9
* Add support for 'atomic_default_mem_order' clause on 'requires' directive. Al...Patrick Lyster2018-11-021-0/+25
* Create ConstantExpr classBill Wendling2018-10-311-2/+2
* [OPENMP] Support for mapping of the lambdas in target regions.Alexey Bataev2018-10-301-4/+54
* [OPENMP]Fix PR39372: Does not complain about loop bound variable notAlexey Bataev2018-10-291-0/+2
* [OpenMP] Fix condition.Gheorghe-Teodor Bercea2018-10-291-1/+2
* [OpenMP][NVPTX] Use single loops when generating code for distribute parallel...Gheorghe-Teodor Bercea2018-10-291-2/+15
* [OPENMP] Do not capture private loop counters.Alexey Bataev2018-10-291-20/+86
* [OPENMP]Fix PR39422: variables are not firstprivatized in task context.Alexey Bataev2018-10-251-2/+25
OpenPOWER on IntegriCloud