summaryrefslogtreecommitdiff
path: root/test/OpenMP
Commit message (Expand)AuthorAge
* Rename loop unrolling and loop vectorizer metadata to have a common prefix.Eli Bendersky2014-06-25
* [OPENMP] Initial support for 'sections' directive.Alexey Bataev2014-06-25
* [OPENMP] Additional checking for 'collapse' clause.Alexey Bataev2014-06-24
* [OPENMP] Added initial checking of nesting of OpenMP regions.Alexey Bataev2014-06-24
* [OPENMP] Initial support for 'nowait' clause.Alexey Bataev2014-06-20
* [OPENMP] Initial support for 'ordered' clause.Alexey Bataev2014-06-20
* [OPENMP] Initial support for 'schedule' clause.Alexey Bataev2014-06-20
* [OPENMP] Improved diagnostic messages for vars with the predetermined data sh...Alexey Bataev2014-06-19
* [OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MS...Alexey Bataev2014-06-18
* Revert "[OPENMP] Initial support for '#pragma omp for'."Rafael Espindola2014-06-17
* [OPENMP] Initial support for '#pragma omp for'.Alexey Bataev2014-06-17
* [OPENMP] Initial support of 'reduction' clauseAlexey Bataev2014-06-16
* Rnamed Class to TestClassAlexey Bataev2014-06-06
* [OPENMP] Parsing/Sema for OMPLasprivateClause.Alexander Musman2014-06-04
* [OPENMP] Loop canonical form analysis (Sema)Alexander Musman2014-06-03
* allow optional signext attributeWill Schmidt2014-06-02
* Parsing/Sema for OMPAlignedClause.Alexander Musman2014-05-29
* [OPENMP] Additional checking for local vars in initial values for threadpriva...Alexey Bataev2014-05-28
* Parsing/Sema for OMPCollapseClause.Alexander Musman2014-05-27
* This patch adds a helper class (CGLoopInfo) for marking memory instructions w...Alexander Musman2014-05-22
* [OPENMP] Another one fix in test for msvcAlexey Bataev2014-05-08
* [OPENMP] Fix codegen test for msvc buildAlexey Bataev2014-05-08
* [OPENMP] Fixed checking for mangled names in parallel_codegen.cpp testAlexey Bataev2014-05-07
* [OPENMP] Fixed problem with temp removal on some platforms in codegen for '#p...Alexey Bataev2014-05-07
* [OPENMP] Temporarily disable test parallel_codegen.cppAlexey Bataev2014-05-07
* [OPENMP] Another one fix for codegen test '#pragma omp parallel'Alexey Bataev2014-05-06
* [OPENMP] Fixed test for '#pragma omp parallel' codegenAlexey Bataev2014-05-06
* [OPENMP] Temporary disable test for parallel codegenAlexey Bataev2014-05-06
* [OPENMP] Initial codegen for '#pragma omp parallel'Alexey Bataev2014-05-06
* [OPENMP] 'proc_bind' clause support - Parsing and sema analysis for OpenMP cl...Alexey Bataev2014-05-06
* [OPENMP] parsing 'linear' clause (for directive 'omp simd')Alexander Musman2014-04-22
* Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda a...David Blaikie2014-04-02
* [OPENMP] Implemented 'copyin' clauseAlexey Bataev2014-03-31
* [OPENMP] parsing of clause 'safelen' (for directive 'omp simd')Alexey Bataev2014-03-21
* [OPENMP] Small update in threadprivate variables processing to fix template i...Alexey Bataev2014-03-07
* [OPENMP] Fixed linked libraries for libiomp5 on LinuxAlexey Bataev2014-03-07
* [OPENMP] Updated comments and _OPENMP macro value for OpenMP 4.0 (for 'omp si...Alexey Bataev2014-03-06
* [OPENMP] Missed test for 'simd private'Alexey Bataev2014-03-06
* [OPENMP] Clause 'num_threads'Alexey Bataev2014-03-06
* [OPENMP] Added option -fopenmp=libiomp5|libgompAlexey Bataev2014-03-06
* [OPENMP] allow clause 'private' on directive 'omp simd'Alexey Bataev2014-03-05
* [OPENMP] emit error message for clause 'if(1 0)'Alexey Bataev2014-03-05
* [OPNEMP] Fixed instantiation of 'if' clauseAlexey Bataev2014-03-05
* [OPENMP] First changes for Parsing and Sema for 'omp simd' directive supportAlexey Bataev2014-02-27
* [OPENMP] 'if' clause support (no CodeGen support)Alexey Bataev2014-02-13
* [OPENMP] Bug fixes in threadprivate declaration and data sharing attributes p...Alexey Bataev2014-01-31
* Enhance OpenMP parser tests from r197553 / r197598Alp Toker2013-12-18
* Fix OpenMP recovery with trailing tokens following the pragmaAlp Toker2013-12-18
* Revert "[OPENMP] Fix for parsing OpenMP directives with extra braces, bracket...Alp Toker2013-12-18
* [OPENMP] Fix for parsing OpenMP directives with extra braces, brackets and pa...Alexey Bataev2013-12-18