summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaOpenMP.cpp
Commit message (Expand)AuthorAgeFilesLines
* [coroutines] Add overloaded unary 'operator co_await'.Richard Smith2015-10-221-0/+1
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* [OPENMP 4.1] Codegen for array sections/subscripts in 'reduction' clause.Alexey Bataev2015-10-081-55/+88
* SourceRanges are small and trivially copyable, don't them by reference.Craig Topper2015-10-041-3/+2
* [OpenMP] Capture global variables in target regions.Samuel Antao2015-10-021-0/+52
* [OPENMP 4.1] Sema analysis for array sections in 'reduction' clause.Alexey Bataev2015-09-301-67/+112
* [OPENMP 4.1] Add 'simd' clause for 'ordered' directive.Alexey Bataev2015-09-281-5/+34
* [OPENMP 4.1] Add 'threads' clause for '#pragma omp ordered'.Alexey Bataev2015-09-251-13/+51
* Pass SourceLocation by value instead of by const reference since its just a 3...Craig Topper2015-09-211-2/+2
* [OPENMP 4.0] Add 'if' clause for 'cancel' directive.Alexey Bataev2015-09-181-5/+7
* Allow static local variables specified on data-sharing attribute clauses.Kelvin Li2015-09-151-1/+1
* [OPENMP] Emit an additional note during analysis of 'if' clause.Alexey Bataev2015-09-151-1/+7
* [OPENMP] Emit __kmpc_cancel_barrier() and code for 'cancellation point' only ...Alexey Bataev2015-09-151-14/+36
* Test commit.Kelvin Li2015-09-121-1/+0
* [OPENMP] Propagate alignment from original variables to the private copies.Alexey Bataev2015-09-101-17/+37
* [OPENMP] Outlined function for parallel and other regions with list of captur...Alexey Bataev2015-09-101-5/+10
* [OPENMP] Fix false diagnostic on instantiation-dependent exprs for atomic con...Alexey Bataev2015-09-041-40/+48
* [OPENMP 4.1] Parsing/sema analysis for extended format of 'if' clause.Alexey Bataev2015-09-031-29/+179
* [OpenMP] Make the filetered clause iterator a real iterator and type safe.Benjamin Kramer2015-08-301-14/+8
* [OPENMP 4.0] Initial support for array sections.Alexey Bataev2015-08-251-4/+5
* [OPENMP 4.1] Initial support for 'simdlen' clause.Alexey Bataev2015-08-211-0/+98
* [OPENMP 4.1] Improved codegen for 'uval' qualifier of 'linear' clause.Alexey Bataev2015-08-211-5/+15
* [OPENMP 4.1] Allow to use 'uval' and 'ref' modifiers for reference types only.Alexey Bataev2015-08-201-0/+6
* [OPENMP 4.1] Initial support for modifiers in 'linear' clause.Alexey Bataev2015-08-201-10/+15
* [OPENMP 4.1] Allow variables with reference types in private clauses.Alexey Bataev2015-08-181-54/+21
* [OPENMP] Fix for http://llvm.org/PR24371: Assert failure compiling blender 2.75.Alexey Bataev2015-08-141-21/+199
* This patch commits OpenMP 4 target device clausesMichael Wong2015-08-071-0/+32
* [OPENMP 4.1] Allow references in init expression for loop-based constructs.Alexey Bataev2015-08-061-3/+23
* [OPENMP 4.1] Support for 'linear' clause in loop directives.Alexey Bataev2015-08-041-0/+20
* [OPENMP] Fix compiler crash during data-sharing attributes analysis.Alexey Bataev2015-08-041-1/+3
* [OPENMP 4.1] Initial support for extended 'ordered' clause.Alexey Bataev2015-07-301-46/+107
* [OpenMP] Add capture for threadprivate variables used in copyin clauseSamuel Antao2015-07-271-3/+14
* Commit for http://reviews.llvm.org/D10765Michael Wong2015-07-211-1/+15
* [AST] Remove StmtRange in favor of an iterator_range.Benjamin Kramer2015-07-181-4/+4
* [OPENMP] Fixed detection of canonical loops with random access iterators.Alexey Bataev2015-07-161-4/+6
* [OPENMP] http://llvm.org/PR24121: canonical loop rejected when comparison has...Alexey Bataev2015-07-151-3/+30
* [OpenMP] Add TLS-based implementation for threadprivate directive.Samuel Antao2015-07-131-3/+11
* Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)...Benjamin Kramer2015-07-021-4/+2
* [OPENMP 4.0] Initial support for 'omp cancel' construct.Alexey Bataev2015-07-021-3/+54
* [OPENMP 4.0] Initial support for 'omp cancellation point' construct.Alexey Bataev2015-07-011-12/+102
* [OPENMP] Initial support for 'depend' clause (4.0).Alexey Bataev2015-06-231-1/+73
* Fix a warning. [-Wsign-compare]NAKAMURA Takumi2015-06-231-1/+1
* [OPENMP] Do not emit references to original variables in 'private' clause.Alexey Bataev2015-06-231-10/+40
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* [OPENMP] Support for '#pragma omp taskgroup' directive.Alexey Bataev2015-06-181-0/+40
* [OPENMP] Add support for 'omp parallel for' directive.Alexey Bataev2015-06-181-0/+10
* [OPENMP] Add support for 'omp for simd' directive.Alexey Bataev2015-06-181-0/+10
* [OPENMP] Remove last iteration separation for loop-based constructs.Alexey Bataev2015-06-161-4/+0
OpenPOWER on IntegriCloud