summaryrefslogtreecommitdiff
path: root/test/OpenMP/threadprivate_codegen.cpp
AgeCommit message (Expand)Author
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2017-02-13[CodeGen] Treat auto-generated __dso_handle symbol as HiddenVisibilityReid Kleckner
2017-01-13Improve handling of instantiated thread_local variables in Itanium C++ ABI.Richard Smith
2017-01-09[Lit Test] Make tests C++11 compatible - nothrow destructorsCharles Li
2016-10-21Remove unnecessary x86 backend requirements from OpenMP testsReid Kleckner
2016-04-24Debug info: Apply an empty debug location for global OpenMP destructors.Adrian Prantl
2016-03-04[OPENMP 4.0] Codegen for 'declare reduction' construct.Alexey Bataev
2016-01-15[CodeGen] Attach attributes to thread local wrapper function.Akira Hatanaka
2015-11-11[TLS] move setting tls_guard in tls_init.Manman Ren
2015-10-08Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman
2015-09-11[opaque pointer type] update test cases for explicit pointee types on global ...David Blaikie
2015-08-31Fix CHECK directives that weren't checking.Hans Wennborg
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-07-08Revert "Revert r241620 and follow-up commits" and move the initializationAdrian Prantl
2015-07-07Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl
2015-07-07Wrap clang modules and pch files in an object file container.Adrian Prantl
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-13Test case updates for explicit type parameter to the gep operatorDavid Blaikie
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie
2015-02-25Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl
2015-02-25Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl
2014-11-11[OPENMP] Codegen for threadprivate variablesAlexey Bataev