summaryrefslogtreecommitdiffstats
path: root/test/OpenMP/threadprivate_codegen.cpp
Commit message (Expand)AuthorAgeFilesLines
* [CodeGen] Treat auto-generated __dso_handle symbol as HiddenVisibilityReid Kleckner2017-02-131-1/+1
* Improve handling of instantiated thread_local variables in Itanium C++ ABI.Richard Smith2017-01-131-7/+7
* [Lit Test] Make tests C++11 compatible - nothrow destructorsCharles Li2017-01-091-1/+1
* Remove unnecessary x86 backend requirements from OpenMP testsReid Kleckner2016-10-211-1/+1
* Debug info: Apply an empty debug location for global OpenMP destructors.Adrian Prantl2016-04-241-2/+2
* [OPENMP 4.0] Codegen for 'declare reduction' construct.Alexey Bataev2016-03-041-2/+2
* [CodeGen] Attach attributes to thread local wrapper function.Akira Hatanaka2016-01-151-4/+4
* [TLS] move setting tls_guard in tls_init.Manman Ren2015-11-111-1/+1
* Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman2015-10-081-2/+2
* [opaque pointer type] update test cases for explicit pointee types on global ...David Blaikie2015-09-111-5/+5
* Fix CHECK directives that weren't checking.Hans Wennborg2015-08-311-1/+1
* [OpenMP] Add REQUIRES pragma to threadprivate regression tests.Samuel Antao2015-07-141-1/+1
* [OpenMP] Add TLS-based implementation for threadprivate directive.Samuel Antao2015-07-131-22/+266
* Revert "Revert r241620 and follow-up commits" and move the initializationAdrian Prantl2015-07-081-1/+1
* Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl2015-07-071-1/+1
* Wrap clang modules and pch files in an object file container.Adrian Prantl2015-07-071-1/+1
* [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-19/+20
* Test case updates for explicit type parameter to the gep operatorDavid Blaikie2015-03-131-28/+28
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-89/+89
* Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie2015-02-271-67/+67
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-251-1/+1
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-251-1/+1
* [OPENMP] Codegen for threadprivate variablesAlexey Bataev2014-11-111-0/+707