summaryrefslogtreecommitdiffstats
path: root/test/OpenMP/threadprivate_messages.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP] Allow to reference threadprivate variable in same directive.Alexey Bataev2016-02-091-1/+1
* [OPENMP] Fix for declarative/standalone directives use.Alexey Bataev2016-01-131-0/+3
* Produce a better diagnostic for global register variables.Akira Hatanaka2015-11-181-1/+4
* [OpenMP] Add TLS-based implementation for threadprivate directive.Samuel Antao2015-07-131-0/+1
* [OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev2015-05-201-1/+1
* [OPENMP] Allow redeclaration of variables as threadprivate.Alexey Bataev2015-04-081-14/+13
* [OPENMP] Fix crash on code emitting if errors are found.Alexey Bataev2015-03-181-1/+1
* [OPENMP] Consider global named register variables as threadprivate by default.Alexey Bataev2015-01-131-0/+3
* Rnamed Class to TestClassAlexey Bataev2014-06-061-5/+5
* [OPENMP] Additional checking for local vars in initial values for threadpriva...Alexey Bataev2014-05-281-1/+3
* Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda a...David Blaikie2014-04-021-2/+2
* [OPENMP] Added option -fopenmp=libiomp5|libgompAlexey Bataev2014-03-061-1/+1
* Enhance OpenMP parser tests from r197553 / r197598Alp Toker2013-12-181-3/+6
* Fix OpenMP recovery with trailing tokens following the pragmaAlp Toker2013-12-181-0/+6
* Revert "[OPENMP] Fix for parsing OpenMP directives with extra braces, bracket...Alp Toker2013-12-181-6/+0
* [OPENMP] Fix for parsing OpenMP directives with extra braces, brackets and pa...Alexey Bataev2013-12-181-0/+6
* [OPENMP] Improved variable lookup procedure for threadprivate variables.Alexey Bataev2013-09-261-3/+3
* Revert "OpenMP: Data-sharing attributes analysis and clause 'shared'"Rafael Espindola2013-09-031-1/+1
* OpenMP: Data-sharing attributes analysis and clause 'shared'Alexey Bataev2013-09-031-1/+1
* Refactor all diagnosing of TypoCorrections through a common function, inRichard Smith2013-08-171-1/+1
* OpenMP: basic support for #pragma omp parallelAlexey Bataev2013-07-191-3/+3
* OpenMP threadprivate with qualified names.Alexey Bataev2013-05-131-24/+28
* OpenMP threadprivate directive parsing and semantic analysisAlexey Bataev2013-03-221-0/+119