summaryrefslogtreecommitdiff
path: root/lib/Parse/ParseOpenMP.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [OpenMP] Extended parse for 'always' map modifierCarlo Bertolli2017-05-031-0/+24
* Publish RAIIObjectsForParser.h for external usage.Vassil Vassilev2017-03-231-1/+1
* Fix misspelled enumJonathan Roelofs2017-03-141-1/+1
* P0091R3: Implement basic parsing support for C++17 deduction-guides.Richard Smith2017-02-071-3/+4
* [OpenMP] Sema and parsing for 'target teams distribute simd’ pragmaKelvin Li2017-01-101-2/+6
* [OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ p...Kelvin Li2017-01-031-3/+7
* [OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragmaKelvin Li2016-12-291-5/+11
* [OpenMP] Sema and parsing for 'target teams distribute' pragmaKelvin Li2016-12-251-3/+7
* [OPENMP] Fix for PR31428: variable named like directive name modifierAlexey Bataev2016-12-201-5/+9
* [OpenMP] Sema and parsing for 'target teams' pragmaKelvin Li2016-12-171-3/+6
* [OpenMP] Sema and parsing for 'teams distribute parallel for' pragmaKelvin Li2016-12-091-4/+6
* [OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragmaKelvin Li2016-11-301-4/+12
* Re-apply patch r279045.Kelvin Li2016-10-251-3/+6
* Move calls of MaybeParseMicrosoftAttributes() before ParseExternalDeclaration()Nico Weber2016-09-031-2/+0
* Revert "[OpenMP] Sema and parsing for 'teams distribute simd’ pragma"Diana Picus2016-08-181-6/+3
* [OpenMP] Sema and parsing for 'teams distribute simd’ pragmaKelvin Li2016-08-171-3/+6
* [OpenMP] Sema and parsing for 'teams distribute' pragmaKelvin Li2016-08-051-3/+7
* [OpenMP] Sema and parsing for 'target simd' pragmaKelvin Li2016-07-201-2/+5
* [NFC] Header cleanupMehdi Amini2016-07-181-1/+0
* [OpenMP] Sema and parsing for 'target parallel for simd' pragmaKelvin Li2016-07-141-3/+7
* [OpenMP] Initial implementation of parse+sema for OpenMP clause 'is_device_pt...Carlo Bertolli2016-07-131-1/+4
* [OpenMP] Initial implementation of parse+sema for clause use_device_ptr of 't...Carlo Bertolli2016-07-131-0/+3
* [OpenMP] Sema and parsing for 'distribute simd' pragmaKelvin Li2016-07-061-2/+5
* [OpenMP] Sema and parse for 'distribute parallel for simd'Kelvin Li2016-07-051-2/+7
* Resubmission of http://reviews.llvm.org/D21564 after fixes.Carlo Bertolli2016-06-271-2/+7
* Revert r273705Carlo Bertolli2016-06-241-7/+2
* [OpenMP] Initial implementation of parse and sema for composite pragma 'distr...Carlo Bertolli2016-06-241-2/+7