summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseOpenMP.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP] Implemented 'copyin' clauseAlexey Bataev2014-03-311-0/+1
* [OPENMP] parsing of clause 'safelen' (for directive 'omp simd')Alexey Bataev2014-03-211-1/+11
* [OPENMP] Clause 'num_threads'Alexey Bataev2014-03-061-0/+2
* [OPENMP] emit error message for clause 'if(1 0)'Alexey Bataev2014-03-051-4/+0
* [OPENMP] First changes for Parsing and Sema for 'omp simd' directive supportAlexey Bataev2014-02-271-1/+3
* [OPENMP] 'if' clause support (no CodeGen support)Alexey Bataev2014-02-131-3/+46
* Basic: Clean up malformed pragma diagnosticsDavid Majnemer2014-02-101-1/+1
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-071-1/+1
* Support and use token kinds as diagnostic argumentsAlp Toker2013-12-241-3/+4
* Revert "[OPENMP] Fix for parsing OpenMP directives with extra braces, bracket...Alp Toker2013-12-181-18/+15
* [OPENMP] Fix for parsing OpenMP directives with extra braces, brackets and pa...Alexey Bataev2013-12-181-15/+18
* Replaced bool parameters in SkipUntil function with single bit-based parameter.Alexey Bataev2013-11-181-12/+14
* [OpenMP] Added parsing and semantic analysis for firstprivate clauseAlexey Bataev2013-10-011-1/+4
* OpenMP: Data-sharing attributes analysis and clause 'shared' (fixed test thre...Alexey Bataev2013-09-061-3/+13
* Revert "OpenMP: Data-sharing attributes analysis and clause 'shared'"Rafael Espindola2013-09-031-13/+3
* OpenMP: Data-sharing attributes analysis and clause 'shared'Alexey Bataev2013-09-031-3/+13
* Silence GCC warning for using both enum and unsigned in a ternary expr.Benjamin Kramer2013-07-201-1/+1
* OpenMP: basic support for #pragma omp parallelAlexey Bataev2013-07-191-6/+237
* OpenMP threadprivate with qualified names.Alexey Bataev2013-05-131-38/+55
* OpenMP threadprivate directive parsing and semantic analysisAlexey Bataev2013-03-221-0/+118
OpenPOWER on IntegriCloud