summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaOpenMP.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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