summaryrefslogtreecommitdiffstats
path: root/lib/Sema/SemaOpenMP.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [OPENMP] Fixed error message reporting for nesting of regionsAlexey Bataev2014-07-021-2/+2
* [OPENMP] Added table with allowed nesting info for OpenMP regions (per reques...Alexey Bataev2014-06-301-0/+46
* [OPENMP] Parsing and sema analysis for 'copyprivate' clause.Alexey Bataev2014-06-271-28/+168
* [OPENMP] Initial parsing and sema analysis for 'single' directive.Alexey Bataev2014-06-261-0/+19
* [OPENMP] Initial parsing and sema analysis for 'section' directive.Alexey Bataev2014-06-261-1/+44
* [OPENMP] Initial support for 'sections' directive.Alexey Bataev2014-06-251-0/+37
* [OPENMP] OMPSimdDirective and OMPForDirective: added initialization for Colla...Alexey Bataev2014-06-251-10/+17
* [OPENMP] Improved code and replaced struct by lambda.Alexey Bataev2014-06-251-18/+12
* [OPENMP] Additional checking for 'collapse' clause.Alexey Bataev2014-06-241-9/+42
* [OPENMP] Added initial checking of nesting of OpenMP regions.Alexey Bataev2014-06-241-3/+49
* [OPENMP] Reformatting and code improvement.Alexey Bataev2014-06-231-10/+7
* [OPENMP] Initial support for 'nowait' clause.Alexey Bataev2014-06-201-0/+12
* [OPENMP] Initial support for 'ordered' clause.Alexey Bataev2014-06-201-0/+39
* [OPENMP] Initial support for 'schedule' clause.Alexey Bataev2014-06-201-0/+92
* [OPENMP] Improved diagnostic messages for vars with the predetermined data sh...Alexey Bataev2014-06-191-73/+77
* [OPENMP] Reformatting and code improvement.Alexey Bataev2014-06-181-25/+36
* [OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MS...Alexey Bataev2014-06-181-123/+244
* Revert "[OPENMP] Initial support for '#pragma omp for'."Rafael Espindola2014-06-171-240/+123
* [OPENMP] Initial support for '#pragma omp for'.Alexey Bataev2014-06-171-123/+240
* [OPENMP] Initial support of 'reduction' clauseAlexey Bataev2014-06-161-8/+358
* [C++11] Use 'nullptr'.Craig Topper2014-06-091-1/+1
* Fix typosAlp Toker2014-06-061-1/+1
* [OPENMP] Parsing/Sema for OMPLasprivateClause.Alexander Musman2014-06-041-4/+179
* [OPENMP] Small comment and reformatting fixes.Alexander Musman2014-06-041-5/+8
* [OPENMP] Loop canonical form analysis (Sema)Alexander Musman2014-06-031-16/+491
* Parsing/Sema for OMPAlignedClause.Alexander Musman2014-05-291-4/+107
* Refactoring. Remove Owned method from Sema.Nikola Smiljanic2014-05-291-5/+4
* Refactoring. Remove release and take methods from ActionResult. Rename takeAs...Nikola Smiljanic2014-05-291-5/+5
* [OPENMP] Additional checking for local vars in initial values for threadpriva...Alexey Bataev2014-05-281-0/+36
* [OPENMP][C++11] Formatting and make more C++11 compliant of OpenMP sema.Alexey Bataev2014-05-281-256/+249
* Parsing/Sema for OMPCollapseClause.Alexander Musman2014-05-271-0/+19
* C++11 - Use nullptr in lib/Sema/SemaOpenMP.cpp and some reformatting (no func...Alexander Musman2014-05-151-40/+42
* [OPENMP] Removed unnecessary enums from OpenMP constructsAlexey Bataev2014-05-121-13/+6
* [OPENMP] Initial codegen for '#pragma omp parallel'Alexey Bataev2014-05-061-2/+43
* [OPENMP] 'proc_bind' clause support - Parsing and sema analysis for OpenMP cl...Alexey Bataev2014-05-061-0/+38
* Fix a bunch of mislayered clang/Lex includes from SemaAlp Toker2014-05-031-1/+0
* Initial implementation of -modules-earch-all option, for searching for symbol...John Thompson2014-04-231-1/+1
* [OPENMP] parsing 'linear' clause (for directive 'omp simd')Alexander Musman2014-04-221-1/+139
* Test commit: minor formattingFraser Cormack2014-04-151-2/+1
* [OPENMP] Implemented 'copyin' clauseAlexey Bataev2014-03-311-3/+95
* Placate -Wunreachable-code by removing unnecessary logic to handle NUM_OPENMP...Ted Kremenek2014-03-211-1/+3
* [OPENMP] parsing of clause 'safelen' (for directive 'omp simd')Alexey Bataev2014-03-211-0/+37
* [OPENMP] DSA fixAlexey Bataev2014-03-181-1/+16
* [OPENMP] Simplified data-sharing attributes analysis.Alexey Bataev2014-03-181-16/+1
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-121-15/+15
* [OPENMP] Small update in threadprivate variables processing to fix template i...Alexey Bataev2014-03-071-2/+2
* [OPENMP] Updated comments and _OPENMP macro value for OpenMP 4.0 (for 'omp si...Alexey Bataev2014-03-061-3/+4
* [OPENMP] Clause 'num_threads'Alexey Bataev2014-03-061-0/+80
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-021-7/+7
* [OPENMP] First changes for Parsing and Sema for 'omp simd' directive supportAlexey Bataev2014-02-271-0/+27