summaryrefslogtreecommitdiffstats
path: root/test/OpenMP/task_ast_print.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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-20/+20
* Warn if function or variable cannot be implicitly instantiatedSerge Pavlov2016-04-191-0/+3
* [OPENMP 4.5] Allow to use non-static data members in non-static member functi...Alexey Bataev2016-01-201-0/+51
* [OPENMP 4.5] Parsing/sema analysis for 'priority' clause.Alexey Bataev2015-12-011-12/+12
* [OPENMP] Fix printing of array section with single index.Alexey Bataev2015-09-111-2/+2
* [OPENMP 4.1] Codegen for extended format of 'if' clause.Alexey Bataev2015-09-031-6/+6
* [OPENMP 4.0] Initial support for array sections.Alexey Bataev2015-08-251-8/+13
* [OPENMP] Initial support for 'depend' clause (4.0).Alexey Bataev2015-06-231-8/+8
* [OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev2015-05-201-3/+3
* [OPENMP] Initial parsing and sema analysis of 'mergeable' clause.Alexey Bataev2014-07-171-6/+6
* [OPENMP] Initial support for parsing and sema analysis of 'untied' clause.Alexey Bataev2014-07-171-6/+6
* [OPENMP] Initial parsing and sema analysis for 'final' clause.Alexey Bataev2014-07-171-6/+6
* [OPENMP] Parsing and sema analysis for 'omp task' directive.Alexey Bataev2014-07-111-0/+96