summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaOpenMP.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [OPENMP] 'if' clause support (no CodeGen support)Alexey Bataev2014-02-131-1/+47
* [OPENMP] Bug fixes in threadprivate declaration and data sharing attributes p...Alexey Bataev2014-01-311-34/+53
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-071-1/+1
* Convert anachronistic use of 'void *' to 'DeclContext *' in Scope that was a ...Ted Kremenek2013-10-081-2/+1
* [OpenMP] Added parsing and semantic analysis for firstprivate clauseAlexey Bataev2013-10-011-16/+238
* [OPENMP] Improved variable lookup procedure for threadprivate variables.Alexey Bataev2013-09-261-2/+35
* [OPENMP] Bug fixes and improvements.Alexey Bataev2013-09-241-2/+4
* Silencing an MSVC warning about an empty control statement (it dislikes ; but...Aaron Ballman2013-09-091-2/+2
* OpenMP: Data-sharing attributes analysis and clause 'shared' (fixed test thre...Alexey Bataev2013-09-061-3/+503
* Revert "OpenMP: Data-sharing attributes analysis and clause 'shared'"Rafael Espindola2013-09-031-503/+3
* OpenMP: Data-sharing attributes analysis and clause 'shared'Alexey Bataev2013-09-031-3/+503
* Refactor all diagnosing of TypoCorrections through a common function, inRichard Smith2013-08-171-20/+13
* OpenMP: basic support for #pragma omp parallelAlexey Bataev2013-07-191-1/+221
* OpenMP threadprivate with qualified names.Alexey Bataev2013-05-131-109/+121
* Annotate flavor of TLS variable (statically or dynamically initialized) onto ...Richard Smith2013-04-131-2/+2
* OpenMP threadprivate directive parsing and semantic analysisAlexey Bataev2013-03-221-0/+181
OpenPOWER on IntegriCloud