summaryrefslogtreecommitdiff
path: root/test/OpenMP/threadprivate_ast_print.cpp
AgeCommit message (Expand)Author
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2016-11-10Make output of -ast-print a valid C++ code.Serge Pavlov
2016-10-21Remove unnecessary x86 backend requirements from OpenMP testsReid Kleckner
2016-04-19Warn if function or variable cannot be implicitly instantiatedSerge Pavlov
2015-07-14[OpenMP] Add REQUIRES pragma to threadprivate regression tests.Samuel Antao
2015-07-13[OpenMP] Add TLS-based implementation for threadprivate directive.Samuel Antao
2015-05-20[OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev
2015-04-08[OPENMP] Allow redeclaration of variables as threadprivate.Alexey Bataev
2014-03-07[OPENMP] Small update in threadprivate variables processing to fix template i...Alexey Bataev
2014-03-06[OPENMP] Added option -fopenmp=libiomp5|libgompAlexey Bataev
2014-01-31[OPENMP] Bug fixes in threadprivate declaration and data sharing attributes p...Alexey Bataev
2013-11-05Disable test fully with REQUIRESAlp Toker
2013-11-05Disable the test that crashesAlp Toker
2013-11-05Fix a test that was never being run, mark it XFAILAlp Toker
2013-09-26[OPENMP] Improved variable lookup procedure for threadprivate variables.Alexey Bataev
2013-07-19OpenMP: basic support for #pragma omp parallelAlexey Bataev
2013-03-22OpenMP threadprivate directive parsing and semantic analysisAlexey Bataev