]> granicus.if.org Git - clang/history - lib/Parse/ParseOpenMP.cpp
[OPENMP] Initial support for 'task_reduction' clause.
[clang] / lib / Parse / ParseOpenMP.cpp
2017-07-18 Alexey Bataev[OPENMP] Initial support for 'task_reduction' clause.
2017-06-01 Galina KistanovaAdded LLVM_FALLTHROUGH to address warning: this stateme...
2017-05-18 Richard SmithFix the location of "missing ';'" suggestions after...
2017-05-03 Carlo Bertolli[OpenMP] Extended parse for 'always' map modifier
2017-03-23 Vassil VassilevPublish RAIIObjectsForParser.h for external usage.
2017-03-14 Jonathan RoelofsFix misspelled enum
2017-02-07 Richard SmithP0091R3: Implement basic parsing support for C++17...
2017-01-10 Kelvin Li[OpenMP] Sema and parsing for 'target teams distribute...
2017-01-03 Kelvin Li[OpenMP] Sema and parsing for 'target teams distribute...
2016-12-29 Kelvin Li[OpenMP] Sema and parsing for 'target teams distribute...
2016-12-25 Kelvin Li[OpenMP] Sema and parsing for 'target teams distribute...
2016-12-20 Alexey Bataev[OPENMP] Fix for PR31428: variable named like directive...
2016-12-17 Kelvin Li[OpenMP] Sema and parsing for 'target teams' pragma
2016-12-09 Kelvin Li[OpenMP] Sema and parsing for 'teams distribute paralle...
2016-11-30 Kelvin Li[OpenMP] Sema and parsing for 'teams distribute paralle...
2016-10-25 Kelvin LiRe-apply patch r279045.
2016-09-03 Nico WeberMove calls of MaybeParseMicrosoftAttributes() before...
2016-08-18 Diana PicusRevert "[OpenMP] Sema and parsing for 'teams distribute...
2016-08-17 Kelvin Li[OpenMP] Sema and parsing for 'teams distribute simd...
2016-08-05 Kelvin Li[OpenMP] Sema and parsing for 'teams distribute' pragma
2016-07-20 Kelvin Li[OpenMP] Sema and parsing for 'target simd' pragma
2016-07-18 Mehdi Amini[NFC] Header cleanup
2016-07-14 Kelvin Li[OpenMP] Sema and parsing for 'target parallel for...
2016-07-13 Carlo Bertolli[OpenMP] Initial implementation of parse+sema for OpenM...
2016-07-13 Carlo Bertolli[OpenMP] Initial implementation of parse+sema for claus...
2016-07-06 Kelvin Li[OpenMP] Sema and parsing for 'distribute simd' pragma
2016-07-05 Kelvin Li[OpenMP] Sema and parse for 'distribute parallel for...
2016-06-27 Carlo BertolliResubmission of http://reviews.llvm.org/D21564 after...
2016-06-24 Carlo BertolliRevert r273705
2016-06-24 Carlo Bertolli[OpenMP] Initial implementation of parse and sema for...
2016-05-26 Samuel Antao[OpenMP] Parsing and sema support for the from clause
2016-05-26 Samuel Antao[OpenMP] Parsing and sema support for the to clause
2016-05-26 Samuel Antao[OpenMP] Parsing and sema support for target update...
2016-05-09 Dmitry Polukhin[OpenMP] Parse+Sema for '#pragma omp declare target...
2016-04-12 Alexey Bataev[OPENMP 4.0] Support for 'linear' clause in 'declare...
2016-04-12 Alexey Bataev[OPENMP 4.0] Support for 'aligned' clause in 'declare...
2016-04-12 Alexey Bataev[OPENMP 4.0] Support for 'uniform' clause in 'declare...
2016-04-11 Benjamin KramerRemove redundant conditions of the form (A || (!A ...
2016-04-07 Alexey Bataev[OPENMP 4.0] Parsing/sema analysis for 'simdlen' clause...
2016-04-06 Dmitry Polukhin[OPENMP] Parsing and Sema support for 'omp declare...
2016-04-04 Alexey Bataev[OPENMP 4.0] Support for 'inbranch|noinbranch' clauses...
2016-04-01 Alexey BataevRevert "[OPENMP] Allow skip expression after comma...
2016-03-31 Alexey Bataev[OPENMP] Allow skip expression after comma in clauses...
2016-03-30 Alexey Bataev[OPENMP 4.0] Initial support for '#pragma omp declare...
2016-03-17 Alexey Bataev[OPENMP 4.0] Use 'declare reduction' constructs in...
2016-03-03 Alexey Bataev[OPENMP 4.0] Initial support for 'omp declare reduction...
2016-02-27 Samuel Antao[OpenMP] Fix parsing of delete map clause modifier...
2016-02-13 Dmitry Polukhin[OPENMP] NFC rewrite ParseOpenMPDirectiveKind
2016-02-03 Arpith Chacko Jacob[OpenMP] Parsing + sema for target parallel for directive.
2016-01-26 Arpith Chacko Jacob[OpenMP] Parsing + sema for target parallel directive.
2016-01-26 Arpith Chacko Jacob[OpenMP] Parsing + sema for defaultmap clause.
2016-01-22 Samuel Antao[OpenMP] Update map clause SEMA to support OpenMP 4...
2016-01-19 Samuel Antao[OpenMP] Detect implicit map type to report unspecified...
2016-01-19 Samuel Antao[OpenMP] Parsing + sema for "target exit data" directive.
2016-01-19 Samuel Antao[OpenMP] Parsing + sema for "target enter data" directive.
2016-01-15 David BlaikieOpaquePtr: Use nullptr construction for ParsedType...
2016-01-15 David BlaikieOpaquePtr: Use nullptr construction for DeclGroupPtrTy...
2016-01-15 Carlo BertolliAdd OpenMP dist_schedule clause to distribute directive...
2016-01-13 Alexey Bataev[OPENMP] Fix for declarative/standalone directives...
2015-12-28 Aaron BallmanSilence enumeral and non-enumeral type in conditional...
2015-12-28 Alexey Bataev[OPENMP 4.5] Sema/parsing support for extended format...
2015-12-18 Alexey Bataev[OPENMP 4.5] Parsing/sema analysis for 'depend(source...
2015-12-15 Alexey Bataev[OPENMP 4.5] Parsing/sema for 'hint' clause of 'critica...
2015-12-14 Carlo BertolliAdd parse and sema of OpenMP distribute directive with...
2015-12-09 NAKAMURA TakumiRevert r255001, "Add parse and sema for OpenMP distribu...
2015-12-08 Alexey Bataev[OPENMP 4.5] Parsing/sema for 'num_tasks' clause.
2015-12-08 Carlo BertolliAdd parse and sema for OpenMP distribute directive...
2015-12-07 Alexey Bataev[OPENMP 4.5] parsing/sema support for 'grainsize' clause.
2015-12-07 Alexey Bataev[OPENMP 4.5] parsing/sema support for 'nogroup' clause.
2015-12-03 Alexey Bataev[OPENMP 4.5] Parsing/sema support for 'omp taskloop...
2015-12-01 Alexey Bataev[OPENMP 4.5] Parsing/sema analysis for 'priority' clause.
2015-12-01 Alexey Bataev[OPENMP 4.5] Parsing/sema analysis for 'taskloop' direc...
2015-11-27 Kelvin Li[OpenMP] Parsing and sema support for thread_limit...
2015-11-24 Kelvin Li[OpenMP] Parsing and sema support for num_teams clause
2015-11-23 Kelvin Li[OpenMP] Parsing and sema support for map clause
2015-09-28 Alexey Bataev[OPENMP 4.1] Add 'simd' clause for 'ordered' directive.
2015-09-25 Alexey Bataev[OPENMP 4.1] Add 'threads' clause for '#pragma omp...
2015-09-03 Alexey Bataev[OPENMP 4.1] Parsing/sema analysis for extended format...
2015-08-21 Alexey Bataev[OPENMP 4.1] Initial support for 'simdlen' clause.
2015-08-20 Alexey Bataev[OPENMP 4.1] Allow to use 'uval' and 'ref' modifiers...
2015-08-20 Alexey Bataev[OPENMP 4.1] Initial support for modifiers in 'linear...
2015-08-07 Michael WongThis patch commits OpenMP 4 target device clauses
2015-07-30 Alexey Bataev[OPENMP 4.1] Initial support for extended 'ordered...
2015-07-22 Samuel Antao[OpenMP] Make target data directive generate unexpected...
2015-07-21 Daniel JasperAdd missing parentheses to appease -Wlogical-op-parenth...
2015-07-21 Michael WongCommit for http://reviews.llvm.org/D10765
2015-07-02 Alexey Bataev[OPENMP 4.0] Initial support for 'omp cancel' construct.
2015-07-01 Alexey Bataev[OPENMP 4.0] Initial support for 'omp cancellation...
2015-06-23 Alexey Bataev[OPENMP] Initial support for 'depend' clause (4.0).
2015-06-23 Alexey Bataev[OPENMP] Do not emit references to original variables...
2015-06-18 Alexey Bataev[OPENMP] Support for '#pragma omp taskgroup' directive.
2015-05-08 Alexey Bataev[OPENMP] Code cleanup for capturing of variables in...
2015-04-02 Alexey Bataev[OPENMP] Fix crash on private variables not used in...
2014-11-21 Kaelyn TakataEnable ActOnIdExpression to use delayed typo correction...
2014-11-20 Kaelyn TakataWire up delayed typo correction to DiagnoseEmptyLookup...
2014-10-09 Alexey Bataev[OPENMP] 'omp teams' directive basic support.
2014-10-08 Renato GolinRevert "[OPENMP] 'omp teams' directive basic support...
2014-10-07 Alexey Bataev[OPENMP] 'omp teams' directive basic support.
2014-09-23 Alexander Musman[OPENMP] Parsing/Sema of directive omp parallel for...
2014-09-19 Alexey Bataev[OPENMP] Initial parsing/sema analysis of 'target'...
next