summaryrefslogtreecommitdiffstats
path: root/clang/test/OpenMP
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP] Parsing and sema analysis for 'omp task' directive.Alexey Bataev2014-07-119-2/+1077
* [OPENMP] Allow ‘reduction’ clause on ‘omp simd’ directive.Alexander Musman2014-07-082-0/+377
* [OPENMP] Parsing and sema analysis for 'omp parallel sections' directive.Alexey Bataev2014-07-0814-0/+2298
* [OPENMP] Added initial support for 'omp parallel for'.Alexey Bataev2014-07-0720-11/+2672
* [OPENMP] Parsing and sema analysis for 'copyprivate' clause.Alexey Bataev2014-06-272-8/+165
* [OPENMP] Added several test cases in nesting of OpenMP regions test after rev...Alexey Bataev2014-06-271-0/+102
* [OPENMP] Initial parsing and sema analysis for 'single' directive.Alexey Bataev2014-06-265-0/+680
* [OPENMP] Initial parsing and sema analysis for 'section' directive.Alexey Bataev2014-06-263-26/+136
* Rename loop unrolling and loop vectorizer metadata to have a common prefix.Eli Bendersky2014-06-251-3/+2
* [OPENMP] Initial support for 'sections' directive.Alexey Bataev2014-06-257-0/+1662
* [OPENMP] Additional checking for 'collapse' clause.Alexey Bataev2014-06-245-40/+55
* [OPENMP] Added initial checking of nesting of OpenMP regions.Alexey Bataev2014-06-241-0/+82
* [OPENMP] Initial support for 'nowait' clause.Alexey Bataev2014-06-201-4/+4
* [OPENMP] Initial support for 'ordered' clause.Alexey Bataev2014-06-201-4/+4
* [OPENMP] Initial support for 'schedule' clause.Alexey Bataev2014-06-202-8/+99
* [OPENMP] Improved diagnostic messages for vars with the predetermined data sh...Alexey Bataev2014-06-1910-230/+321
* [OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MS...Alexey Bataev2014-06-1810-107/+2353
* Revert "[OPENMP] Initial support for '#pragma omp for'."Rafael Espindola2014-06-1710-2353/+107
* [OPENMP] Initial support for '#pragma omp for'.Alexey Bataev2014-06-1710-107/+2353
* [OPENMP] Initial support of 'reduction' clauseAlexey Bataev2014-06-164-12/+229
* Rnamed Class to TestClassAlexey Bataev2014-06-061-5/+5
* [OPENMP] Parsing/Sema for OMPLasprivateClause.Alexander Musman2014-06-044-5/+211
* [OPENMP] Loop canonical form analysis (Sema)Alexander Musman2014-06-032-0/+589
* allow optional signext attributeWill Schmidt2014-06-021-5/+5
* Parsing/Sema for OMPAlignedClause.Alexander Musman2014-05-293-8/+285
* [OPENMP] Additional checking for local vars in initial values for threadpriva...Alexey Bataev2014-05-281-1/+3
* Parsing/Sema for OMPCollapseClause.Alexander Musman2014-05-273-4/+155
* This patch adds a helper class (CGLoopInfo) for marking memory instructions w...Alexander Musman2014-05-221-0/+52
* [OPENMP] Another one fix in test for msvcAlexey Bataev2014-05-081-4/+4
* [OPENMP] Fix codegen test for msvc buildAlexey Bataev2014-05-081-2/+2
* [OPENMP] Fixed checking for mangled names in parallel_codegen.cpp testAlexey Bataev2014-05-071-12/+12
* [OPENMP] Fixed problem with temp removal on some platforms in codegen for '#p...Alexey Bataev2014-05-071-2/+0
* [OPENMP] Temporarily disable test parallel_codegen.cppAlexey Bataev2014-05-071-0/+2
* [OPENMP] Another one fix for codegen test '#pragma omp parallel'Alexey Bataev2014-05-061-1/+1
* [OPENMP] Fixed test for '#pragma omp parallel' codegenAlexey Bataev2014-05-061-48/+46
* [OPENMP] Temporary disable test for parallel codegenAlexey Bataev2014-05-061-1/+2
* [OPENMP] Initial codegen for '#pragma omp parallel'Alexey Bataev2014-05-061-0/+146
* [OPENMP] 'proc_bind' clause support - Parsing and sema analysis for OpenMP cl...Alexey Bataev2014-05-062-10/+31
* [OPENMP] parsing 'linear' clause (for directive 'omp simd')Alexander Musman2014-04-223-8/+300
* Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda a...David Blaikie2014-04-021-2/+2
* [OPENMP] Implemented 'copyin' clauseAlexey Bataev2014-03-312-6/+90
* [OPENMP] parsing of clause 'safelen' (for directive 'omp simd')Alexey Bataev2014-03-213-4/+186
* [OPENMP] Small update in threadprivate variables processing to fix template i...Alexey Bataev2014-03-071-0/+7
* [OPENMP] Fixed linked libraries for libiomp5 on LinuxAlexey Bataev2014-03-071-2/+4
* [OPENMP] Updated comments and _OPENMP macro value for OpenMP 4.0 (for 'omp si...Alexey Bataev2014-03-061-2/+2
* [OPENMP] Missed test for 'simd private'Alexey Bataev2014-03-061-0/+134
* [OPENMP] Clause 'num_threads'Alexey Bataev2014-03-062-17/+72
* [OPENMP] Added option -fopenmp=libiomp5|libgompAlexey Bataev2014-03-0614-25/+78
* [OPENMP] allow clause 'private' on directive 'omp simd'Alexey Bataev2014-03-052-10/+65
* [OPENMP] emit error message for clause 'if(1 0)'Alexey Bataev2014-03-051-0/+3
OpenPOWER on IntegriCloud