summaryrefslogtreecommitdiff
path: root/lib/Parse/ParseOpenMP.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [OpenMP] Fix handling of clause on wrong directive, by Joel. E. DennyAlexey Bataev2018-01-091-13/+30
* [NFC] Modernize enum Declarator::TheContext to a type-safe scoped enum.Faisal Vali2017-12-291-1/+2
* [OPENMP] Initial support for asynchronous data update, NFC.Alexey Bataev2017-11-211-0/+9
* [OPENMP] Allow use of declare target directive inside structAlexey Bataev2017-10-031-3/+11
* [OPENMP] Fix for PR34445: Reduction initializer segfaults at runtime inAlexey Bataev2017-09-061-5/+80
* Place implictly declared functions at block scopeMomchil Velikov2017-08-101-4/+7
* [OPENMP] Initial support for 'in_reduction' clause.Alexey Bataev2017-07-211-10/+17
* [OPENMP] Initial support for 'task_reduction' clause.Alexey Bataev2017-07-181-10/+13
* Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova2017-06-011-0/+4
* Fix the location of "missing ';'" suggestions after annotation tokens.Richard Smith2017-05-181-7/+7