summaryrefslogtreecommitdiffstats
path: root/test/OpenMP/threadprivate_ast_print.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make output of -ast-print a valid C++ code.Serge Pavlov2016-11-101-3/+3
* Remove unnecessary x86 backend requirements from OpenMP testsReid Kleckner2016-10-211-1/+0
* Warn if function or variable cannot be implicitly instantiatedSerge Pavlov2016-04-191-0/+1
* [OpenMP] Add REQUIRES pragma to threadprivate regression tests.Samuel Antao2015-07-141-0/+1
* [OpenMP] Add TLS-based implementation for threadprivate directive.Samuel Antao2015-07-131-3/+6
* [OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev2015-05-201-3/+3
* [OPENMP] Allow redeclaration of variables as threadprivate.Alexey Bataev2015-04-081-0/+2
* [OPENMP] Small update in threadprivate variables processing to fix template i...Alexey Bataev2014-03-071-0/+7
* [OPENMP] Added option -fopenmp=libiomp5|libgompAlexey Bataev2014-03-061-3/+3
* [OPENMP] Bug fixes in threadprivate declaration and data sharing attributes p...Alexey Bataev2014-01-311-2/+0
* Disable test fully with REQUIRESAlp Toker2013-11-051-2/+3
* Disable the test that crashesAlp Toker2013-11-051-3/+2
* Fix a test that was never being run, mark it XFAILAlp Toker2013-11-051-1/+3
* [OPENMP] Improved variable lookup procedure for threadprivate variables.Alexey Bataev2013-09-261-1/+10
* OpenMP: basic support for #pragma omp parallelAlexey Bataev2013-07-191-0/+7
* OpenMP threadprivate directive parsing and semantic analysisAlexey Bataev2013-03-221-0/+43