summaryrefslogtreecommitdiff
path: root/lib/Parse/ParseOpenMP.cpp
Commit message (Expand)AuthorAge
* [OPENMP] Initial support for 'sections' directive.Alexey Bataev2014-06-25
* [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] Reformatting and code improvement.Alexey Bataev2014-06-18
* [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
* [OPENMP] Parsing/Sema for OMPLasprivateClause.Alexander Musman2014-06-04
* [OPENMP] Loop canonical form analysis (Sema)Alexander Musman2014-06-03
* Parsing/Sema for OMPAlignedClause.Alexander Musman2014-05-29
* Refactoring. Remove release and take methods from ActionResult. Rename takeAs...Nikola Smiljanic2014-05-29
* [OPENMP] Reformatting of parsing code for OpenMP constructs.Alexey Bataev2014-05-28
* Parsing/Sema for OMPCollapseClause.Alexander Musman2014-05-27
* [C++11] Use 'nullptr'. Parser edition.Craig Topper2014-05-21
* [OPENMP] Removed unnecessary enums from OpenMP constructsAlexey Bataev2014-05-12
* [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
* [OPENMP] Implemented 'copyin' clauseAlexey Bataev2014-03-31
* [OPENMP] parsing of clause 'safelen' (for directive 'omp simd')Alexey Bataev2014-03-21
* [OPENMP] Clause 'num_threads'Alexey Bataev2014-03-06
* [OPENMP] emit error message for clause 'if(1 0)'Alexey 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
* Basic: Clean up malformed pragma diagnosticsDavid Majnemer2014-02-10
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-07
* Support and use token kinds as diagnostic argumentsAlp Toker2013-12-24
* 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
* Replaced bool parameters in SkipUntil function with single bit-based parameter.Alexey Bataev2013-11-18
* [OpenMP] Added parsing and semantic analysis for firstprivate clauseAlexey Bataev2013-10-01
* OpenMP: Data-sharing attributes analysis and clause 'shared' (fixed test thre...Alexey Bataev2013-09-06
* Revert "OpenMP: Data-sharing attributes analysis and clause 'shared'"Rafael Espindola2013-09-03
* OpenMP: Data-sharing attributes analysis and clause 'shared'Alexey Bataev2013-09-03
* Silence GCC warning for using both enum and unsigned in a ternary expr.Benjamin Kramer2013-07-20
* OpenMP: basic support for #pragma omp parallelAlexey Bataev2013-07-19
* OpenMP threadprivate with qualified names.Alexey Bataev2013-05-13
* OpenMP threadprivate directive parsing and semantic analysisAlexey Bataev2013-03-22