summaryrefslogtreecommitdiff
path: root/lib/Parse/ParseOpenMP.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP50]Add support for 'parallel master taskloop' construct.Alexey Bataev2019-10-141-12/+15
* [OPENMP50]Support for 'master taskloop' directive.Alexey Bataev2019-10-101-7/+9
* [OPENMP50]Register vendor name only once in vendor context selector.Alexey Bataev2019-10-101-5/+6
* [OPENMP50]Multiple vendors in vendor context must be treated as logicalAlexey Bataev2019-10-081-6/+12
* [OPENMP50]Do not allow multiple same context traits in the same contextAlexey Bataev2019-10-081-12/+29
* [OPENMP50]Prohibit multiple context selector sets in context selectors.Alexey Bataev2019-10-081-0/+11
* [OPENMP50]Suppport for multiple vendors in the same vendor contextAlexey Bataev2019-10-041-21/+33
* [OPENMP50]Add parsing/sema analysis for declare variant score.Alexey Bataev2019-10-021-0/+26
* [OPENMP50]Parsing/sema support for 'implementation/vendor' contextAlexey Bataev2019-09-251-12/+89
* [OPENMP]Use standard parsing for 'match' clause, NFC.Alexey Bataev2019-09-231-4/+9
* [OPENMP5.0]Allow multiple context selectors in the context selectorAlexey Bataev2019-09-181-67/+86
* [OPENMP5.0]Add basic support for declare variant directive.Alexey Bataev2019-09-131-6/+120
* [OPENMP5.0]Add support for device_type clause in declare targetAlexey Bataev2019-08-231-29/+111
* [Lex] Allow to consume tokens while preprocessingIlya Biryukov2019-05-171-3/+4
* [OPENMP]Initial support for 'allocate' clause.Alexey Bataev2019-03-271-2/+29
* [OPENMP 5.0]Initial support for 'allocator' clause.Alexey Bataev2019-03-121-18/+80
* [OPENMP 5.0]Add initial support for 'allocate' directive.Alexey Bataev2019-03-071-10/+66
* [CodeComplete] Propagate preferred type for function arguments in more casesIlya Biryukov2019-02-261-17/+15
* [OpenMP 5.0] Parsing/sema support for from clause with mapper modifier.Michael Kruse2019-02-251-6/+13
* [OpenMP 5.0] Parsing/sema support for to clause with mapper modifier.Michael Kruse2019-02-221-29/+59
* [OpenMP 5.0] Parsing/sema support for map clause with mapper modifier.Michael Kruse2019-02-191-26/+57
* PR40642: Fix determination of whether the final statement of a statementRichard Smith2019-02-151-5/+9
* [OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive.Michael Kruse2019-02-011-1/+170
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Refactor the way we handle diagnosing unused expression results.Aaron Ballman2019-01-041-6/+8
* [OPENMP] parsing and sema support for 'close' map-type-modifierKelvin Li2018-12-181-75/+93
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-131-1/+1
* Revert "[OpenCL] Add generic AS to 'this' pointer"Mikael Nilsson2018-12-121-1/+1
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-121-1/+1
* [OPENMP] remove redundant ColonExpected flag in ParseOpenMP.cpp (NFC)Kelvin Li2018-11-281-3/+0
* [OPENMP] Refactor code for parsing omp declare target directive and its claus...Kelvin Li2018-11-211-50/+56
* [OPENMP] remove redundant MapTypeModifierSpecified flag in ParseOpenMP.cpp (NFC)Kelvin Li2018-11-211-8/+1
* Add support for 'atomic_default_mem_order' clause on 'requires' directive. Al...Patrick Lyster2018-11-021-0/+4
* Add support for 'dynamic_allocators' clause on 'requires' directive. Differen...Patrick Lyster2018-10-111-0/+1
* [OPENMP] Add reverse_offload clause to requires directivePatrick Lyster2018-10-031-0/+1
* Add support for unified_shared_memory clause on requires directivePatrick Lyster2018-10-011-0/+1
* [OPENMP] Add support for OMP5 requires directive + unified_address clauseKelvin Li2018-09-261-0/+48
* [OPENMP] Fix PR38903: Crash on instantiation of the non-dependentAlexey Bataev2018-09-131-2/+8
* [clang] Make sure codecompletion is called for calls even when inside a token.Kadir Cetinkaya2018-09-101-0/+7
* [OpenMP] Add support for nested 'declare target' directivesKelvin Li2018-09-101-2/+2
* [CodeComplete] Clearly distinguish signature help and code completion.Ilya Biryukov2018-09-071-1/+2
* [CodeComplete] Report location of opening parens for signature helpIlya Biryukov2018-08-301-5/+8
* [OPENMP] Make clauses closing loc point to right bracket.Alexey Bataev2018-07-061-13/+20
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-10/+10
* Parse A::template B as an identifier rather than as a template-id with noRichard Smith2018-04-271-4/+2
* [OPENMP] Formatting and code improvement, NFC.Alexey Bataev2018-04-231-88/+93
* [OPENMP] Codegen for ctor|dtor of declare target variables.Alexey Bataev2018-03-281-6/+12
* [OPENMP] Codegen for `omp declare target` construct.Alexey Bataev2018-03-151-1/+7
* [OPENMP] Fix parsing of the directives with inner directives.Alexey Bataev2018-02-161-2/+2
* Fix crash when trying to pack-expand a GNU statement expression.Richard Smith2018-02-031-10/+7