summaryrefslogtreecommitdiff
path: root/lib/Sema/SemaOpenMP.cpp
Commit message (Expand)AuthorAge
* [OPENMP] Parsing and sema analysis for 'copyprivate' clause.Alexey Bataev2014-06-27
* [OPENMP] Initial parsing and sema analysis for 'single' directive.Alexey Bataev2014-06-26
* [OPENMP] Initial parsing and sema analysis for 'section' directive.Alexey Bataev2014-06-26
* [OPENMP] Initial support for 'sections' directive.Alexey Bataev2014-06-25
* [OPENMP] OMPSimdDirective and OMPForDirective: added initialization for Colla...Alexey Bataev2014-06-25
* [OPENMP] Improved code and replaced struct by lambda.Alexey Bataev2014-06-25
* [OPENMP] Additional checking for 'collapse' clause.Alexey Bataev2014-06-24
* [OPENMP] Added initial checking of nesting of OpenMP regions.Alexey Bataev2014-06-24
* [OPENMP] Reformatting and code improvement.Alexey Bataev2014-06-23
* [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] Improved diagnostic messages for vars with the predetermined data sh...Alexey Bataev2014-06-19
* [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
* [C++11] Use 'nullptr'.Craig Topper2014-06-09
* Fix typosAlp Toker2014-06-06
* [OPENMP] Parsing/Sema for OMPLasprivateClause.Alexander Musman2014-06-04
* [OPENMP] Small comment and reformatting fixes.Alexander Musman2014-06-04
* [OPENMP] Loop canonical form analysis (Sema)Alexander Musman2014-06-03
* Parsing/Sema for OMPAlignedClause.Alexander Musman2014-05-29
* Refactoring. Remove Owned method from Sema.Nikola Smiljanic2014-05-29
* Refactoring. Remove release and take methods from ActionResult. Rename takeAs...Nikola Smiljanic2014-05-29
* [OPENMP] Additional checking for local vars in initial values for threadpriva...Alexey Bataev2014-05-28
* [OPENMP][C++11] Formatting and make more C++11 compliant of OpenMP sema.Alexey Bataev2014-05-28
* Parsing/Sema for OMPCollapseClause.Alexander Musman2014-05-27
* C++11 - Use nullptr in lib/Sema/SemaOpenMP.cpp and some reformatting (no func...Alexander Musman2014-05-15
* [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
* Fix a bunch of mislayered clang/Lex includes from SemaAlp Toker2014-05-03
* Initial implementation of -modules-earch-all option, for searching for symbol...John Thompson2014-04-23
* [OPENMP] parsing 'linear' clause (for directive 'omp simd')Alexander Musman2014-04-22
* Test commit: minor formattingFraser Cormack2014-04-15
* [OPENMP] Implemented 'copyin' clauseAlexey Bataev2014-03-31
* Placate -Wunreachable-code by removing unnecessary logic to handle NUM_OPENMP...Ted Kremenek2014-03-21
* [OPENMP] parsing of clause 'safelen' (for directive 'omp simd')Alexey Bataev2014-03-21
* [OPENMP] DSA fixAlexey Bataev2014-03-18
* [OPENMP] Simplified data-sharing attributes analysis.Alexey Bataev2014-03-18
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-12
* [OPENMP] Small update in threadprivate variables processing to fix template i...Alexey Bataev2014-03-07
* [OPENMP] Updated comments and _OPENMP macro value for OpenMP 4.0 (for 'omp si...Alexey Bataev2014-03-06
* [OPENMP] Clause 'num_threads'Alexey Bataev2014-03-06
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-02
* [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
* [OPENMP] Bug fixes in threadprivate declaration and data sharing attributes p...Alexey Bataev2014-01-31