]> granicus.if.org Git - clang/history - lib/Sema/SemaOpenMP.cpp
[OpenMP] Sema and parsing for 'distribute simd' pragma
[clang] / lib / Sema / SemaOpenMP.cpp
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-07-01 Kelvin Li[OpenMP] Issue warning if a simd construct nested insid...
2016-06-27 Kelvin Li[OpenMP] Diagnose missing cases of statements between...
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-06-23 Richard SmithRe-commit r273548, reverted in r273589, with a fix...
2016-06-23 Peter CollingbourneRevert r273548, "Rearrange condition handling so that...
2016-06-23 Richard SmithRearrange condition handling so that semantic checks...
2016-06-21 Tim ShenRe-commit "[Temporary] Add an ExprWithCleanups for...
2016-06-15 Alexey Bataev[OPENMP] Fix crash for 'schedule|dist_schedule' clauses...
2016-06-09 Tim ShenRevert "[Temporary] Add an ExprWithCleanups for each...
2016-06-09 Tim Shen[Temporary] Add an ExprWithCleanups for each C++ Materi...
2016-05-27 Samuel Antao[OpenMP] Fix SEMA bug in the capture of global variable...
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-25 Alexey Bataev[OPENMP 4.5] Codegen for dacross loop synchronization...
2016-05-17 Alexey Bataev[OPENMP] Pass scalar firstprivate vars by value.
2016-05-09 Dmitry Polukhin[OpenMP] Parse+Sema for '#pragma omp declare target...
2016-04-29 Alexey Bataev[OPENMP] Fix detection of explicit data-sharing attribu...
2016-04-28 Alexey Bataev[OPENMP 4.5] Initial codegen for 'taskloop simd' directive.
2016-04-27 Samuel Antao[OpenMP] Map clause codegeneration.
2016-04-26 Samuel Antao[OpenMP] Improve mappable expressions Sema.
2016-04-25 Alexey Bataev[OPENMP 4.5] Codegen for 'taskloop' directive.
2016-04-22 Alexey Bataev[OPENMP] Fix for LCV in simd directives in explicit...
2016-04-20 Alexey Bataev[OPENMP] Codegen for untied tasks.
2016-04-19 Alexey BataevRevert "[OPENMP] Codegen for untied tasks."
2016-04-19 Alexey Bataev[OPENMP] Codegen for untied tasks.
2016-04-19 Alexey BataevRevert "[OPENMP] Codegen for untied tasks."
2016-04-19 Alexey Bataev[OPENMP] Codegen for untied tasks.
2016-04-13 Alexey Bataev[OPENMP 4.0] Fixed DSA analysis for taskloop directives.
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-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 Dmitry Polukhin[OPENMP] Avoid useless recursive calls in getDSA if...
2016-04-01 Alexey Bataev[OPENMP 4.5] Allow data members as loop counters in...
2016-03-30 Alexey Bataev[OPENMP 4.0] Initial support for '#pragma omp declare...
2016-03-29 Alexey Bataev[OPENMP 4.5] Allow data members in 'aligned' clause.
2016-03-29 Alexey Bataev[OPENMP] Remove extra code transformation.
2016-03-18 Carlo Bertolli[OPENMP] Implementation of codegen for firstprivate...
2016-03-17 Alexey Bataev[OPENMP 4.5] Allow to use private data members in ...
2016-03-17 Alexey Bataev[OPENMP 4.0] Use 'declare reduction' constructs in...
2016-03-11 Dmitry Polukhin[OpenMP] NFC fix compilation warning about unused variable
2016-03-09 Samuel Antao[OpenMP] Add support for multidimensional array section...
2016-03-09 Alexey Bataev[OPENMP 4.5] Codegen for data members in 'linear' clause.
2016-03-03 Alexey Bataev[OPENMP 4.0] Initial support for 'omp declare reduction...
2016-03-03 Alexey Bataev[OPENMP 4.5] Initial support for data members in 'linea...
2016-03-02 Alexey Bataev[OPENMP 4.5] Codegen for data members in 'reduction...
2016-02-29 Alexey Bataev[OPENMP 4.5] Initial support for data members in 'reduc...
2016-02-25 Alexey Bataev[OPENMP 4.5] Codegen for member decls in 'lastprivate...
2016-02-25 Alexey Bataev[OPENMP 4.5] Support fielddecls in 'shared' clause.
2016-02-20 Alexey Bataev[OPENMP 4.5] Initial support for data members in 'lastp...
2016-02-18 Richard TrieuRemove use of builtin comma operator.
2016-02-17 Alexey Bataev[OPENMP 4.5] Codegen support for data members in 'first...
2016-02-17 Alexey Bataev[OPENMP] Fix handling loop-based directives with arrays.
2016-02-16 Alexey Bataev[OPENMP] Allow to use compound assignment operators.
2016-02-16 Alexey Bataev[OPENMP] Improved handling of pseudo-captured expressio...
2016-02-11 Alexey Bataev[OPENMP] Rename OMPCapturedFieldDecl to OMPCapturedExpr...
2016-02-10 Alexey Bataev[OPENMP 4.5] Initial support for data members in 'first...
2016-02-10 Alexey BataevFix PR26543: add a check for definition in CXXRecordDecl.
2016-02-09 Alexey Bataev[OPENMP] Allow to use the variable in the same 'threadp...
2016-02-09 Alexey BataevDo not mark variable as threadprivate if it was marked...
2016-02-09 Alexey Bataev[OPENMP] Allow to reference threadprivate variable...
2016-02-08 Alexey Bataev[OPENMP 4.5] Ccapture/codegen of private non-static...
2016-02-04 Alexey Bataev[OPENMP 4.0] Fixed support of array sections/array...
2016-02-03 Arpith Chacko Jacob[OpenMP] Parsing + sema for target parallel for directive.
2016-02-03 Axel NaumannReduce initial Sema memory consumption by 400KB. By...
2016-02-02 Alexey Bataev[OPENMP 4.0] Allow to use 'omp simd' directive inside...
2016-02-02 Arpith Chacko Jacob[OpenMP] Prevent nesting of target constructs within...
2016-02-01 Arpith Chacko JacobUndoing commit r259366 to debug buildbot failure.
2016-02-01 Arpith Chacko Jacob[OpenMP] Prevent nesting of target constructs within...
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-26 Alexey Bataev[OPENMP 4.5] Allow arrays in 'reduction' clause.
2016-01-23 NAKAMURA TakumiSemaOpenMP.cpp: Fix a warning in r258543. [-Wunused...
2016-01-22 Samuel Antao[OpenMP] Update map clause SEMA to support OpenMP 4...
2016-01-21 Arpith Chacko Jacob[OpenMP] Check for at least one map clause on target...
2016-01-20 Alexey Bataev[OPENMP 4.5] Allow to use non-static data members in...
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-19 Carlo BertolliActivate OpenMP private clause for target construct...
2016-01-15 David BlaikieOpaquePtr: Use nullptr construction for DeclGroupPtrTy...
2016-01-15 Carlo BertolliAdd OpenMP dist_schedule clause to distribute directive...
2015-12-30 Alexey Bataev[OPENMP 4.5] Allow 'ordered' clause on 'loop simd'...
2015-12-28 Alexey Bataev[OPENMP 4.5] Sema/parsing support for extended format...
2015-12-28 Alexey Bataev[OPENMP 4.5] Do not allow 'linear' clause along with...
2015-12-25 Alexey Bataev[OPENMP] Do not allow to use threadprivate or thread...
2015-12-23 Alexey Bataev[OPENMP 4.5] Parsing/sema for 'depend(sink:vec)' clause...
2015-12-22 Alexey Bataev[OPENMP] Revert r256238 to fix the problem with tests...
2015-12-22 Alexey Bataev[OPENMP 4.5] Parsing/sema for 'depend(sink:vec)' clause...
2015-12-18 Alexey Bataev[OPENMP 4.5] Parsing/sema analysis for 'depend(source...
2015-12-17 Alexey Bataev[OPENMP] Fix for http://llvm.org/PR25142: openmp: Asser...
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...
next