summaryrefslogtreecommitdiff
path: root/test/OpenMP/parallel_ast_print.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP]Initial support for 'allocate' clause.Alexey Bataev2019-03-271-4/+4
* [OpenMP] Fix trailing space when printing pragmas, by Joel. E. DennyAlexey Bataev2018-02-141-1/+1
* [OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev2017-12-291-0/+4
* [OPENMP] Fix DSA analysis for threadprivates after deserialization.Alexey Bataev2017-11-141-4/+7
* [OPENMP] Fix for PR31428: variable named like directive name modifierAlexey Bataev2016-12-201-3/+3
* Make output of -ast-print a valid C++ code.Serge Pavlov2016-11-101-23/+23
* Warn if function or variable cannot be implicitly instantiatedSerge Pavlov2016-04-191-0/+3
* [OPENMP 4.5] Initial support for data members in 'reduction' clauses.Alexey Bataev2016-02-291-0/+22
* [OPENMP 4.5] Support fielddecls in 'shared' clause.Alexey Bataev2016-02-251-2/+19
* [OPENMP 4.5] Initial support for data members in 'firstprivate' clause.Alexey Bataev2016-02-101-0/+17
* [OPENMP 4.5] Allow to use non-static data members in non-static member functi...Alexey Bataev2016-01-201-0/+51
* [OPENMP] Fix for http://llvm.org/PR25142: openmp: Assertion failed: DD && "qu...Alexey Bataev2015-12-171-0/+18
* [OPENMP 4.1] Sema analysis for array sections in 'reduction' clause.Alexey Bataev2015-09-301-12/+17
* [OPENMP 4.1] Codegen for extended format of 'if' clause.Alexey Bataev2015-09-031-6/+10
* [OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev2015-05-201-3/+3
* [OPENMP] Initial support of 'reduction' clauseAlexey Bataev2014-06-161-10/+10
* [OPENMP] 'proc_bind' clause support - Parsing and sema analysis for OpenMP cl...Alexey Bataev2014-05-061-10/+10
* [OPENMP] Implemented 'copyin' clauseAlexey Bataev2014-03-311-6/+23
* [OPENMP] Clause 'num_threads'Alexey Bataev2014-03-061-17/+28
* [OPENMP] Added option -fopenmp=libiomp5|libgompAlexey Bataev2014-03-061-3/+3
* [OPNEMP] Fixed instantiation of 'if' clauseAlexey Bataev2014-03-051-5/+13
* [OPENMP] 'if' clause support (no CodeGen support)Alexey Bataev2014-02-131-6/+6
* [OpenMP] Added parsing and semantic analysis for firstprivate clauseAlexey Bataev2013-10-011-3/+37
* OpenMP: basic support for #pragma omp parallelAlexey Bataev2013-07-191-0/+26