summaryrefslogtreecommitdiff
path: root/test/OpenMP/threadprivate_messages.cpp
AgeCommit message (Expand)Author
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2016-02-09[OPENMP] Allow to reference threadprivate variable in same directive.Alexey Bataev
2016-01-13[OPENMP] Fix for declarative/standalone directives use.Alexey Bataev
2015-11-18Produce a better diagnostic for global register variables.Akira Hatanaka
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
2015-03-18[OPENMP] Fix crash on code emitting if errors are found.Alexey Bataev
2015-01-13[OPENMP] Consider global named register variables as threadprivate by default.Alexey Bataev
2014-06-06Rnamed Class to TestClassAlexey Bataev
2014-05-28[OPENMP] Additional checking for local vars in initial values for threadpriva...Alexey Bataev
2014-04-02Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda a...David Blaikie
2014-03-06[OPENMP] Added option -fopenmp=libiomp5|libgompAlexey Bataev
2013-12-18Enhance OpenMP parser tests from r197553 / r197598Alp Toker
2013-12-18Fix OpenMP recovery with trailing tokens following the pragmaAlp Toker
2013-12-18Revert "[OPENMP] Fix for parsing OpenMP directives with extra braces, bracket...Alp Toker
2013-12-18[OPENMP] Fix for parsing OpenMP directives with extra braces, brackets and pa...Alexey Bataev
2013-09-26[OPENMP] Improved variable lookup procedure for threadprivate variables.Alexey Bataev
2013-09-03Revert "OpenMP: Data-sharing attributes analysis and clause 'shared'"Rafael Espindola
2013-09-03OpenMP: Data-sharing attributes analysis and clause 'shared'Alexey Bataev
2013-08-17Refactor all diagnosing of TypoCorrections through a common function, inRichard Smith
2013-07-19OpenMP: basic support for #pragma omp parallelAlexey Bataev
2013-05-13OpenMP threadprivate with qualified names.Alexey Bataev
2013-03-22OpenMP threadprivate directive parsing and semantic analysisAlexey Bataev